diff --git a/redbot/cogs/admin/locales/af-ZA.po b/redbot/cogs/admin/locales/af-ZA.po index 823c0be2f..c23c8c51b 100644 --- a/redbot/cogs/admin/locales/af-ZA.po +++ b/redbot/cogs/admin/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/ar-SA.po b/redbot/cogs/admin/locales/ar-SA.po index aa15c16b6..5611afc5f 100644 --- a/redbot/cogs/admin/locales/ar-SA.po +++ b/redbot/cogs/admin/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "أنا بالفعل أُعلن شيئاً. إذا كنت ترغب في msgid "A collection of server administration utilities." msgstr "مجموعة من أدوات إدارة السيرفر." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "لقد قمت بنجاح بإضافة {role.name} إلى {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "لقد قمت بنجاح بإزالة {role.name} من {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "تعديل إعدادات الرتبة." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "تم." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "الإعلان عن رسالة إلى جميع السيرفرات المتواجد بها البوت." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "تم البدء في الإعلان." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "إلغاء إعلان جارٍ." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "تم إلغاء الإعلان الحالي." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "تم تحديث قناة الإعلانات إلى {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "قفل البوت للسيرفر الحالي فقط." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "لم يعد البوت مقفول للسيرفر الحالي فقط." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "لقد تم قفل البوت للسيرفر الحالي فقط." diff --git a/redbot/cogs/admin/locales/bg-BG.po b/redbot/cogs/admin/locales/bg-BG.po index 800f4768f..c1417e0bf 100644 --- a/redbot/cogs/admin/locales/bg-BG.po +++ b/redbot/cogs/admin/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Завършено." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/ca-ES.po b/redbot/cogs/admin/locales/ca-ES.po index e84a8f11c..0ef25efba 100644 --- a/redbot/cogs/admin/locales/ca-ES.po +++ b/redbot/cogs/admin/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/cs-CZ.po b/redbot/cogs/admin/locales/cs-CZ.po index f266ee968..b8171aecb 100644 --- a/redbot/cogs/admin/locales/cs-CZ.po +++ b/redbot/cogs/admin/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Už něco oznamuji. Pokud bys rád provedl jiné oznámení, nejdříve msgid "A collection of server administration utilities." msgstr "Kolekce nástrojů pro správu serveru." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} již má roli {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Úspěšně jsem přidal {role.name} k {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} již má roli {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Úspěšně jsem odstranil {role.name} od {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Přidá roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Odebrat roli uživateli.\\n\\n Pokud role obsahuje mezery, použijte dvojí uvozovky.\\n Ponecháte-li uživatel prázdný, výchozí hodnota autorovi příkazu.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Upraví nastavení role." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Upravit barvu role.\\n\\n Pokud role obsahuje mezery, použij dvojité uvozovky.\\n Barva musí být v hexadecimálním formátu.\\n [Výběr barev online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Příklady:\\n `[p]editrole colour \\\"Spravce\\\" #ff0000`\\n `[p]editrole colour Spravce #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Hotovo." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Upraví název role\\n\\n Použijte dvojité uvozovky, pokud role nebo název obsahuje mezery.\\n\\n Příklady:\\n `[p]editrole name \\\"Spravce\\\" Admin`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Oznámit zprávu na všechny servery ve kterých je bot." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "Oznámení začalo." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Zrušit běžící oznámení." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "V současné době neexistuje žádné spuštěné oznámení." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "Momentální oznámení bylo zrušeno." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Změňte způsob odesílání oznámení v tomto klanu." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "Kanál pro oznámení byl nastaven na {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Aplikovat self-role." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Přidá vám self-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Odstraní vámself-roli.\\n\\n Administrátoři serveru musí mít nastavenou roli podle nastaveného uživatele.\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Seznam všech dostupných self-rolí.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Dostupné vlastní role:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Spravovat self-role." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Přidá roli do seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Nemohu ti dovolit odebrat {role.name} jako self-roli uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Přidáno." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Tato role je již self-rolí." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Odstraní roli ze seznamu dostupných self-rolí.\\n\\n POZNÁMKA: Role je citlivá na malá a velká písmena!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Nemohu ti dovolit odebrat {role.name} uživateli, protože tato role je vyšší nebo rovna tvé nejvyšší roli v Discord hierarchii." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Odstraněno." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Uzamkne bota pouze na jeho aktuální servery." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Bot již není uzamčen na server." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Bot je nyní serverem uzamčen." diff --git a/redbot/cogs/admin/locales/da-DK.po b/redbot/cogs/admin/locales/da-DK.po index b5f8c17bc..44078eb53 100644 --- a/redbot/cogs/admin/locales/da-DK.po +++ b/redbot/cogs/admin/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/de-DE.po b/redbot/cogs/admin/locales/de-DE.po index 824021427..5670ef4ad 100644 --- a/redbot/cogs/admin/locales/de-DE.po +++ b/redbot/cogs/admin/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Ich kündige bereits etwas an. Wenn du eine andere Ankündigung machen w msgid "A collection of server administration utilities." msgstr "Eine Sammlung von administrativen Server-Verwaltungsprogrammen." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} hat die Rolle „{role.name}“ bereits." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Ich habe {member.display_name} erfolgreich die Rolle „{role.name}“ gegeben." -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} hat nicht die Rolle „{role.name}“." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Ich habe die Rolle „{role.name}“ erfolgreich von {member.display_name} entfernt." -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle dem Ausführer des Befehls gegeben.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Füge einem Mitglied eine Rolle hinzu.\\n\\n Benutze (amerikanische) Anführungszeichen, wenn im Namen Leerzeichen enthalten sind.\\n Wenn keine Person definiert wurde, wird die Rolle von dem Ausführer des Befehls entfernt.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Rolleneinstellungen bearbeiten." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Bearbeite die Farbe einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n Die Farbe muss im Hexadezimalformat angegeben werden.\\n [Online Farbwähler](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Beispiele:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Erledigt." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Bearbeite den Namen einer Rolle.\\n\\n Verwende (amerikanische) Anführungszeichen, wenn die Rolle Leerzeichen enthält.\\n\\n Beispiel:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Mache eine Ankündigung auf allen Servern auf denen der Bot ist." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "Die Ankündigung hat begonnen." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Breche eine laufende Ankündigung ab." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "Es gibt keine derzeit laufende Ankündigung." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "Die aktuelle Ankündigung wurde abgebrochen." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Ändere, wie Ankündigungen in diesem Server gesendet werden." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "{channel.mention} wurde nun als Ankündigungskanal festgelegt." -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Selbst hinzufügbare Rollen anwenden." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Gib dir selbst eine Rolle.\\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:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Entferne eine Rolle von 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\nGibt eine Liste verfügbarer selbst auswählbarer Rollen aus.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Verfügbare selbst auswählbare Rollen:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Selbst hinzufügbare Rollen verwalten." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Füge eine Rolle zur Liste der selbst hinzufügbaren Rollen hinzu.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Du kannst dir nicht die Rolle „{role.name}“ zuweisen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Hinzugefügt." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Diese Rolle ist bereits selbst hinzufügbar." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Entferne eine Rolle von der Liste der selbst hinzufügbaren Rollen.\\n\\n HINWEIS: Beachte Groß- und Kleinschreibung!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Du darfst nicht die Rolle „{role.name}“ von der Liste der selbst hinzufügbaren Rollen entfernen, weil diese Rolle höher oder gleich deiner höchsten Rolle in der Discord Rollen-Hierarchie ist." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Entfernt." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Der Bot kann keinem neuen Server beitreten." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Der Bot kann nun anderen Servern beitreten." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Der Bot ist jetzt gesperrt neuen Servern beizutreten." diff --git a/redbot/cogs/admin/locales/el-GR.po b/redbot/cogs/admin/locales/el-GR.po index dac30f205..2b6d0e2d3 100644 --- a/redbot/cogs/admin/locales/el-GR.po +++ b/redbot/cogs/admin/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/es-ES.po b/redbot/cogs/admin/locales/es-ES.po index aed674cf2..6d5ddde21 100644 --- a/redbot/cogs/admin/locales/es-ES.po +++ b/redbot/cogs/admin/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Ya estoy anunciando algo. Si quieres hacer un anuncio diferente, por fav msgid "A collection of server administration utilities." msgstr "Una colección de utilidades de administración de servidores." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} ya tiene el rol {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "He añadido con éxito {role.name} a {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} no tiene el rol {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "He retirado con éxito {role.name} de {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Añadir un rol a un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Elimina un rol de un usuario.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n Si el usuario se deja en blanco el valor por defecto es el autor del comando.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Editar configuración de rol." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Edita el color de un rol.\\n\\n Usar comillas dobles si el rol contiene espacios.\\n El color debe estar en formato hexadecimal.\\n [Selector de color en línea](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Ejemplos:\\n `[p]color editrole \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Listo." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Edita el nombre de un rol.\\n\\n Utilice comillas dobles si el rol o el nombre contiene espacios.\\n\\n Ejemplo:\\n `[p]nombre editrole \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Anunciar un mensaje a todos los servidores en que el bot está." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "El anuncio ha comenzado." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Cancela un anuncio en ejecución." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "No hay ningún anuncio en ejecución." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "El anuncio actual ha sido cancelado." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Cambia cómo son enviados los anuncios en este servidor." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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 "" +msgstr "\\n Cambia el canal donde el bot enviará anuncios.\\n\\n Si el canal se deja en blanco el canal por defecto es el canal actual.\\n " -#: redbot/cogs/admin/admin.py:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "El canal de anuncios se ha establecido en {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." -msgstr "" +msgstr "Quita el canal para los anuncios." -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Aplicar selfroles." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Añade un rol a ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Elimina un rol de ti mismo.\\n\\n Los administradores del servidor deben haber configurado el rol como usuario configurable.\\n NOTA: El rol es sensible a mayúsculas!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Lista de todos los selfroles disponibles.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Selfroles disponibles:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Gestionar selfroles." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Añade un rol a la lista de selfroles disponibles.\\n\\n NOTA: ¡El rol es sensible a mayúsculas\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "No puedo permitir que añadas {role.name} como selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Añadido." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Ese rol ya es un selfrole." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Quita un rol de la lista de selfroles disponibles.\\n\\n NOTA: El rol es sensible a mayúsculas\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "No puedo permitir que elimines a {role.name} de ser un selfrole porque ese rol es mayor o igual a tu rol más alto en la jerarquía de Discord." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Eliminado." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Bloquea el bot sólo a sus servidores actuales." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "El bot ya no está bloqueado por el servidor." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "El bot está bloqueado por el servidor." diff --git a/redbot/cogs/admin/locales/fi-FI.po b/redbot/cogs/admin/locales/fi-FI.po index c7bdc2dab..5379aecde 100644 --- a/redbot/cogs/admin/locales/fi-FI.po +++ b/redbot/cogs/admin/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Olen jo ilmoittanut jotain. Jos haluat tehdä toisen ilmoituksen, käyt msgid "A collection of server administration utilities." msgstr "Kokoelma palvelinhallintaohjelmia." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Lisäsin {role.name} onnistuneesti {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Olen poistanut {role.name} onnistuneesti {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Muokkaa rooliasetuksia." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Tehty." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Ilmoita viesti kaikille palvelimille, joihin botti on." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/fr-FR.po b/redbot/cogs/admin/locales/fr-FR.po index 3d52d119a..ba5fa3222 100644 --- a/redbot/cogs/admin/locales/fr-FR.po +++ b/redbot/cogs/admin/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Je suis déjà en train d'annoncer quelque chose. Si tu souhaites faire msgid "A collection of server administration utilities." msgstr "Un ensemble d'utilitaires d'administration du serveur." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} a déjà le rôle {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "J'ai bien ajouté le rôle {role.name} à {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} n'a pas le rôle {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "J'ai bien retiré le rôle {role.name} de {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Ajouter un rôle à un utilisateur.\\n\\n Utilisez des guillemets si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Retirer un rôle d'un utilisateur.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n Si l'utilisateur est laissé vide, c'est par défaut l'auteur de la commande.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Modifier les paramètres d'un rôle." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Modifiez la couleur d'un rôle.\\n\\n Utilisez des guillemets doubles si le rôle contient des espaces.\\n La couleur doit être au format hexadécimal.\\n [Sélecteur de couleurs en ligne](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemples:\\n `[p]editrole color \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Fait." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Modifier le nom d'un rôle.\\n\\n Utiliser des guillemets si le rôle ou le nom contient des espaces.\\n\\n Exemple:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Faire une annonce à tous les serveurs dans lesquels le bot se trouve." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "L’annonce a commencé." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Interrompre une annonce en cours." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "Il n'y a aucune annonce en cours d'exécution." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "L'annonce actuelle a été interrompue." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Change la façon dont les annonces sont envoyées dans ce serveur." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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 "\\n Change le salon où le bot enverra les annonces.\\n\\n Si le salon est laissé vide, c'est pas défaut le salon actuel.\\n " -#: redbot/cogs/admin/admin.py:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "Les annonces seront maintenant faites dans {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "Désactive le salon pour les annonces." -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Appliquer auto-rôles." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Ajouter un auto-rôle à vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Supprimez un auto-rôle de vous-même.\\n\\n Les administrateurs du serveur doivent avoir configuré le rôle en tant qu'utilisable par les utilisateurs.\\n NOTE : Le rôle est sensible aux majuscules et minuscules !\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Liste de tous les auto-rôles disponibles.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Auto-rôles disponibles :\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Gérer les auto-roles." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\nAjouter un rôle à la liste des auto-rôles disponibles.\\n\\n NOTE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Ajouté." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Ce rôle est déjà un selfrole." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Supprimer un rôle de la liste des auto-rôles.\\n\\n REMARQUE : Le nom du rôle est sensible aux majuscules et minuscules !\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Je ne peux pas vous laisser ajouter {role.name} comme auto-rôle car ce rôle est supérieur ou égal à votre rôle le plus haut dans la hiérarchie Discord." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Retiré." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Verrouiller un bot sur ses serveurs actuels uniquement." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Le bot n'est plus verrouillé sur ses serveurs actuels." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Le bot est maintenant verrouillé sur ses serveurs actuels." diff --git a/redbot/cogs/admin/locales/he-IL.po b/redbot/cogs/admin/locales/he-IL.po index 6286af9a1..cc7359b0b 100644 --- a/redbot/cogs/admin/locales/he-IL.po +++ b/redbot/cogs/admin/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/hu-HU.po b/redbot/cogs/admin/locales/hu-HU.po index 35b5595d6..8031c3233 100644 --- a/redbot/cogs/admin/locales/hu-HU.po +++ b/redbot/cogs/admin/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Kész." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/id-ID.po b/redbot/cogs/admin/locales/id-ID.po index 5f87a8386..d2edc2579 100644 --- a/redbot/cogs/admin/locales/id-ID.po +++ b/redbot/cogs/admin/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Selesai." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/it-IT.po b/redbot/cogs/admin/locales/it-IT.po index 6f94d8218..fa72e61c5 100644 --- a/redbot/cogs/admin/locales/it-IT.po +++ b/redbot/cogs/admin/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Sto già annunciando qualcosa. Se desideri fare un annuncio diverso, usa msgid "A collection of server administration utilities." msgstr "Una collezione di servizi di amministrazione del server." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Ho aggiunto con successo {role.name} al gruppo {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Ho rimosso con successo {role.name} dal gruppo {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Modifica impostazioni ruolo." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Fatto." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Invia un annuncio a tutti i server in cui si trova il bot." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "L'annuncio è partito." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Cancella un annuncio in corso." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "L'annuncio in corso è stato cancellato." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "Il canale per gli annunci è stato impostato su {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Blocca un bot ai suoi server attuali." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Il bot non è più bloccato ai server." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Il bot è bloccato ai server." diff --git a/redbot/cogs/admin/locales/ja-JP.po b/redbot/cogs/admin/locales/ja-JP.po index 8e514cf2c..896a1c8a3 100644 --- a/redbot/cogs/admin/locales/ja-JP.po +++ b/redbot/cogs/admin/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/ko-KR.po b/redbot/cogs/admin/locales/ko-KR.po index bb5a341d1..99da7ce0c 100644 --- a/redbot/cogs/admin/locales/ko-KR.po +++ b/redbot/cogs/admin/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "역할 설정을 변경했어요." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "다 했어요." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "실행 중인 공지사항을 취소했어요." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "추가됐어요." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "제거됐어요." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/nl-NL.po b/redbot/cogs/admin/locales/nl-NL.po index 5ca2f68ff..07da2364b 100644 --- a/redbot/cogs/admin/locales/nl-NL.po +++ b/redbot/cogs/admin/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Ik ben al iets aan het aankondigen. Als je iets anders wilt aankondigen, msgid "A collection of server administration utilities." msgstr "Een collectie van de server administratie voorzieningen." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} heeft de rol {role.name} al." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Ik heb succesvol {role.name} toegevoegd aan {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} heeft de rol {role.name} niet." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Ik heb succesvol {role.name} verwijderd van {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Voeg een rol toe aan een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Verwijder een rol van een gebruiker.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Als de gebruiker leeg gelaten wordt, is het standaard ingesteld op de auteur van het commando.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Rol instellingen bewerken." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Bewerk een rolkleur.\\n\\n Gebruik dubbele aanhalingstekens als de rol spaties bevat.\\n Kleur moet in hexadecimaal formaat zijn.\\n [Online kleur kiezer](http://www.w3schools. om/colors/colors_picker. sp)\\n\\n Voorbeelden:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Klaar." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Bewerk de rolnaam.\\n\\n Gebruik dubbele aanhalingstekens als de rol of de naam spaties bevat.\\n\\n Voorbeeld:\\n `[p]bewerkrole naam \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Kondig een bericht aan in alle servers." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "De aankondiging is begonnen." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Annuleer een huidige aankondiging." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "Er is momenteel geen lopende aankondiging." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "De huidige aankondiging is geannuleerd." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Verander hoe aankondigingen worden verzonden in deze gilde." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "Het aankondigingskanaal is aangepast naar {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Zelfrollen toepassen." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Voeg een zelfrol toe aan jezelf.\\n\\n Server beheerders moeten de rol gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Verwijder een zelfrol van jezelf.\\n\\n Server beheerders moeten de rol als gebruiker instelbaar configureren.\\n Let op: De rol is hoofdlettergevoelig!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Toont alle beschikbare zelfrollen.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Beschikbare zelfrollen:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Beheer zelfrollen." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Voeg een rol toe aan de lijst van beschikbare zelfrollen.\\n\\n Let op: hoofdlettergevoelig!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Ik kan je {role.name} niet als zelfrol toe laten voegen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord hiërarchie." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Toegevoegd." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Die rol is al een zelfrol." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Verwijder een rol van de lijst van beschikbare zelfrollen.\\n\\n OPMERKING: De rol is hoofdlettergevoelig!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Ik kan je {role.name} niet uit zelfrol laten verwijderen omdat die rol hoger dan of gelijk is aan je hoogste rol in de Discord-hiërarchie." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Verwijderd." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Vergrendel de bot voor alleen deze server." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "De bot is niet langer vergrendeld." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "De bot is vergrendeld." diff --git a/redbot/cogs/admin/locales/no-NO.po b/redbot/cogs/admin/locales/no-NO.po index 60022ca65..1dd09457f 100644 --- a/redbot/cogs/admin/locales/no-NO.po +++ b/redbot/cogs/admin/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Jeg kunngjør allerede noe. Hvis du vil gi en annen kunngjøring, bruk f msgid "A collection of server administration utilities." msgstr "En samling av serveradministrasjonsverktøy." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} har allerede rollen {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Jeg har lagt til {role.name} til {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} har ikke rollen {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Jeg har fjernet {role.name} fra {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Legg til en rolle for en bruker.\\n \\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Fjern en rolle fra en bruker.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Hvis brukeren er tom, er den standard for forfatteren av kommandoen.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Endre rolle innsillinger." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Rediger en rollefarge.\\n\\n Bruk doble anførselstegn hvis rollen inneholder mellomrom.\\n Farge må være i heksadesimal format.\\n [Online fargevalg] (http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Eksempler: \\n `[p] redigeringsrollefarge \" Transistoren \"# ff0000` \\n` [p] redigeringsrollefarge Test # ff9900` \\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Ferdig." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/pl-PL.po b/redbot/cogs/admin/locales/pl-PL.po index 1f2de95df..4980f9910 100644 --- a/redbot/cogs/admin/locales/pl-PL.po +++ b/redbot/cogs/admin/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -17,200 +17,200 @@ msgstr "" #: 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 "" +msgstr "Próbowałem/am zrobić coś, do czego Discord odmówił mi uprawnień. Twoja komenda nie powiodła się." #: 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 "" +msgstr "Nie mogę dać {role.name} {member.display_name} ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." #: 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 "" +msgstr "Nie mogę usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa mojej najwyższej roli w hierarchii Discorda." #: 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 "" +msgstr "Nie mogę edytować {role.name}, ponieważ ta rola jest wyższa niż moja lub równa najwyższej roli w hierarchii Discorda." #: 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 "" +msgstr "Nie mogę pozwolić Tobie dać {role.name} {member.display_name} ponieważ ta rola jest większa lub równa twojej najwyższej roli w hierarchii Discorda." #: 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 "" +msgstr "Nie mogę pozwolić ci usunąć {role.name} z {member.display_name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." #: 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 "" +msgstr "Nie mogę pozwolić ci edytować {role.name}, ponieważ ta rola jest wyższa lub równa twojej najwyższej roli w hierarchii Discorda." #: redbot/cogs/admin/admin.py:59 msgid "I need manage roles permission to do that." -msgstr "" +msgstr "Potrzebuję uprawnień do zarządzania rolami, aby to zrobić." #: 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 "" +msgstr "Już coś ogłaszam. Jeśli chcesz złożyć inne ogłoszenie, najpierw użyj `{prefix}announce cancel`." #: redbot/cogs/admin/admin.py:71 #, docstring msgid "A collection of server administration utilities." -msgstr "" +msgstr "Zbiór narzędzi administracyjnych serwera." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." -msgstr "" +msgstr "{member.display_name} ma już rolę {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" -msgstr "" +msgstr "Pomyślnie dodałem/am {role.name} dla {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." -msgstr "" +msgstr "{member.display_name} nie ma roli {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" -msgstr "" +msgstr "Pomyślnie usunąłem/am {role.name} od {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "" +msgstr "\\n Dodawanie roli do użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "" +msgstr "\\n Usuwanie roli dla użytkownika.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Jeśli użytkownik jest pozostanie pusty, domyślnie zostanie wybrany autor komendy.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." -msgstr "" +msgstr "Edytuj ustawienia roli." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "" +msgstr "\\n Modyfikuj kolor roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola zawiera spacje.\\n Kolor musi być w formacie szesnastkowym.\\n [Wybór kolorów online](http://www.w3schools. om/colors/colors_picker.asp)\\n\\n Przykłady:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Gotowe." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "" +msgstr "\\n Edytuj nazwę roli.\\n\\n Użyj podwójnych cudzysłowów, jeśli rola lub nazwa zawiera spacje.\\n\\n Przykład:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." -msgstr "" +msgstr "Rozgłoś wiadomość do wszystkich serwerów w których jest ten bot." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." -msgstr "" +msgstr "Ogłaszanie rozpoczęte." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." -msgstr "" +msgstr "Anuluj uruchomione ogłoszenie." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." -msgstr "" +msgstr "Nie ma aktualnie uruchomionych ogłoszeń." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." -msgstr "" +msgstr "Bieżące ogłoszenie zostało anulowane." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." -msgstr "" +msgstr "Zmień sposób wysyłania ogłoszeń w tej gildii." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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 "" +msgstr "\\n Zmień kanał, w którym bot wyśle ogłoszenia.\\n\\n Jeśli kanał nie zostanie zdefiniowany, domyślnie zostanie wybrany bieżący kanał.\\n " -#: redbot/cogs/admin/admin.py:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" -msgstr "" +msgstr "Kanał ogłoszeniowy został ustawiony na {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." -msgstr "" +msgstr "Usuwa wybór kanału dla ogłoszeń." -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." -msgstr "" +msgstr "Zastosuj własne role." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "" +msgstr "\\n Dodawanie ról dla siebie.\\n\\n Administratorzy serwera muszą skonfigurować rolę jako ustawialną przez użytkownika.\\n UWAGA: Rola rozróżnia wielkość liter!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/pt-BR.po b/redbot/cogs/admin/locales/pt-BR.po index 91e3edf0e..c3b64dd1e 100644 --- a/redbot/cogs/admin/locales/pt-BR.po +++ b/redbot/cogs/admin/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Eu já estou anunciando algo. Se quer fazer um anúncio diferente, por f msgid "A collection of server administration utilities." msgstr "Um conjunto de ferramentas para a administração do servidor." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} já tem o cargo {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Eu adicionei com sucesso {role.name} de {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} não tem o cargo {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Eu removi {role.name} de {member.display_name} com sucesso" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Concede um cargo a um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Remove um cargo de um(a) usuário(a).\\n\\n Use aspas duplas se o nome do cargo contiver espaços.\\n Se o usuário for deixado em branco, por padrão será usado a(o) autor(a) do comando.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Altera as configurações de cargo." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Edita a cor de um cargo.\\n\\n Use aspas duplas se o cargo contiver espaços.\\n A cor precisa estar em formato hexadecimal.\\n [Seletor de cores online](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Exemplos:\\n `[p]editrole colour \\\"O Transistor\\\" #ff0000`\\n `[p]editrole colour Teste #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Concluído." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Alterar o nome de um cargo.\\n\\n Use aspas duplas se o cargo ou o nome contiverem espaços.\\n\\n Exemplo:\\n `[p]editrole name \\\"O Transistor\\\" Teste`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Anuncia uma mensagem para todos os servidores onde o bot está." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "O anúncio começou." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Cancela um anúncio em andamento." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "Não existe nenhum anúncio em andamento." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "O anúncio atual foi cancelado." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Altera como os anúncios são enviados nessa guilda." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "O canal de anúncios foi definido como {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Concede cargos autoatribuíveis a si." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Concede um cargo autoatribuível a si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Remove um cargo autoatribuível de si.\\n\\n Os administradores do servidor precisarão configurar o cargo como autoatribuível.\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Lista todos os cargos autoatribuíveis.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Cargos autoatribuíveis disponíveis:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Gerenciar cargos autoatribuíveis." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Adiciona um cargo à lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Não posso deixar você atribuir {role.name} como um cargo autoatribuível porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Adicionado." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Este cargo já é autoatribuível." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Remove um cargo da lista de cargos autoatribuíveis.\\n\\n NOTA: o nome do cargo diferencia entre maiúsculas e minúsculas!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Não posso deixar você remover o cargo {role.name} da lista de cargos autoatribuíveis porque este cargo é mais alto ou igual ao seu mais alto cargo na hierarquia do Discord." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Removido." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Restringe o bot somente aos servidores atuais." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "O bot não está mais restrito aos servidores atuais." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "O está restrito aos servidores atuais." diff --git a/redbot/cogs/admin/locales/pt-PT.po b/redbot/cogs/admin/locales/pt-PT.po index 62606cf7d..bd63439aa 100644 --- a/redbot/cogs/admin/locales/pt-PT.po +++ b/redbot/cogs/admin/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Já estou a anunciar algo. Se queres fazer um anúncio diferente usa `{p msgid "A collection of server administration utilities." msgstr "Uma coleção de utilidades para administração de servidores." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Adicionei com sucesso {role.name} a {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Removi com sucesso {role.name} de {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Concluído." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Anuncia uma mensagem para todos os servidores em que o bot está." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "O anúncio foi iniciado." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Cancelar um anúncio em curso." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "O anúncio atual foi cancelado." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "O canal de anúncio foi definido para {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Bloquear o bot aos servidores atuais." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "O bot já não está bloqueado aos servidores atuais." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "O bot está agora bloqueado aos servidores atuais." diff --git a/redbot/cogs/admin/locales/ro-RO.po b/redbot/cogs/admin/locales/ro-RO.po index 084b23c5f..61a58428d 100644 --- a/redbot/cogs/admin/locales/ro-RO.po +++ b/redbot/cogs/admin/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/ru-RU.po b/redbot/cogs/admin/locales/ru-RU.po index 1188df4c1..0610aa76a 100644 --- a/redbot/cogs/admin/locales/ru-RU.po +++ b/redbot/cogs/admin/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Я уже что-то объявляю. Если вы хотите сд msgid "A collection of server administration utilities." msgstr "Набор утилит администрирования сервера." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} уже имеет роль {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "Я успешно добавила роль {role.name} пользователю {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} не имеет роли {role.name}." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "Я успешно забрала роль {role.name} у пользователя {member.display_name}" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Добавить роль пользователю.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Удалить роль у пользователя.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Если пользователь не указан, по умолчанию используется автор команды.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Изменение параметров роли." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "\\n Изменить цвет роли.\\n\\n Используйте двойные кавычки, если роль содержит пробелы.\\n Цвет должен быть в шестнадцатеричном формате.\\n [Онлайн-палитра цветов](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Примеры:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Готово." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "\\n Изменить название роли.\\n\\n Используйте двойные кавычки, если роль или имя содержат пробелы.\\n\\n Примеры:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Объявить сообщение на всех серверах, к которым подключен бот." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "Объявление началось." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Отменить текущее объявление." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "В данный момент нет запущенных объявлений." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "Текущее объявление было отменено." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Изменить способ отправки объявлений на этом сервере." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "Канал объявления был установлен на {channel.mention}" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Применить свои роли." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "\\n Добавить собственную роль себе.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "\\n Удалить собственную роль у себя.\\n\\n Администраторы сервера должны настроить роль как устанавливаемую пользователем.\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Список всех доступных Собственных ролей.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Доступные собственные роли:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Управление своими ролями." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Добавить роль в список доступных своих ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "Нельзя добавить {role.name} в качестве собственной роли, потому что эта роль выше или равна вашей самой высшей роли в иерархии Discord." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Добавлено." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "У вас уже имеется эта роль." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Удалить роль из списка доступных собственных ролей.\\n\\n ПРИМЕЧАНИЕ: Роль чувствительна к регистру!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "Вы не можете забрать у себя роль {role.name}, потому что эта роль выше или равна вашей самой высокой роли в иерархии Discord." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Удалено." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Зафиксировать бота только на его текущих серверах." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Бот больше не зафиксирован на сервере." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Бот теперь зафиксирован на сервере." diff --git a/redbot/cogs/admin/locales/sk-SK.po b/redbot/cogs/admin/locales/sk-SK.po index ed6f6780a..d2b548727 100644 --- a/redbot/cogs/admin/locales/sk-SK.po +++ b/redbot/cogs/admin/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -57,162 +57,162 @@ msgid "A collection of server administration utilities." msgstr "\n" "Zbierka obslužných programov pre správu servera." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} už má rolu {role.name}." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "\n" "Úspešne som pridal {role.name} do {member.display_name}" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/sr-SP.po b/redbot/cogs/admin/locales/sr-SP.po index bcef15822..e4e0b9cb5 100644 --- a/redbot/cogs/admin/locales/sr-SP.po +++ b/redbot/cogs/admin/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/sv-SE.po b/redbot/cogs/admin/locales/sv-SE.po index ae0e893f3..c83323ecb 100644 --- a/redbot/cogs/admin/locales/sv-SE.po +++ b/redbot/cogs/admin/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Jag tillkännager redan något. Om du vill göra ett annat tillkännagiv msgid "A collection of server administration utilities." msgstr "En samling administrationsverktyg för servern." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Redigera rollinställningar." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Klart." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Meddela ett meddelande till alla servrar som botten är i." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "Tillkännagivandet har börjat." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Avbryt en löpande avisering." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/tr-TR.po b/redbot/cogs/admin/locales/tr-TR.po index 455d13d8a..9dee7b5e5 100644 --- a/redbot/cogs/admin/locales/tr-TR.po +++ b/redbot/cogs/admin/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "Zaten şu anda bir duyuru yapmaktayım. Başka bir duyuru yapmak istiyor msgid "A collection of server administration utilities." msgstr "Sunucu yönetimiyle ilgili ayarlar." -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "{member.display_name} kullanıcısı {role.name} rolüne zaten sahip." -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "{role.name} rolünü {member.display_name} kullanıcısına başarılı bir şekilde ekledim." -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "{member.display_name} kullanıcısı {role.name} rolüne sahip değil." -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "{role.name} rolünü {member.display_name} kullanıcısından başarılı bir şekilde kaldırdım" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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 "\\n Kullanıcıya rol ekle.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " -#: redbot/cogs/admin/admin.py:234 +#: redbot/cogs/admin/admin.py:238 #, 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 "\\n Kullanıcıdan rol sil.\\n\\n Rol boşluk içeriyorsa çift tırnak işareti kullanın.\\n Kullanıcı boş bırakılırsa, varsayılan olarak komutun yazarıdır.\\n " -#: redbot/cogs/admin/admin.py:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "Rol ayarlarını düzenle." -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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 "Rol rengini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n Renk hexadecimal formatında olmalıdır.\\n [Online colour picker](http://www.w3schools.com/colors/colors_picker.asp)\\n\\n Örneğin:\\n `[p]editrole colour \\\"The Transistor\\\" #ff0000`\\n `[p]editrole colour Test #ff9900`\\n " -#: redbot/cogs/admin/admin.py:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "Tamamlandı." -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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 "Rolün ismini düzenler.\\n\\n Rol boşluk içeriyorsa çift tırnak kulanın.\\n\\n Örneğin:\\n `[p]editrole name \\\"The Transistor\\\" Test`\\n " -#: redbot/cogs/admin/admin.py:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "Botun bulunduğu tüm sunuculara duyuru geçer." -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "Duyuru başladı." -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "Şu an yapılan duyuruyu iptal eder." -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "Şu anda yapılan bir duyuru mevcut değil." -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "Şu an yapılan duyuru iptal edildi." -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "Anonsların sunucuya nasıl gönderileceğini belirleyin." -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "{channel.mention} duyuru kanalı olarak ayarlandı" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "Kişisel rol ekle." -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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 "Kişisel rol ekler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " -#: redbot/cogs/admin/admin.py:407 +#: redbot/cogs/admin/admin.py:411 #, 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 "Kişisel rol siler.\\n\\n Sunucu yöneticileri kullanıcının kullanabileceği şekilde ayarlamalıdır.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " -#: redbot/cogs/admin/admin.py:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "\\n Kullanılabilir kişisel rolleri listeler.\\n " -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "Kullanılabilir kişisel roller:\\n{selfroles}" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "Kişisel rolleri düzenle." -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, docstring msgid "\\n Add a role to the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Kullanılabilir kişisel roller listesine rol ekler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " -#: redbot/cogs/admin/admin.py:446 +#: redbot/cogs/admin/admin.py:450 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 "{role.name} kullanıcısına belirttiğin rolü vermene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." -#: redbot/cogs/admin/admin.py:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "Eklendi." -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "Bu rol zaten bir kişisel rol." -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, docstring msgid "\\n Remove a role from the list of available selfroles.\\n\\n NOTE: The role is case sensitive!\\n " msgstr "\\n Kullanılabilir kişisel roller listesinden rol siler.\\n\\n NOT: Rol büyük küçük harf duyarlıdır!\\n " -#: redbot/cogs/admin/admin.py:468 +#: redbot/cogs/admin/admin.py:472 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 "{role.name} kullanıcısından belirttiğin rolü silmene müsaade edemem çünkü bu rol mevcut rolünden daha yüksek." -#: redbot/cogs/admin/admin.py:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "Kaldırıldı." -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "Botu şu an bulunduğu sunucularda kilitler." -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "Botun sunucu kilidi aktif değil." -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "Botun sunucu kilidi aktif." diff --git a/redbot/cogs/admin/locales/uk-UA.po b/redbot/cogs/admin/locales/uk-UA.po index 8bae93902..e83e66e32 100644 --- a/redbot/cogs/admin/locales/uk-UA.po +++ b/redbot/cogs/admin/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/vi-VN.po b/redbot/cogs/admin/locales/vi-VN.po index 5a8cbc131..16da0012b 100644 --- a/redbot/cogs/admin/locales/vi-VN.po +++ b/redbot/cogs/admin/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/zh-CN.po b/redbot/cogs/admin/locales/zh-CN.po index 0f3c546b4..4703e9f02 100644 --- a/redbot/cogs/admin/locales/zh-CN.po +++ b/redbot/cogs/admin/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "完成。" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/zh-HK.po b/redbot/cogs/admin/locales/zh-HK.po index b067223bf..7cafcb70d 100644 --- a/redbot/cogs/admin/locales/zh-HK.po +++ b/redbot/cogs/admin/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/admin/locales/zh-TW.po b/redbot/cogs/admin/locales/zh-TW.po index f37e7bce5..c26c8e63d 100644 --- a/redbot/cogs/admin/locales/zh-TW.po +++ b/redbot/cogs/admin/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -56,161 +56,161 @@ msgstr "" msgid "A collection of server administration utilities." msgstr "" -#: redbot/cogs/admin/admin.py:157 +#: redbot/cogs/admin/admin.py:161 msgid "{member.display_name} already has the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:177 +#: redbot/cogs/admin/admin.py:181 msgid "I successfully added {role.name} to {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:187 +#: redbot/cogs/admin/admin.py:191 msgid "{member.display_name} does not have the role {role.name}." msgstr "" -#: redbot/cogs/admin/admin.py:207 +#: redbot/cogs/admin/admin.py:211 msgid "I successfully removed {role.name} from {member.display_name}" msgstr "" -#: redbot/cogs/admin/admin.py:218 +#: redbot/cogs/admin/admin.py:222 #, 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:234 +#: redbot/cogs/admin/admin.py:238 #, 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:248 +#: redbot/cogs/admin/admin.py:252 #, docstring msgid "Edit role settings." msgstr "" -#: redbot/cogs/admin/admin.py:255 +#: redbot/cogs/admin/admin.py:259 #, 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:284 redbot/cogs/admin/admin.py:317 +#: redbot/cogs/admin/admin.py:288 redbot/cogs/admin/admin.py:321 msgid "Done." msgstr "" -#: redbot/cogs/admin/admin.py:288 +#: redbot/cogs/admin/admin.py:292 #, 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:322 +#: redbot/cogs/admin/admin.py:326 #, docstring msgid "Announce a message to all servers the bot is in." msgstr "" -#: redbot/cogs/admin/admin.py:329 +#: redbot/cogs/admin/admin.py:333 msgid "The announcement has begun." msgstr "" -#: redbot/cogs/admin/admin.py:336 +#: redbot/cogs/admin/admin.py:340 #, docstring msgid "Cancel a running announce." msgstr "" -#: redbot/cogs/admin/admin.py:338 +#: redbot/cogs/admin/admin.py:342 msgid "There is no currently running announcement." msgstr "" -#: redbot/cogs/admin/admin.py:341 +#: redbot/cogs/admin/admin.py:345 msgid "The current announcement has been cancelled." msgstr "" -#: redbot/cogs/admin/admin.py:347 +#: redbot/cogs/admin/admin.py:351 #, docstring msgid "Change how announcements are sent in this guild." msgstr "" -#: redbot/cogs/admin/admin.py:352 +#: redbot/cogs/admin/admin.py:356 #, 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:361 +#: redbot/cogs/admin/admin.py:365 msgid "The announcement channel has been set to {channel.mention}" msgstr "" -#: redbot/cogs/admin/admin.py:366 +#: redbot/cogs/admin/admin.py:370 #, docstring msgid "Unsets the channel for announcements." msgstr "" -#: redbot/cogs/admin/admin.py:391 +#: redbot/cogs/admin/admin.py:395 #, docstring msgid "Apply selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:396 +#: redbot/cogs/admin/admin.py:400 #, 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:407 +#: redbot/cogs/admin/admin.py:411 #, 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:418 +#: redbot/cogs/admin/admin.py:422 #, docstring msgid "\\n Lists all available selfroles.\\n " msgstr "" -#: redbot/cogs/admin/admin.py:428 +#: redbot/cogs/admin/admin.py:432 msgid "Available Selfroles:\\n{selfroles}" msgstr "" -#: redbot/cogs/admin/admin.py:434 +#: redbot/cogs/admin/admin.py:438 #, docstring msgid "Manage selfroles." msgstr "" -#: redbot/cogs/admin/admin.py:439 +#: redbot/cogs/admin/admin.py:443 #, 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:446 +#: redbot/cogs/admin/admin.py:450 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:454 +#: redbot/cogs/admin/admin.py:458 msgid "Added." msgstr "" -#: redbot/cogs/admin/admin.py:457 +#: redbot/cogs/admin/admin.py:461 msgid "That role is already a selfrole." msgstr "" -#: redbot/cogs/admin/admin.py:461 +#: redbot/cogs/admin/admin.py:465 #, 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:468 +#: redbot/cogs/admin/admin.py:472 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:476 +#: redbot/cogs/admin/admin.py:480 msgid "Removed." msgstr "" -#: redbot/cogs/admin/admin.py:481 +#: redbot/cogs/admin/admin.py:485 #, docstring msgid "Lock a bot to its current servers only." msgstr "" -#: redbot/cogs/admin/admin.py:486 +#: redbot/cogs/admin/admin.py:490 msgid "The bot is no longer serverlocked." msgstr "" -#: redbot/cogs/admin/admin.py:488 +#: redbot/cogs/admin/admin.py:492 msgid "The bot is now serverlocked." msgstr "" diff --git a/redbot/cogs/alias/locales/af-ZA.po b/redbot/cogs/alias/locales/af-ZA.po index 9e0f7133e..76f3d9003 100644 --- a/redbot/cogs/alias/locales/af-ZA.po +++ b/redbot/cogs/alias/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: af_ZA\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ar-SA.po b/redbot/cogs/alias/locales/ar-SA.po index 676cf6aaf..a1ca5083c 100644 --- a/redbot/cogs/alias/locales/ar-SA.po +++ b/redbot/cogs/alias/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ar_SA\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/bg-BG.po b/redbot/cogs/alias/locales/bg-BG.po index ec2a606a5..b864a24a5 100644 --- a/redbot/cogs/alias/locales/bg-BG.po +++ b/redbot/cogs/alias/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: bg_BG\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Няма намерен префикс." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Този псевдоним не съществува." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ca-ES.po b/redbot/cogs/alias/locales/ca-ES.po index 357fb4f19..7ffff7719 100644 --- a/redbot/cogs/alias/locales/ca-ES.po +++ b/redbot/cogs/alias/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ca_ES\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/cs-CZ.po b/redbot/cogs/alias/locales/cs-CZ.po index 509a93427..983d42c70 100644 --- a/redbot/cogs/alias/locales/cs-CZ.po +++ b/redbot/cogs/alias/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: cs_CZ\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Vytvořit aliasy pro příkazy n n Aliasy jsou alternativní zkratky pro příkazy. Mohou působit jako lambda (ukládání argumentů pro opakované použití) n nebo jednoduše jako zkratka pro vyslovení \"xyz\" n n Při spuštění budou aliasy přijímat další argumenty a připojovat je k uložený alias. \\ t " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Nebyl nalezen žádný prefix." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Aliasy:\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nStrana {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Spravovat aliasy příkazů." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Správa globálních aliasů." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Přidat alias pro příkaz." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." -#: redbot/cogs/alias/alias.py:156 +#: 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:167 +#: 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 "Pokusili jste se vytvořit nový alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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 "Pokusili jste se vytvořit nový alias pro příkaz, který neexistuje." -#: redbot/cogs/alias/alias.py:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Byl vytvořen nový alias se spouštěcím mechanismem `{name}." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Přidat globální alias pro příkaz." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je již příkazem tohoto bota." -#: redbot/cogs/alias/alias.py:215 +#: 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:226 +#: 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 "Pokusili jste se vytvořit nový globální alias s názvem {name}, ale toto jméno je neplatným názvem aliasu. Jména aliasů nesmí obsahovat mezery." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Byl vytvořen nový globální alias se spouštěcím mechanismem `{name}." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Zkuste spustit nápovědu pro základní příkaz aliasů." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Žádný takový alias neexistuje." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Zobrazit příkaz ke spustitelnému aliasu." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "Alias `{alias_name} provede příkaz `{command}" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Neexistuje žádný alias s názvem `{name}`" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Odstraní existující alias na tomto serveru." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Na tomto serveru nejsou žádné aliasy." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Alias s názvem{name}` byl úspěšně smazán." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "Alias s názvem `{name}` nebyl nalezen." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Odstranit existující globální alias." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Pro tohoto bota neexistují žádné globální aliasy." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Seznam dostupných aliasů na tomto serveru." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Seznam dostupných globálních aliasů pro tohoto bota." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Neexistují žádné globální aliasy." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Argumenty musí být zadány s číslem." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Argumenty musí být sekvenční. Chybějící argumenty: " diff --git a/redbot/cogs/alias/locales/da-DK.po b/redbot/cogs/alias/locales/da-DK.po index f5f80d3ee..6e51fbb09 100644 --- a/redbot/cogs/alias/locales/da-DK.po +++ b/redbot/cogs/alias/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: da_DK\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/de-DE.po b/redbot/cogs/alias/locales/de-DE.po index 9fb3028c2..4ab489e2b 100644 --- a/redbot/cogs/alias/locales/de-DE.po +++ b/redbot/cogs/alias/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: de_DE\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Erstelle einen Alias für einen Befehl.\\n\\n Aliases sind alternative Namen für Befehle.\\n können als Lambda (Speicherung von Argumenten für wiederholte Verwendung)\\n oder als einfache Verknüpfung zur Angabe von \\\"x y z\\\" fungieren.\\n\\n Wenn Sie ausgeführt werden, werden Alias zusätzliche Argumente annehmen\\n und sie an die gespeicherten Alias anhängen.\\n \\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Es wurde kein Prefix gefunden." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Aliase:\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nSeite {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Verwalte die Alias Befehle." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Verwalte die globalen Aliasse." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Füge einen Alias für einen Befehl hinzu." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Du hast versucht, einen neuen Alias ​​mit dem Namen {name} zu erstellen, aber dieser Name wird bereits für einen Befehl des Bots genutzt." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgstr "Du hast versucht, einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." -#: redbot/cogs/alias/alias.py:167 +#: 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 "Du hast versucht einen neuen Alias mit dem Namen {name} zu erstellen, aber dieser Name ist ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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 "Du hast versucht einen Alias für einen Befehl zu erstellen, der nicht existiert." -#: redbot/cogs/alias/alias.py:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Ein neuer Alias mit dem Namen`{name}` wurde erstellt." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Füge einen globalen Alias für einen Befehl hinzu." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Du hast versucht, einen neuen globalen Alias ​​mit dem Namen „{name}“ zu erstellen, aber dieser Name ist bereits ein Befehl für diesen Bot." -#: redbot/cogs/alias/alias.py:215 +#: 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 "Du hast versucht, einen neuen globalen Alias mit dem Namen {name} zu erstellen, aber dieser Alias existiert bereits." -#: redbot/cogs/alias/alias.py:226 +#: 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 "Du hast versucht, einen neuen globalen Alias mit dem Namen „{name}“ zu erstellen, dieser Name ist jedoch ein ungültiger Alias-Name. Alias-Namen dürfen keine Leerzeichen enthalten." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Ein neuer globaler Alias mit dem Trigger `{name}` wurde erstellt." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Versuche die Hilfe für den Basisbefehl des Alias auszuführen." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "So ein Alias ist nicht vorhanden." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Zeige den Befehl, welchen der Alias ausführt." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "Der Alias '{alias_name}' führt den Befehl '{command}' aus" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Kein Alias mit dem Namen '{name}' gefunden" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Lösche einen bereits existierenden Alias auf diesem Server." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Es gibt keine Aliasse auf diesem Server." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Der Alias mit dem Namen '{name}' wurde erfolgreich gelöscht." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "Kein Alias mit dem Namen '{name}' gefunden." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Lösche einen bereits existierenden globalen Alias." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Ich habe keinen globalen Alias gespeichert." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Zeige die auf diesem Server verfügbaren Alias." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Zeige die verfügbaren globalen Alias von diesem Bot." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Es gibt keine globalen Aliasse." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Die Argumente müssen mit einer Nummer angegeben werden." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " diff --git a/redbot/cogs/alias/locales/el-GR.po b/redbot/cogs/alias/locales/el-GR.po index 7b372dc8a..9582e1b94 100644 --- a/redbot/cogs/alias/locales/el-GR.po +++ b/redbot/cogs/alias/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: el_GR\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Δεν βρέθηκε πρόθεμα." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/es-ES.po b/redbot/cogs/alias/locales/es-ES.po index 055496a1a..6aaae75cf 100644 --- a/redbot/cogs/alias/locales/es-ES.po +++ b/redbot/cogs/alias/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: es_ES\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Crear alias para comandos.\\n\\n Los alias son accesos directos de nombres alternativos para comandos.\\n pueden actuar como un lambda (almacenando argumentos para uso repetido)\\n o simplemente como un atajo para decir \\\"x y z\\\".\\n\\n Cuando se ejecuta, los alias aceptarán cualquier argumento adicional\\n y los agregarán al alias almacenado.\\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Prefijo no encontrado." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Alias:\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nPagina {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Administra los alias de los comandos." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Administra los alias globales." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Agregar un alias para un comando." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre ya es un comando en este bot." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." -msgstr "" +msgstr "Intentaste crear un nuevo alias con el nombre {name} pero ese alias ya existe." -#: redbot/cogs/alias/alias.py:167 +#: 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 "Intentaste crear un nuevo alias con el nombre {name} pero ese nombre es un alias inválido. Los alias no deben contener espacios." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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 "Intentaste crear un nuevo alias para un comando que no existe." -#: redbot/cogs/alias/alias.py:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Un nuevo alias con el trigger {name} ha sido creado." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Agrega un alias global para un comando." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Intentaste crear un nuevo alias global con el nombre {name} pero ese nombre ya es un comando en este bot." -#: redbot/cogs/alias/alias.py:215 +#: 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 "" +msgstr "Intentaste crear un nuevo alias global con el nombre {name}, pero ese alias ya existe." -#: redbot/cogs/alias/alias.py:226 +#: 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 "Intentaste crear un nuevo alias global con el nombre {name}, pero ese nombre es un nombre de alias inválido. Los nombres de alias no pueden contener espacios." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Un nuevo alias global con el trigger `{name}` ha sido creado." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Intenta ejecutar help para el comando base del alias." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "El alias no existe." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Muestra qué comando ejecuta el alias." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "El alias `{alias_name}` ejecutará el comando `{command}`" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "No hay alias con el nombre `{name}`" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Elimina un alias existente en este servidor." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "No hay alias en este servidor." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "El alias con el nombre `{name}` ha eliminado correctamente." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "El alias con nombre `{name}` no fue encontrado." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Elimina un alias global existente." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Este bot no tiene alias globales." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Lista de los alias disponibles en este servidor." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Lista de los alias globales disponibles en este bot." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "No hay alias globales." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Los argumentos deben especificarse con un número." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Los argumentos deben ser secuenciales. Faltan argumentos: " diff --git a/redbot/cogs/alias/locales/fi-FI.po b/redbot/cogs/alias/locales/fi-FI.po index 517dee97b..2b93122fc 100644 --- a/redbot/cogs/alias/locales/fi-FI.po +++ b/redbot/cogs/alias/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: fi_FI\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/fr-FR.po b/redbot/cogs/alias/locales/fr-FR.po index 6e6c7da03..03d89f580 100644 --- a/redbot/cogs/alias/locales/fr-FR.po +++ b/redbot/cogs/alias/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: fr_FR\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Créée des alias pour les commandes\\n\\n Les alias sont des raccourcis de noms alternatifs pour les commandes. Ils\\n peuvent agir comme un lambda (stocker des arguments pour un usage répété)\\n ou comme simplement un raccourci pour dire \\\"x y z\\\".\\n\\n Lors de leur exécution, les alias accepteront tous les arguments supplémentaires\\n et seront exécutés en plus des arguments stockés dans l'alias.\\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Aucun préfixe trouvé." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Alias :\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nPage {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Gérer les alias de commandes." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Gérer les alias globaux." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Ajouter un alias à une commande." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Tu as tenté de créer un nouvel alias nommé {name}, mais une commande existe déjà avec ce nom sur ce bot." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgstr "Vous avez tenté de créer un nouvel alias avec le nom {name} mais cette alias existe déjà." -#: redbot/cogs/alias/alias.py:167 +#: 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 "Tu as tenté de créer un nouvel alias nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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 "Vous avez essayé de créer un nouvel alias pour une commande qui n'existe pas." -#: redbot/cogs/alias/alias.py:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Un nouvel alias avec le déclencheur `{name}` a bien été créé." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Ajouter un alias global à une commande." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Tu as tenté de créer un nouvel alias global nommé {name}, mais une commande existe déjà avec ce nom sur ce bot." -#: redbot/cogs/alias/alias.py:215 +#: 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 "Vous avez tenté de créer un nouvel alias global avec le nom {name} mais cette alias existe déjà." -#: redbot/cogs/alias/alias.py:226 +#: 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 "Tu as tenté de créer un nouvel alias global nommé {name}, mais ce nom d'alias est invalide. Les noms d'alias ne peuvent pas contenir d'espaces." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Un nouvel alias global avec le déclencheur `{name}` a bien été créé." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Tente d'exécuter l'aide pour la commande de base de l'alias." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Cet alias n'existe pas." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Affiche la commande que l'alias exécute." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "L'alias `{alias_name}` exécute la commande `{command}`" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Il n'y a pas d'alias nommé `{name}`" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Supprime un alias de ce serveur." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Il n'y a pas d'alias sur ce serveur." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "L'alias nommé `{name}` a bien été supprimé." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "L'alias nommé `{name}` n'a pas été trouvé." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Supprime un alias global existant." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Il n'y a aucun alias global sur ce bot." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Liste les alias disponibles sur ce serveur." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Liste les alias globaux disponibles sur ce bot." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Il n'y a aucun alias global." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Les arguments doivent être spécifiés avec un nombre." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Les arguments doivent être séquentiels. Arguments manquants : " diff --git a/redbot/cogs/alias/locales/he-IL.po b/redbot/cogs/alias/locales/he-IL.po index e805e117b..d018d980f 100644 --- a/redbot/cogs/alias/locales/he-IL.po +++ b/redbot/cogs/alias/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: he_IL\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/hu-HU.po b/redbot/cogs/alias/locales/hu-HU.po index 1e1c8ee4d..ce3165bf4 100644 --- a/redbot/cogs/alias/locales/hu-HU.po +++ b/redbot/cogs/alias/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: hu_HU\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Nem találtható prefix." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Aliasok:\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nOldal {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Parancs aliasok kezelése." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Globális aliasok kezelése." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Alias hozzáadása egy parancshoz." -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Nem létezik ilyen alias." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Nincsenek aliasok ezen a szerveren." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Létező globális alias törlése." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Nincsenek globális aliasok ezen a boton." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "A szerveren elérhető aliasok listázása." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "A boton elérhető globális aliasok listázása." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Nincsenek globális aliasok." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/id-ID.po b/redbot/cogs/alias/locales/id-ID.po index 8e855ef53..5cff414a9 100644 --- a/redbot/cogs/alias/locales/id-ID.po +++ b/redbot/cogs/alias/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: id_ID\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Awalan tidak ditemukan." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Alias tersebut tidak ditemukan." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Tidak ada alias pada server ini." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/it-IT.po b/redbot/cogs/alias/locales/it-IT.po index b013483f4..16a37fdd2 100644 --- a/redbot/cogs/alias/locales/it-IT.po +++ b/redbot/cogs/alias/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: it_IT\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Nessun prefisso trovato." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Gestisci gli alias dei comandi." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Gestisci alias globali." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Aggiungi un alias per un comando." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome corrisponde già a un comando su questo bot." -#: redbot/cogs/alias/alias.py:156 +#: 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:167 +#: 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 "Hai cercato di creare un nuovo alias con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "È stato creato un nuovo alias con il comando '{name}'." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Aggiungi un alias globale per un comando." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome corrisponde già a un comando su questo bot." -#: redbot/cogs/alias/alias.py:215 +#: 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:226 +#: 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 "Hai cercato di creare un nuovo alias globale con il nome {name}, ma questo nome non è un nome alias valido. I nomi alias non possono contenere spazi." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "È stato creato un nuovo alias globale con il comando '{name}'." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Prova a eseguire l'aiuto per il comando di base dell'alias." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Non esiste nessun alias con questo nome." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Mostra quale comando viene eseguito dall'alias." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "L'alias `{alias_name}` eseguirà il comando `{command}`" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Non c'è nessun alias con il nome `{name}`" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Elimina un alias esistente su questo server." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Non ci sono alias su questo server." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "L'alias con il nome `{name}` è stato eliminato con successo." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "L'alias con il nome `{name}` non è stato trovato." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Elimina un alias globale esistente." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Elenca gli alias disponibili su questo server." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Elenca gli alias globali disponibili su questo server." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Gli argomenti devono essere specificati con un numero." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ja-JP.po b/redbot/cogs/alias/locales/ja-JP.po index bcccd774f..056fb4508 100644 --- a/redbot/cogs/alias/locales/ja-JP.po +++ b/redbot/cogs/alias/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ja_JP\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "プレフィックスが見つかりません。" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "そのようなエイリアスはありません。" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ko-KR.po b/redbot/cogs/alias/locales/ko-KR.po index d79ffdf08..ac446afe4 100644 --- a/redbot/cogs/alias/locales/ko-KR.po +++ b/redbot/cogs/alias/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ko_KR\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "명령어에 대한 별칭을 만들어주세요.\\n\\n 별칭들은 해당 명령어들을 바로 실행할 수 있는 대체적인 이름들이에요. 그것들은\\n 람다(반복되어 사용되는 인수를 저장)\\n 또는 단순히 \\\"x y z\\\"라고 말하는 바로가기 역할을 할 수 있어요.\\n\\n 실행할 시, 별칭들은 추가된 인수들을 승인할거예요.\\n 그리고 저장된 별칭들에 추가할거예요. " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "접두사가 발견되지 않았습니다." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "명령어 별칭들을 관리하세요." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "글로벌 별칭들을 관리하세요." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "명령어에 대한 별칭을 등록해주세요." -#: redbot/cogs/alias/alias.py:145 +#: 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 "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 이 봇의 명령어와 중복돼요." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgstr "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." -#: redbot/cogs/alias/alias.py:167 +#: 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 "이름이 {name}인 새 별칭을 생성하려고 했지만, 해당 이름은 사용할 수 없는 별칭 이름이에요. 별칭은 공백을 포함할 수 없어요." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "`{name}`을 실행하는 새 별칭이 등록됐어요." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "명령어에 대한 글로벌 별칭을 등록해주세요." -#: redbot/cogs/alias/alias.py:204 +#: 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 "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 이름은 커맨드와 중복돼요." -#: redbot/cogs/alias/alias.py:215 +#: 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 "이름이 {name} 인 새 별칭을 생성하려고 했지만, 해당 별칭은 이미 이 서버에 등록되어 있어요." -#: redbot/cogs/alias/alias.py:226 +#: 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 "이름이 {name}인 새 글로벌 별칭을 생성하려고 했지만, 해당 별칭은 사용할 수 없는 별칭 이름이에요. 별칭 이름에는 공백을 포함할 수 없어요." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "`{name}`을 실행하는 새로운 글로벌 별칭이 등록됐어요." -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "그런 별칭은 등록되어 있지 않아요." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "별칭이 실행하는 명령어를 표시해주세요." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "`{alias_name}` 별칭은 `{command}` 명령을 실행해요." -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "이름이 `{name}`인 별칭이 없어요." -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "이 서버에 있는 기존 별칭을 삭제해주세요." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "이름이 `{name}`인 별칭이 성공적으로 삭제됐어요." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "이름이 `{name}`인 별칭을 찾을 수 없어요." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "기존 글로벌 별칭들을 삭제해주세요." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "이 봇에 등록된 별칭이 없어요." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "이 서버에서 사용할 수 있는 별칭들을 나열해주세요." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "이 봇에서 사용할 수 있는 글로벌 별칭들을 나열해주세요." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "인수는 숫자로 지정해줘야해요." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "인수는 순차적이어야해요. 미확인된 인수: " diff --git a/redbot/cogs/alias/locales/nl-NL.po b/redbot/cogs/alias/locales/nl-NL.po index 793be9f57..c109cdba3 100644 --- a/redbot/cogs/alias/locales/nl-NL.po +++ b/redbot/cogs/alias/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: nl_NL\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Maak aliassen voor commando's.\\n\\n Aliassen zijn alternatieve namen of snelkoppelingen voor commando's. Ze\\n kunnen fungeren als een lambda (argumenten opslaan voor herhaald gebruik)\\n of als een snelkoppeling om \\\"x y z\\\" te zeggen.\\n\\n Aliassen accepteren extra argumenten wanneer ze zijn gebruikt\\n en voegen deze toe aan de opgeslagen alias.\\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Geen prefix gevonden." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Beheer commandaliassen." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Beheer globale aliassen." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Voeg een alias toe voor een opdracht." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is al een opdracht voor deze bot." -#: redbot/cogs/alias/alias.py:156 +#: 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:167 +#: 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 "Je hebt geprobeerd een nieuwe alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Er is een nieuwe alias gemaakt met de trigger `{name}`." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Voeg een globale alias toe voor een opdracht." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Je hebt geprobeerd om een ​​nieuwe globale alias te maken met de naam {name}, maar die naam is al een opdracht op deze bot." -#: redbot/cogs/alias/alias.py:215 +#: 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:226 +#: 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 "Je hebt geprobeerd een nieuwe algemene alias te maken met de naam {name}, maar die naam is een ongeldige aliasnaam. Aliasnamen mogen geen spaties bevatten." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Er is een nieuwe globale alias gemaakt met de trigger `{name}`." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Probeer hulp uit te voeren voor de basisopdracht van de alias." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Deze alias bestaat niet." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Laat zien welk commando de alias uitvoert." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "De `{alias_name}` alias voert het commando `{command}` uit" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Er is geen alias met de naam'{name}'" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Verwijder een bestaande alias op deze server." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Er zijn geen aliases in deze server." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Alias ​​met de naam `{name}` is succesvol verwijderd." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "Alias ​​met naam `{name}` is niet gevonden." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Een bestaande globale alias verwijderen." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Maak een lijst van de beschikbare aliassen op deze server." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Maak een lijst van de beschikbare globale aliassen op deze bot." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Argumenten moeten worden gespecificeerd met een getal." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Argumenten moeten sequentieel zijn. Ontbrekende argumenten: " diff --git a/redbot/cogs/alias/locales/no-NO.po b/redbot/cogs/alias/locales/no-NO.po index 81aa70e2f..4967b241a 100644 --- a/redbot/cogs/alias/locales/no-NO.po +++ b/redbot/cogs/alias/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: no_NO\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Ingen prefiks funnet." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Administrer kommando aliaser." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Administrer globale aliaser." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Legg til et alias for en kommando." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er allerede en kommando på denne boten." -#: redbot/cogs/alias/alias.py:156 +#: 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:167 +#: 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 "Du forsøkte å opprette et nytt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Et nytt alias med utløseren \"{name}\" har blitt opprettet." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Legg til et globalt alias for en kommando." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er allerede en kommando på denne boten." -#: redbot/cogs/alias/alias.py:215 +#: 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:226 +#: 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 "Du forsøkte å opprette et nytt globalt alias med navnet {name} men navnet er et ugyldig aliasnavn. Aliasnavn kan ikke inneholde mellomrom." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Et nytt globalt alias med utløseren '{name}' har blitt opprettet." -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Ingen slike alias finnes." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Det er ingen aliaser på denne serveren." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Argumenter må spesifiseres med et nummer." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/pl-PL.po b/redbot/cogs/alias/locales/pl-PL.po index a619c5fcb..eab951018 100644 --- a/redbot/cogs/alias/locales/pl-PL.po +++ b/redbot/cogs/alias/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: pl_PL\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Nie znaleziono prefiksu." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Taki alias nie istnieje." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Nie ma aliasów na tym serwerze." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/pt-BR.po b/redbot/cogs/alias/locales/pt-BR.po index 7ac2677dc..2b2598e5a 100644 --- a/redbot/cogs/alias/locales/pt-BR.po +++ b/redbot/cogs/alias/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: pt_BR\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Nenhum prefixo encontrado." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Alias inexistente." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Não há nenhum alias neste servidor." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/pt-PT.po b/redbot/cogs/alias/locales/pt-PT.po index c89240f3d..84fdef11b 100644 --- a/redbot/cogs/alias/locales/pt-PT.po +++ b/redbot/cogs/alias/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: pt_PT\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ro-RO.po b/redbot/cogs/alias/locales/ro-RO.po index a2c6353de..05983fd52 100644 --- a/redbot/cogs/alias/locales/ro-RO.po +++ b/redbot/cogs/alias/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ro_RO\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/ru-RU.po b/redbot/cogs/alias/locales/ru-RU.po index a6fa6336f..8ab996fb5 100644 --- a/redbot/cogs/alias/locales/ru-RU.po +++ b/redbot/cogs/alias/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: ru_RU\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Создать синонимы для команд.\\n\\n Синонимы - это альтернативные сокращения имен для команд.\\n Они могут действовать как лямбда (хранение аргументов для\\n многократного использования) или просто как сокращение \\\"а б в\\\".\\n\\n При запуске синонимы принимают любые дополнительные\\n аргументы и добавляют их к сохраненному синониму.\\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Префикс не найден." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Синонимы:\\n" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "\\n\\nСтраница {page}/{total}" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Управление псевдонимами команд." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Управление глобальными псевдонимами." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Добавить псевдоним для команды." -#: redbot/cogs/alias/alias.py:145 +#: 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 "Вы попытались создать новый псевдоним {name}, но это имя уже является командой для этого бота." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgstr "Синоним {name} уже существует." -#: redbot/cogs/alias/alias.py:167 +#: 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 "Вы попытались создать новый псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Новый псевдоним с триггером `{name}` был создан." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Добавить глобальный псевдоним для команды." -#: redbot/cogs/alias/alias.py:204 +#: 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 "Вы попытались создать новый глобальный псевдоним {name}, но это имя уже является командой для этого бота." -#: redbot/cogs/alias/alias.py:215 +#: 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 "Общий синоним {name} уже существует." -#: redbot/cogs/alias/alias.py:226 +#: 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 "Вы попытались создать новый глобальный псевдоним {name}, но это имя является недопустимым псевдонимом. Имена псевдонимов не могут содержать пробелов." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Новый глобальный псевдоним с триггером `{name}` был создан." -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Псевдоним не существует." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Показать, какую команду выполняет псевдоним." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "Псевдоним `{alias_name}` будет выполнять команду `{command}`" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "Нет псевдонима с именем `{name}`" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Удалить существующий псевдоним на этом сервере." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "Псевдоним с именем `{name}` был успешно удален." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "Псевдоним с именем `{name}` не найден." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Удалить существующий глобальный псевдоним." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "У этого бота нет всеобщих синонимов." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Список доступных псевдонимов на этом сервере." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Список доступных глобальных псевдонимов для этого бота." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Нет всеобщих синонимов." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Аргументы должны быть указаны с числом." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " diff --git a/redbot/cogs/alias/locales/sk-SK.po b/redbot/cogs/alias/locales/sk-SK.po index 6dbf15346..7b9fa7f5b 100644 --- a/redbot/cogs/alias/locales/sk-SK.po +++ b/redbot/cogs/alias/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: sk_SK\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/sr-SP.po b/redbot/cogs/alias/locales/sr-SP.po index 496f71f4d..fc28aa9dc 100644 --- a/redbot/cogs/alias/locales/sr-SP.po +++ b/redbot/cogs/alias/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: sr_SP\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/sv-SE.po b/redbot/cogs/alias/locales/sv-SE.po index 8e0d60a25..98054ea7a 100644 --- a/redbot/cogs/alias/locales/sv-SE.po +++ b/redbot/cogs/alias/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: sv_SE\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Inget prefix hittat." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Detta alias existerar inte." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Det finns inga alias på denna server." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/tr-TR.po b/redbot/cogs/alias/locales/tr-TR.po index 3bebd133d..f5561482c 100644 --- a/redbot/cogs/alias/locales/tr-TR.po +++ b/redbot/cogs/alias/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: tr_TR\n" -#: redbot/cogs/alias/alias.py:31 +#: 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 "Komutlar için kısaltma yaratır.\\n\\n Kısaltmalar, komutlar için alternatiftir. Hem\\n kısaltma hem de komut bir arada kullanılabilir\\n Sadece kısaltmalar da kullanılabilir \\\"x y z\\\".\\n\\n Çalıştırıldığında, diğer adlar ek bağımsız değişkenleri\\n kabul eder ve bunları depolanan diğer ada ekler.\\n " -#: redbot/cogs/alias/alias.py:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "Prefix yani komut başlangıcı bulunamadı." -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "Takma adlar" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "Sayfa" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "Komut kısaltmalarını yönet." -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "Global kısaltmaları yönet." -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "Bir komut için kısaltma ekleyin." -#: redbot/cogs/alias/alias.py:145 +#: 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 "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak botta bu ad ile mevcut bir komut bulunuyor." -#: redbot/cogs/alias/alias.py:156 +#: redbot/cogs/alias/alias.py:243 msgid "You attempted to create a new alias with the name {name} but that alias already exists." msgstr "{name} adıyla yeni bir diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." -#: redbot/cogs/alias/alias.py:167 +#: 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 "{name} adı ile yeni bir kısaltma oluşturmaya çalıştınız, ancak belirttiğiniz geçersiz bir kısaltmadır. Kısaltmalar boşluk içermemelidir." -#: redbot/cogs/alias/alias.py:179 redbot/cogs/alias/alias.py:238 +#: 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 "Mevcut olmayan bir komut için kısayol oluşturmaya çalıştınız." -#: redbot/cogs/alias/alias.py:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "Yeni bir kısaltma '{name}' ismi ile oluşturuldu." -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "Bir komut için global bir kısaltma ekleyin." -#: redbot/cogs/alias/alias.py:204 +#: 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 "{name} adı ile global bir kısaltma yaratmaya çalıştınız, ancak botta bu isimde bir komut mevcut." -#: redbot/cogs/alias/alias.py:215 +#: 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 "{name} adıyla yeni bir genel diğer ad oluşturmaya çalıştınız, ancak bu diğer ad zaten var." -#: redbot/cogs/alias/alias.py:226 +#: 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 "{name} ile yeni bir global kısaltma oluşturmaya çalıştınız ancak bu kısaltma geçerli değil. Kısaltmalar boşluk içeremez." -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "Yeni bir global kısaltma '{name}' ismi ile oluşturuldu." -#: redbot/cogs/alias/alias.py:256 +#: redbot/cogs/alias/alias.py:343 #, docstring msgid "Try to execute help for the base command of the alias." msgstr "Kısaltma komutlarını detaylıca öğrenmek için yardım komutunu kullanmayı deneyiniz." -#: redbot/cogs/alias/alias.py:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "Böyle bir kısaltma mevcut değil." -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "Kısaltmanın hangi komutu uyguladığını gösterir." -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "'{alias_name}' kısaltması '{command} ' komutunu uygulayacak" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "{name} adında bir kısaltma mevcut değil" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "Bu sunucuda mevcut bir kısaltmayı silin." -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: redbot/cogs/alias/alias.py:370 redbot/cogs/alias/alias.py:402 msgid "There are no aliases on this server." msgstr "Bu sunucuda herhangi bir kısaltma mevcut değil." -#: redbot/cogs/alias/alias.py:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "`{name}`adlı kısaltma başarıyla silindi." -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "{name} adlı kısaltma bulunamadı." -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "Mevcut bir global kısaltmayı silin." -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "Bu botta herhangi bir global kısaltma bulunmuyor." -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "Bu sunucudaki kullanılabilir kısaltmaları listeleyin." -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "Bot üzerindeki global kullanılabilir kısaltmaları listeleyin." -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "Herhangi bir global kısaltma mevcut değil." -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "Değişkenler numara içermelidir." -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "Değişkenler sıralı olmalıdır. Eksik değişkenler: " diff --git a/redbot/cogs/alias/locales/uk-UA.po b/redbot/cogs/alias/locales/uk-UA.po index a4bfa106c..d7620baa9 100644 --- a/redbot/cogs/alias/locales/uk-UA.po +++ b/redbot/cogs/alias/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: uk_UA\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/vi-VN.po b/redbot/cogs/alias/locales/vi-VN.po index 2a53e3cbb..f01bbea6f 100644 --- a/redbot/cogs/alias/locales/vi-VN.po +++ b/redbot/cogs/alias/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: vi_VN\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/zh-CN.po b/redbot/cogs/alias/locales/zh-CN.po index 87d49d673..e39c22278 100644 --- a/redbot/cogs/alias/locales/zh-CN.po +++ b/redbot/cogs/alias/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: zh_CN\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "找不到前缀" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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 "您试图使用名称{name}创建新的全局别名,但该名称是无效的别名。别名不能包含空格。" -#: redbot/cogs/alias/alias.py:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "已经创建一个包含触发器`{name}`的全局别名。" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "不存在该别名。" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "`{alias_name}`别要名将执行命令`{command}`" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "没有名为`{name}`的别名" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: redbot/cogs/alias/alias.py:375 redbot/cogs/alias/alias.py:390 msgid "Alias with the name `{name}` was successfully deleted." msgstr "已经成功删除名为`{name}`的别名。" -#: redbot/cogs/alias/alias.py:291 redbot/cogs/alias/alias.py:306 +#: redbot/cogs/alias/alias.py:378 redbot/cogs/alias/alias.py:393 msgid "Alias with name `{name}` was not found." msgstr "找不到名为`{name}`的别名。" -#: redbot/cogs/alias/alias.py:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/zh-HK.po b/redbot/cogs/alias/locales/zh-HK.po index 7f0dcd255..8343b23cf 100644 --- a/redbot/cogs/alias/locales/zh-HK.po +++ b/redbot/cogs/alias/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: zh_HK\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/alias/locales/zh-TW.po b/redbot/cogs/alias/locales/zh-TW.po index 6845abef5..75071f9e0 100644 --- a/redbot/cogs/alias/locales/zh-TW.po +++ b/redbot/cogs/alias/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,146 +15,146 @@ msgstr "" "X-Crowdin-File-ID: 8\n" "Language: zh_TW\n" -#: redbot/cogs/alias/alias.py:31 +#: 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:86 +#: redbot/cogs/alias/alias.py:173 msgid "No prefix found." msgstr "" -#: redbot/cogs/alias/alias.py:116 +#: redbot/cogs/alias/alias.py:203 msgid "Aliases:\\n" msgstr "" -#: redbot/cogs/alias/alias.py:118 +#: redbot/cogs/alias/alias.py:205 msgid "\\n\\nPage {page}/{total}" msgstr "" -#: redbot/cogs/alias/alias.py:128 +#: redbot/cogs/alias/alias.py:215 #, docstring msgid "Manage command aliases." msgstr "" -#: redbot/cogs/alias/alias.py:133 +#: redbot/cogs/alias/alias.py:220 #, docstring msgid "Manage global aliases." msgstr "" -#: redbot/cogs/alias/alias.py:140 +#: redbot/cogs/alias/alias.py:227 #, docstring msgid "Add an alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:145 +#: 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:156 +#: 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:167 +#: 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:179 redbot/cogs/alias/alias.py:238 +#: 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:193 +#: redbot/cogs/alias/alias.py:280 msgid "A new alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:199 +#: redbot/cogs/alias/alias.py:286 #, docstring msgid "Add a global alias for a command." msgstr "" -#: redbot/cogs/alias/alias.py:204 +#: 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:215 +#: 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:226 +#: 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:249 +#: redbot/cogs/alias/alias.py:336 msgid "A new global alias with the trigger `{name}` has been created." msgstr "" -#: redbot/cogs/alias/alias.py:256 +#: 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:261 +#: redbot/cogs/alias/alias.py:348 msgid "No such alias exists." msgstr "" -#: redbot/cogs/alias/alias.py:265 +#: redbot/cogs/alias/alias.py:352 #, docstring msgid "Show what command the alias executes." msgstr "" -#: redbot/cogs/alias/alias.py:270 +#: redbot/cogs/alias/alias.py:357 msgid "The `{alias_name}` alias will execute the command `{command}`" msgstr "" -#: redbot/cogs/alias/alias.py:275 +#: redbot/cogs/alias/alias.py:362 msgid "There is no alias with the name `{name}`" msgstr "" -#: redbot/cogs/alias/alias.py:281 +#: redbot/cogs/alias/alias.py:368 #, docstring msgid "Delete an existing alias on this server." msgstr "" -#: redbot/cogs/alias/alias.py:283 redbot/cogs/alias/alias.py:315 +#: 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:288 redbot/cogs/alias/alias.py:303 +#: 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:291 redbot/cogs/alias/alias.py:306 +#: 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:296 +#: redbot/cogs/alias/alias.py:383 #, docstring msgid "Delete an existing global alias." msgstr "" -#: redbot/cogs/alias/alias.py:298 +#: redbot/cogs/alias/alias.py:385 msgid "There are no global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:312 +#: redbot/cogs/alias/alias.py:399 #, docstring msgid "List the available aliases on this server." msgstr "" -#: redbot/cogs/alias/alias.py:321 +#: redbot/cogs/alias/alias.py:408 #, docstring msgid "List the available global aliases on this bot." msgstr "" -#: redbot/cogs/alias/alias.py:324 +#: redbot/cogs/alias/alias.py:411 msgid "There are no global aliases." msgstr "" -#: redbot/cogs/alias/alias_entry.py:174 +#: redbot/cogs/alias/alias_entry.py:198 msgid "Arguments must be specified with a number." msgstr "" -#: redbot/cogs/alias/alias_entry.py:181 +#: redbot/cogs/alias/alias_entry.py:205 msgid "Arguments must be sequential. Missing arguments: " msgstr "" diff --git a/redbot/cogs/audio/apis/locales/pl-PL.po b/redbot/cogs/audio/apis/locales/pl-PL.po index f915701c3..1b1360e7c 100644 --- a/redbot/cogs/audio/apis/locales/pl-PL.po +++ b/redbot/cogs/audio/apis/locales/pl-PL.po @@ -17,49 +17,49 @@ msgstr "" #: redbot/cogs/audio/apis/interface.py:280 msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Klucz Spotify API lub sekret klienta nie zostały poprawnie ustawione. \\nUżyj `{prefix}audioset spotifyapi` dla dalszych instrukcji." #: redbot/cogs/audio/apis/interface.py:322 msgid "This doesn't seem to be a valid Spotify playlist/album URL or code." -msgstr "" +msgstr "Wygląda na to, że nie jest to poprawny adres URL listy odtwarzania/albumu Spotify." #: redbot/cogs/audio/apis/interface.py:443 msgid "This doesn't seem to be a supported Spotify URL or code." -msgstr "" +msgstr "Wygląda na to, że nie jest to obsługiwany adres URL lub kod Spotify." #: redbot/cogs/audio/apis/interface.py:509 msgid "The connection was reset while loading the playlist." -msgstr "" +msgstr "Połączenie zostało zresetowane podczas ładowania listy odtwarzania." #: redbot/cogs/audio/apis/interface.py:518 msgid "Player timeout, skipping remaining tracks." -msgstr "" +msgstr "Limit czasu odtwarzacza, pomijam pozostałe utwory." #: redbot/cogs/audio/apis/interface.py:542 msgid "Failing to get tracks, skipping remaining." -msgstr "" +msgstr "Nie udało się uzyskać utworów, pomijam pozostałe." #: redbot/cogs/audio/apis/interface.py:592 msgid "Nothing found.\\nThe YouTube API key may be invalid or you may be rate limited on YouTube's search service.\\nCheck the YouTube API key again and follow the instructions at `{prefix}audioset youtubeapi`." -msgstr "" +msgstr "Niczego nie znaleziono.\\nKlucz API YouTube może być nieprawidłowy lub może być ograniczany w usłudze wyszukiwania YouTube.\\nSprawdź ponownie klucz API YouTube i postępuj zgodnie z instrukcjami z `{prefix}audioset youtubeapi`." #: redbot/cogs/audio/apis/interface.py:602 msgid " {bad_tracks} tracks cannot be queued." -msgstr "" +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." #: redbot/cogs/audio/apis/interface.py:610 msgid "Playlist Enqueued" -msgstr "" +msgstr "Lista odtwarzania zakolejkowana" #: redbot/cogs/audio/apis/interface.py:611 msgid "Added {num} tracks to the queue.{maxlength_msg}" -msgstr "" +msgstr "Dodano {num} utworów do kolejki.{maxlength_msg}" #: redbot/cogs/audio/apis/interface.py:617 msgid "{time} until start of playlist playback: starts at #{position} in queue" -msgstr "" +msgstr "{time} do rozpoczęcia odtwarzania listy odtwarzania: zaczyna się od #{position} w kolejce" #: redbot/cogs/audio/apis/spotify.py:165 msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Klucz Spotify API lub sekret klienta nie zostały poprawnie ustawione. \\nUżyj `{prefix}audioset spotifyapi` dla dalszych instrukcji." diff --git a/redbot/cogs/audio/core/commands/locales/pl-PL.po b/redbot/cogs/audio/core/commands/locales/pl-PL.po index aa48449a9..c76c184ce 100644 --- a/redbot/cogs/audio/core/commands/locales/pl-PL.po +++ b/redbot/cogs/audio/core/commands/locales/pl-PL.po @@ -18,34 +18,34 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:29 #, docstring msgid "Music configuration options." -msgstr "" +msgstr "Opcje konfiguracji muzyki." #: redbot/cogs/audio/core/commands/audioset.py:34 #, docstring msgid "Manages the keyword whitelist and blacklist." -msgstr "" +msgstr "Zarządza białą i czarną listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:39 #, docstring msgid "Manages the global keyword whitelist/blacklist." -msgstr "" +msgstr "Zarządza globalną białą/czarną listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:43 #, docstring msgid "Manages the global keyword whitelist." -msgstr "" +msgstr "Zarządza globalną białą listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:49 #, docstring msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n " -msgstr "" +msgstr "Dodaje słowo kluczowe do białej listy.\\n\\\\n Jeśli cokolwiek zostanie dodane do białej listy, pozostałe słowa będą uznane jak na czarnej liście.\\n " #: redbot/cogs/audio/core/commands/audioset.py:63 #: redbot/cogs/audio/core/commands/audioset.py:128 #: redbot/cogs/audio/core/commands/audioset.py:253 #: redbot/cogs/audio/core/commands/audioset.py:318 msgid "Keyword already in the whitelist." -msgstr "" +msgstr "Słowo kluczowe jest już na białej liście." #: redbot/cogs/audio/core/commands/audioset.py:67 #: redbot/cogs/audio/core/commands/audioset.py:109 @@ -54,67 +54,67 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:299 #: redbot/cogs/audio/core/commands/audioset.py:322 msgid "Whitelist Modified" -msgstr "" +msgstr "Biała lista zmodyfikowana" #: redbot/cogs/audio/core/commands/audioset.py:68 #: redbot/cogs/audio/core/commands/audioset.py:258 msgid "Added `{whitelisted}` to the whitelist." -msgstr "" +msgstr "Dodano `{whitelisted}` do białej listy." #: redbot/cogs/audio/core/commands/audioset.py:76 #: redbot/cogs/audio/core/commands/audioset.py:266 #, docstring msgid "List all keywords added to the whitelist." -msgstr "" +msgstr "Wyświetla wszystkie słowa kluczowe dodane do białej listy." #: redbot/cogs/audio/core/commands/audioset.py:79 #: redbot/cogs/audio/core/commands/audioset.py:105 #: redbot/cogs/audio/core/commands/audioset.py:269 #: redbot/cogs/audio/core/commands/audioset.py:295 msgid "Nothing in the whitelist." -msgstr "" +msgstr "Brak wyników na białej liście." #: redbot/cogs/audio/core/commands/audioset.py:95 msgid "Global Whitelist" -msgstr "" +msgstr "Globalna biała lista" #: redbot/cogs/audio/core/commands/audioset.py:102 #: redbot/cogs/audio/core/commands/audioset.py:292 #, docstring msgid "Clear all keywords from the whitelist." -msgstr "" +msgstr "Czyści wszystkie słowa kluczowe z białej listy." #: redbot/cogs/audio/core/commands/audioset.py:110 #: redbot/cogs/audio/core/commands/audioset.py:300 msgid "All entries have been removed from the whitelist." -msgstr "" +msgstr "Wszystkie wpisy zostały usunięte z białej listy." #: redbot/cogs/audio/core/commands/audioset.py:117 #: redbot/cogs/audio/core/commands/audioset.py:307 #, docstring msgid "Removes a keyword from the whitelist." -msgstr "" +msgstr "Usuwa słowo kluczowe z białej listy." #: redbot/cogs/audio/core/commands/audioset.py:133 #: redbot/cogs/audio/core/commands/audioset.py:323 msgid "Removed `{whitelisted}` from the whitelist." -msgstr "" +msgstr "Usunięto `{whitelisted}` z białej listy." #: redbot/cogs/audio/core/commands/audioset.py:140 #, docstring msgid "Manages the global keyword blacklist." -msgstr "" +msgstr "Zarządza globalną czarną listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:146 #: redbot/cogs/audio/core/commands/audioset.py:335 #, docstring msgid "Adds a keyword to the blacklist." -msgstr "" +msgstr "Dodaje słowo kluczowe do czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:157 #: redbot/cogs/audio/core/commands/audioset.py:346 msgid "Keyword already in the blacklist." -msgstr "" +msgstr "Słowo kluczowe jest już na czarnej liście." #: redbot/cogs/audio/core/commands/audioset.py:161 #: redbot/cogs/audio/core/commands/audioset.py:203 @@ -123,93 +123,93 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:392 #: redbot/cogs/audio/core/commands/audioset.py:415 msgid "Blacklist Modified" -msgstr "" +msgstr "Zmodyfikowano czarną listę" #: redbot/cogs/audio/core/commands/audioset.py:162 #: redbot/cogs/audio/core/commands/audioset.py:351 msgid "Added `{blacklisted}` to the blacklist." -msgstr "" +msgstr "Dodano `{blacklisted}` do czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:170 #: redbot/cogs/audio/core/commands/audioset.py:359 #, docstring msgid "List all keywords added to the blacklist." -msgstr "" +msgstr "Wyświetla wszystkie słowa kluczowe dodane do czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:173 #: redbot/cogs/audio/core/commands/audioset.py:199 #: redbot/cogs/audio/core/commands/audioset.py:362 #: redbot/cogs/audio/core/commands/audioset.py:388 msgid "Nothing in the blacklist." -msgstr "" +msgstr "Brak wyników na czarnej liście." #: redbot/cogs/audio/core/commands/audioset.py:189 msgid "Global Blacklist" -msgstr "" +msgstr "Globalna biała lista" #: redbot/cogs/audio/core/commands/audioset.py:196 #: redbot/cogs/audio/core/commands/audioset.py:385 #, docstring msgid "Clear all keywords added to the blacklist." -msgstr "" +msgstr "Czyści wszystkie słowa kluczowe z czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:204 #: redbot/cogs/audio/core/commands/audioset.py:393 msgid "All entries have been removed from the blacklist." -msgstr "" +msgstr "Wszystkie wpisy zostały usunięte z czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:211 #: redbot/cogs/audio/core/commands/audioset.py:400 #, docstring msgid "Removes a keyword from the blacklist." -msgstr "" +msgstr "Usuwa słowo kluczowe z czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:222 #: redbot/cogs/audio/core/commands/audioset.py:411 msgid "Keyword is not in the blacklist." -msgstr "" +msgstr "Słowo kluczowe nie jest na czarnej liście." #: redbot/cogs/audio/core/commands/audioset.py:227 #: redbot/cogs/audio/core/commands/audioset.py:416 msgid "Removed `{blacklisted}` from the blacklist." -msgstr "" +msgstr "Usunięto `{blacklisted}` z czarnej listy." #: redbot/cogs/audio/core/commands/audioset.py:235 #, docstring msgid "Manages the keyword whitelist." -msgstr "" +msgstr "Zarządza białą listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:239 #, docstring msgid "Adds a keyword to the whitelist.\\n\\n If anything is added to whitelist, it will blacklist everything else.\\n " -msgstr "" +msgstr "Dodaje słowo kluczowe do białej listy.\\n\\\\n Jeśli cokolwiek zostanie dodane do białej listy, pozostałe słowa będą uznane jak na czarnej liście.\\n " #: redbot/cogs/audio/core/commands/audioset.py:285 msgid "Whitelist" -msgstr "" +msgstr "Biała lista" #: redbot/cogs/audio/core/commands/audioset.py:331 #, docstring msgid "Manages the keyword blacklist." -msgstr "" +msgstr "Zarządza czarną listą słów kluczowych." #: redbot/cogs/audio/core/commands/audioset.py:378 msgid "Blacklist" -msgstr "" +msgstr "Czarna Lista" #: redbot/cogs/audio/core/commands/audioset.py:425 #, docstring msgid "Change auto-play setting." -msgstr "" +msgstr "Zmień ustawienia automatycznego odtwarzania." #: redbot/cogs/audio/core/commands/audioset.py:429 #, docstring msgid "Toggle auto-play when there no songs in queue." -msgstr "" +msgstr "Przełącz automatyczne odtwarzanie, gdy w kolejce nie ma utworów." #: redbot/cogs/audio/core/commands/audioset.py:433 msgid "Auto-play when queue ends: {true_or_false}." -msgstr "" +msgstr "Odtwarzaj automatycznie, gdy kolejka się zakończy: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:434 #: redbot/cogs/audio/core/commands/audioset.py:578 @@ -247,7 +247,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:48 #: redbot/cogs/audio/core/commands/llset.py:57 msgid "Enabled" -msgstr "" +msgstr "Włączone" #: redbot/cogs/audio/core/commands/audioset.py:434 #: redbot/cogs/audio/core/commands/audioset.py:578 @@ -285,15 +285,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:48 #: redbot/cogs/audio/core/commands/llset.py:57 msgid "Disabled" -msgstr "" +msgstr "Wyłączone" #: redbot/cogs/audio/core/commands/audioset.py:438 msgid "\\nRepeat has been disabled." -msgstr "" +msgstr "\\nPowtarzanie zostało wyłączone." #: redbot/cogs/audio/core/commands/audioset.py:441 msgid "\\nAuto-disconnecting at queue end has been disabled." -msgstr "" +msgstr "\\nAutomatyczne wychodzenie na końcu kolejki zostało wyłączone." #: redbot/cogs/audio/core/commands/audioset.py:444 #: redbot/cogs/audio/core/commands/audioset.py:539 @@ -331,12 +331,12 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:129 #: redbot/cogs/audio/core/commands/llset.py:154 msgid "Setting Changed" -msgstr "" +msgstr "Ustawienie zmienione" #: redbot/cogs/audio/core/commands/audioset.py:457 #, 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 "" +msgstr "Ustaw listę odtwarzania jako źródło do automatycznego odtwarzania utworów.\\n\\n **Użycie**\\n ​ ​ ​ ​ `[p]audioset autoplay nazwa_playlisty_lub_id [args]`\\n\\n **Argumenty**:\\n ​ ​ ​ ​ Poniższe są opcjonalne:\\n ​ ​ ​ ​ ​ ​ ​ ​ --scope\\n ​ ​ ​ ​ ​ ​ ​ ​ -author [user]\\n ​ ​ ​ ​ ​ ​ ​ ​ --guild[guild] **Tylko właściciel może tego użyć**\\n\\n **Scope** jest jednym z następujących:\\n ​Globalnie\\n ​ ​ ​ ​ Gildia\\n ​ ​ ​ ​ Użytkownik\\n\\n **Author** może być jednym z poniższych:\\n ID Użytkownika\\n ​ ​ ​ ​ Wzmianka o Użytkowniku\\n ​ ​ ​ ​ Nazwa użytkownika#123\\n\\n **Guild** może być jednym z poniżych:\\n\\n ​ ​ ​ ​ ID Gildii\\n ​ ​ ​ ​ Dokładna nazwa gildii\\n\\n Przykładowe użycie:\\n ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist`\\n ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global`\\n ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper`\\n " #: redbot/cogs/audio/core/commands/audioset.py:490 #: redbot/cogs/audio/core/commands/playlists.py:99 @@ -355,7 +355,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1755 #: redbot/cogs/audio/core/commands/playlists.py:1914 msgid "Playlists Are Not Available" -msgstr "" +msgstr "Listy odtwarzania nie są dostępne" #: redbot/cogs/audio/core/commands/audioset.py:491 #: redbot/cogs/audio/core/commands/playlists.py:100 @@ -374,7 +374,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1756 #: redbot/cogs/audio/core/commands/playlists.py:1915 msgid "The playlist section of Audio is currently unavailable" -msgstr "" +msgstr "Sekcja listy odtwarzania audio jest obecnie niedostępna" #: redbot/cogs/audio/core/commands/audioset.py:494 #: redbot/cogs/audio/core/commands/playlists.py:101 @@ -393,338 +393,338 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1759 #: redbot/cogs/audio/core/commands/playlists.py:1918 msgid "Check your logs." -msgstr "" +msgstr "Sprawdź swoje logi." #: redbot/cogs/audio/core/commands/audioset.py:509 #: redbot/cogs/audio/core/commands/audioset.py:525 msgid "No Playlist Found" -msgstr "" +msgstr "Nie znaleziono listy odtwarzania" #: redbot/cogs/audio/core/commands/audioset.py:510 #: redbot/cogs/audio/core/commands/playlists.py:118 #: redbot/cogs/audio/core/commands/playlists.py:1454 msgid "Could not match '{arg}' to a playlist" -msgstr "" +msgstr "Nie można dopasować '{arg}' do listy odtwarzania" #: redbot/cogs/audio/core/commands/audioset.py:517 msgid "No Tracks Found" -msgstr "" +msgstr "Nie znaleziono utworów" #: redbot/cogs/audio/core/commands/audioset.py:518 msgid "Playlist {name} has no tracks." -msgstr "" +msgstr "Lista odtwarzania {name} nie ma utworów." #: redbot/cogs/audio/core/commands/audioset.py:526 #: redbot/cogs/audio/core/commands/playlists.py:1536 #: redbot/cogs/audio/core/commands/playlists.py:1641 msgid "Playlist {id} does not exist in {scope} scope." -msgstr "" +msgstr "Lista odtwarzania {id} nie istnieje w zakresie {scope}." #: redbot/cogs/audio/core/commands/audioset.py:533 #: redbot/cogs/audio/core/commands/playlists.py:988 #: redbot/cogs/audio/core/commands/playlists.py:1544 #: redbot/cogs/audio/core/commands/playlists.py:1648 msgid "Missing Arguments" -msgstr "" +msgstr "Brakujące argumenty" #: redbot/cogs/audio/core/commands/audioset.py:534 #: redbot/cogs/audio/core/commands/playlists.py:989 #: redbot/cogs/audio/core/commands/playlists.py:1545 #: redbot/cogs/audio/core/commands/playlists.py:1649 msgid "You need to specify the Guild ID for the guild to lookup." -msgstr "" +msgstr "Musisz podać ID Gildii do wyszukania." #: redbot/cogs/audio/core/commands/audioset.py:540 msgid "Playlist {name} (`{id}`) [**{scope}**] will be used for autoplay." -msgstr "" +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zostanie użyta do automatycznego odtwarzania." #: redbot/cogs/audio/core/commands/audioset.py:553 #, docstring msgid "Resets auto-play to the default playlist." -msgstr "" +msgstr "Resetuje automatyczne odtwarzanie do domyślnej listy odtwarzania." #: redbot/cogs/audio/core/commands/audioset.py:559 msgid "Set auto-play playlist to play recently played tracks." -msgstr "" +msgstr "Ustaw auto-odtwarzanie listy odtwarzania, aby odtwarzać ostatnio odtwarzane utwory." #: redbot/cogs/audio/core/commands/audioset.py:565 #, docstring msgid "Toggle global daily queues.\\n\\n Global daily queues creates a playlist for all tracks played today.\\n " -msgstr "" +msgstr "Przełącz globalne dzienne kolejki.\\n\\n Globalne dzienne kolejki tworzą playlistę dla wszystkich odtwarzanych dzisiaj utworów.\\n " #: redbot/cogs/audio/core/commands/audioset.py:577 msgid "Global daily queues: {true_or_false}." -msgstr "" +msgstr "Globalne dzienne kolejki: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:586 #, docstring msgid "Toggle daily queues.\\n\\n Daily queues creates a playlist for all tracks played today.\\n " -msgstr "" +msgstr "Przełącz kolejki dzienne.\\n\\n Kolejki dzienne tworzą listę odtwarzania dla wszystkich odtwarzanych dzisiaj utworów.\\n " #: redbot/cogs/audio/core/commands/audioset.py:598 msgid "Daily queues: {true_or_false}." -msgstr "" +msgstr "Dzienne kolejki: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:607 #, docstring msgid "Toggle the bot auto-disconnecting when done playing.\\n\\n This setting takes precedence over `[p]audioset emptydisconnect`.\\n " -msgstr "" +msgstr "Przełącz automatyczne odłączanie bota po zakończeniu odtwarzania.\\n\\n To ustawienie ma pierwszeństwo przed `[p]audioset emptydisconnect`.\\n " #: redbot/cogs/audio/core/commands/audioset.py:615 msgid "Auto-disconnection at queue end: {true_or_false}." -msgstr "" +msgstr "Automatyczne odłączenie na końcu kolejki: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:619 msgid "\\nAuto-play has been disabled." -msgstr "" +msgstr "\\nAutomatyczne odtwarzanie zostało wyłączone." #: redbot/cogs/audio/core/commands/audioset.py:630 #, docstring msgid "Toggle DJ mode.\\n\\n DJ mode allows users with the DJ role to use audio commands.\\n " -msgstr "" +msgstr "Przełącz tryb DJ.\\n\\n Tryb DJ pozwala użytkownikom z rolą DJ na używanie komend audio.\\n " #: redbot/cogs/audio/core/commands/audioset.py:641 msgid "Missing DJ Role" -msgstr "" +msgstr "Brakująca rola DJ'a" #: redbot/cogs/audio/core/commands/audioset.py:642 msgid "Please set a role to use with DJ mode. Enter the role name or ID now." -msgstr "" +msgstr "Proszę ustaw rolę do używania w trybie DJ. Wprowadź teraz nazwę roli lub ID." #: redbot/cogs/audio/core/commands/audioset.py:653 msgid "Response timed out, try again later." -msgstr "" +msgstr "Upłynął limit czasu odpowiedzi, spróbuj ponownie później." #: redbot/cogs/audio/core/commands/audioset.py:663 msgid "DJ role: {true_or_false}." -msgstr "" +msgstr "Rola DJ: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:672 #, 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 "" +msgstr "Automatycznie odłącz od kanału, gdy bot jest w nim sam przez x sekund, 0 aby wyłączyć.\\n\\n `[p]audioset dc` ma pierwszeństwo przed tym ustawieniem.\\n " #: redbot/cogs/audio/core/commands/audioset.py:678 #: redbot/cogs/audio/core/commands/audioset.py:707 #: redbot/cogs/audio/core/commands/audioset.py:1134 msgid "Invalid Time" -msgstr "" +msgstr "Nieprawidłowy czas" #: redbot/cogs/audio/core/commands/audioset.py:678 #: redbot/cogs/audio/core/commands/audioset.py:707 #: redbot/cogs/audio/core/commands/audioset.py:1134 msgid "Seconds can't be less than zero." -msgstr "" +msgstr "Ilość sekund nie może być mniejsza niż zero." #: redbot/cogs/audio/core/commands/audioset.py:685 msgid "Empty disconnect disabled." -msgstr "" +msgstr "Rozłączanie przy pustym kanale wyłączone." #: redbot/cogs/audio/core/commands/audioset.py:692 msgid "Empty disconnect timer set to {num_seconds}." -msgstr "" +msgstr "Zegar wyjścia z pustego kanału ustawiony na {num_seconds}." #: redbot/cogs/audio/core/commands/audioset.py:704 #, docstring msgid "Auto-pause after x seconds when room is empty, 0 to disable." -msgstr "" +msgstr "Automatyczne wstrzymanie po x sekundach, gdy pokój jest pusty, 0 aby wyłączyć." #: redbot/cogs/audio/core/commands/audioset.py:714 msgid "Empty pause disabled." -msgstr "" +msgstr "Pauzowanie przy pustym kanale wyłączone." #: redbot/cogs/audio/core/commands/audioset.py:721 msgid "Empty pause timer set to {num_seconds}." -msgstr "" +msgstr "Zegar zapauzowania na pustym kanale ustawiony na {num_seconds}." #: redbot/cogs/audio/core/commands/audioset.py:732 #, docstring msgid "Prioritise tracks with lyrics." -msgstr "" +msgstr "Priorytet utworów z tekstami piosenek." #: redbot/cogs/audio/core/commands/audioset.py:738 msgid "Prefer tracks with lyrics: {true_or_false}." -msgstr "" +msgstr "Preferuj utwory z tekstami piosenek: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:747 #, docstring msgid "Set a price for queueing tracks for non-mods, 0 to disable." -msgstr "" +msgstr "Ustaw cenę za kolejkowanie ścieżek dla nie-modów, 0 aby wyłączyć." #: redbot/cogs/audio/core/commands/audioset.py:750 msgid "Invalid Price" -msgstr "" +msgstr "Nieprawidłowa cena" #: redbot/cogs/audio/core/commands/audioset.py:750 msgid "Price can't be less than zero." -msgstr "" +msgstr "Cena nie może być mniejsza niż zero." #: redbot/cogs/audio/core/commands/audioset.py:755 msgid "Jukebox mode disabled." -msgstr "" +msgstr "Tryb Jukebox wyłączony." #: redbot/cogs/audio/core/commands/audioset.py:762 msgid "Track queueing command price set to {price} {currency}." -msgstr "" +msgstr "Cena komendy kolejkowania utworu ustawiona na {price} {currency}." #: redbot/cogs/audio/core/commands/audioset.py:774 #, 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 "" +msgstr "Ustaw ścieżkę lokalnych utworów, jeśli Lavalink.jar nie jest uruchamiany z folderu danych audio.\\n\\n Pozostaw pustą ścieżkę, aby przywrócić domyślną ścieżkę, katalogu danych audio.\\n " #: redbot/cogs/audio/core/commands/audioset.py:785 msgid "The localtracks path location has been reset to {localpath}" -msgstr "" +msgstr "Lokalizacja lokalnych utworów została zresetowana do {localpath}" #: redbot/cogs/audio/core/commands/audioset.py:790 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```\\nParentDirectory\\n |__ localtracks (folder)\\n | |__ Awesome Album Name (folder)\\n | |__01 Cool Song.mp3\\n | |__02 Groovy Song.mp3\\n```\\nThe 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.**\\nUse this command with no path given to reset it to the default, the Audio data directory for this bot.\\nDo you want to continue to set the provided path for local tracks?" -msgstr "" +msgstr "To ustawienie służy tylko właścicielom botów do ustawiania lokalizacji folderu localtracks w przykładzie poniżej, pełna ścieżka dla 'KanałuNadrzędnego' musi być przekazana do tego polecenia.\\n```\\nKatalog nadrzędny\\n |__ localtracks (folder)\\n | |__ Niesamowita nazwa albumu (folder)\\n | |__01 Świetna Song. mp3\\n | |__02 Groovy Song. p3\\n```\\nŚcieżka folderu nadana tej komendy musi zawierać folder localTracks\\n**Ten folder i pliki muszą być widoczne dla użytkownika, skąd działa `Lavalink.jar`. *\\nUżyj tej komendy bez przypisanej ścieżki, aby zresetować ją do domyślnego, katalogu danych audio dla tego bota.\\nCzy chcesz kontynuować ustawianie ścieżki dla utworów lokalnych?" #: redbot/cogs/audio/core/commands/audioset.py:822 msgid "Invalid Path" -msgstr "" +msgstr "Nieprawidłowa ścieżka" #: redbot/cogs/audio/core/commands/audioset.py:823 msgid "{local_path} does not seem like a valid path." -msgstr "" +msgstr "{local_path} nie wygląda na prawidłową ścieżkę." #: redbot/cogs/audio/core/commands/audioset.py:829 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 "" +msgstr "`{localtracks}` nie istnieje. Ścieżka będzie nadal zapisana, ale sprawdź ścieżkę i utwórz folder localtracks w `{localfolder}` przed próbą odtworzenia lokalnych ścieżek." #: redbot/cogs/audio/core/commands/audioset.py:835 #: redbot/cogs/audio/core/commands/player.py:380 #: redbot/cogs/audio/core/commands/player.py:390 msgid "Invalid Environment" -msgstr "" +msgstr "Nieprawidłowe środowisko" #: redbot/cogs/audio/core/commands/audioset.py:842 msgid "The localtracks path location has been set to {localpath}" -msgstr "" +msgstr "Lokalizacja lokalnych utworów została ustawiona na {localpath}" #: redbot/cogs/audio/core/commands/audioset.py:851 #, 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 "" +msgstr "Maksymalna długość utworu do kolejkowania w sekundach, 0 aby wyłączyć.\\n\\n Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`). Nieprawidłowe\\n dane wejściowe wyłączą ustawienie maksymalnej długości.\\n " #: redbot/cogs/audio/core/commands/audioset.py:860 msgid "Invalid length" -msgstr "" +msgstr "Nieprawidłowa długość" #: redbot/cogs/audio/core/commands/audioset.py:860 msgid "Length can't be less than zero." -msgstr "" +msgstr "Długość nie może być mniejsza niż zero." #: redbot/cogs/audio/core/commands/audioset.py:864 msgid "Track max length disabled." -msgstr "" +msgstr "Wyłączono maksymalną długość utworu." #: redbot/cogs/audio/core/commands/audioset.py:870 msgid "Track max length set to {seconds}." -msgstr "" +msgstr "Maksymalna długość utworu ustawiona na {seconds}." #: redbot/cogs/audio/core/commands/audioset.py:880 #, docstring msgid "Toggle track announcement and other bot messages." -msgstr "" +msgstr "Przełącz ogłaszanie utworu i inne komunikaty bota." #: redbot/cogs/audio/core/commands/audioset.py:886 msgid "Notify mode: {true_or_false}." -msgstr "" +msgstr "Tryb powiadomienia: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:895 #, 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 "" +msgstr "Przełącz ograniczenie domeny na Audio.\\n\\n Po wyłączeniu, użytkownicy będą mogli odtwarzać utwory z niekomercyjnych stron internetowych i linków.\\n Gdy włączone, użytkownicy są ograniczeni do YouTube, Linki SoundCloud, Mixer, Vimeo, Twitch i\\n linki Bandcamp.\\n " #: redbot/cogs/audio/core/commands/audioset.py:906 msgid "Commercial links only: {true_or_false}." -msgstr "" +msgstr "Tylko linki komercyjne: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:915 #, docstring msgid "Set the role to use for DJ mode." -msgstr "" +msgstr "Ustaw rolę dla trybu DJ." #: redbot/cogs/audio/core/commands/audioset.py:924 msgid "Settings Changed" -msgstr "" +msgstr "Zmieniono ustawienia" #: redbot/cogs/audio/core/commands/audioset.py:925 msgid "DJ role set to: {role.name}." -msgstr "" +msgstr "Rola DJ ustawiona na: {role.name}." #: redbot/cogs/audio/core/commands/audioset.py:931 #, docstring msgid "Show the current settings." -msgstr "" +msgstr "Pokaż bieżące ustawienia." #: redbot/cogs/audio/core/commands/audioset.py:965 msgid "Server Settings" -msgstr "" +msgstr "Ustawienia serwera" #: redbot/cogs/audio/core/commands/audioset.py:966 msgid "Auto-disconnect: [{dc}]\\n" -msgstr "" +msgstr "Automatyczne rozłączenie: [{dc}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:967 msgid "Auto-play: [{autoplay}]\\n" -msgstr "" +msgstr "Automatyczne odtwarzanie: [{autoplay}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:971 msgid "Disconnect timer: [{num_seconds}]\\n" -msgstr "" +msgstr "Licznik rozłączenia: [{num_seconds}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:975 msgid "Auto Pause timer: [{num_seconds}]\\n" -msgstr "" +msgstr "Licznik Auto Pauzy: [{num_seconds}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:979 msgid "DJ Role: [{role.name}]\\n" -msgstr "" +msgstr "Rola DJ: [{role.name}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:981 msgid "Jukebox: [{jukebox_name}]\\n" -msgstr "" +msgstr "Jukebox: [{jukebox_name}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:982 msgid "Command price: [{jukebox_price}]\\n" -msgstr "" +msgstr "Cena komendy: [{jukebox_price}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:986 msgid "Max track length: [{tracklength}]\\n" -msgstr "" +msgstr "Maksymalna długość utworu: [{tracklength}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:989 msgid "Repeat: [{repeat}]\\nShuffle: [{shuffle}]\\nShuffle bumped: [{bumpped_shuffle}]\\nSong notify msgs: [{notify}]\\nSongs as status: [{status}]\\nSpotify search: [{countrycode}]\\n" -msgstr "" +msgstr "Powtarzaj: [{repeat}]\\nPrzetasowanie: [{shuffle}]\\nPrzetasuj podrzucone: [{bumpped_shuffle}]\\nPowiadomienie msgs o utworze: [{notify}]\\nUtwory jako status: [{status}]\\nWyszukiwanie Spotify: [{countrycode}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1005 msgid "Thumbnails: [{0}]\\n" -msgstr "" +msgstr "Miniatury: [{0}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1009 msgid "Vote skip: [{vote_enabled}]\\nSkip percentage: [{vote_percent}%]\\n" -msgstr "" +msgstr "Głosuj za pominięciem: [{vote_enabled}]\\nProcent na pominięcie: [{vote_percent}%]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1022 msgid "Server" -msgstr "" +msgstr "Serwer" #: redbot/cogs/audio/core/commands/audioset.py:1024 msgid "User" -msgstr "" +msgstr "Użytkownik" #: redbot/cogs/audio/core/commands/audioset.py:1026 #: redbot/cogs/audio/core/commands/playlists.py:997 msgid "Global" -msgstr "" +msgstr "Globalny" #: redbot/cogs/audio/core/commands/audioset.py:1028 #: redbot/cogs/audio/core/commands/audioset.py:1029 #: redbot/cogs/audio/core/commands/audioset.py:1030 msgid "Cached" -msgstr "" +msgstr "Umieszczone w pamięci podręcznej" #: redbot/cogs/audio/core/commands/audioset.py:1032 #: redbot/cogs/audio/core/commands/audioset.py:1033 @@ -734,41 +734,41 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:1037 msgid "Auto-play Settings" -msgstr "" +msgstr "Ustawienia autoodtwarzania" #: redbot/cogs/audio/core/commands/audioset.py:1039 msgid "Playlist name: [{pname}]\\n" -msgstr "" +msgstr "Nazwa playlisty: [{pname}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1040 msgid "Playlist ID: [{pid}]\\n" -msgstr "" +msgstr "ID playlisty: [{pid}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1041 msgid "Playlist scope: [{pscope}]\\n" -msgstr "" +msgstr "Zakres playlisty: [{pscope}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1047 #: redbot/cogs/audio/core/commands/audioset.py:1251 #: redbot/cogs/audio/core/commands/audioset.py:1296 msgid "Cache Settings" -msgstr "" +msgstr "Ustawienia pamięci podręcznej" #: redbot/cogs/audio/core/commands/audioset.py:1049 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksymalny wiek: [{max_age}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1050 msgid "Local Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1051 msgid "Local Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1052 msgid "Local Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1056 #: redbot/cogs/audio/core/commands/audioset.py:1245 @@ -778,7 +778,7 @@ msgstr "dni" #: redbot/cogs/audio/core/commands/audioset.py:1066 msgid "Lavalink Settings" -msgstr "" +msgstr "Ustawienia Lavalink" #: redbot/cogs/audio/core/commands/audioset.py:1068 msgid "Cog version: [{version}]\\n" @@ -786,11 +786,11 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:1069 msgid "Red-Lavalink: [{lavalink_version}]\\n" -msgstr "" +msgstr "Red-Lavalink: [{lavalink_version}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1070 msgid "External server: [{use_external_lavalink}]\\n" -msgstr "" +msgstr "Serwer zewnętrzny: [{use_external_lavalink}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1079 msgid "Lavalink build: [{llbuild}]\\nLavalink branch: [{llbranch}]\\nRelease date: [{build_time}]\\nLavaplayer version: [{lavaplayer}]\\nJava version: [{jvm}]\\n" @@ -798,124 +798,124 @@ msgstr "" #: redbot/cogs/audio/core/commands/audioset.py:1093 msgid "Localtracks path: [{localpath}]\\n" -msgstr "" +msgstr "Ścieżka utworów lokalnych: [{localpath}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1101 #, docstring msgid "Enable/disable tracks' titles as status." -msgstr "" +msgstr "Włącz/wyłącz tytuły ścieżek jako status." #: redbot/cogs/audio/core/commands/audioset.py:1107 msgid "Song titles as status: {true_or_false}." -msgstr "" +msgstr "Tytuły utworów jako status: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:1116 #, docstring msgid "Toggle displaying a thumbnail on audio messages." -msgstr "" +msgstr "Przełącz wyświetlanie miniaturki w wiadomościach dźwiękowych." #: redbot/cogs/audio/core/commands/audioset.py:1122 msgid "Thumbnail display: {true_or_false}." -msgstr "" +msgstr "Wyświetlanie miniatur: {true_or_false}." #: redbot/cogs/audio/core/commands/audioset.py:1131 #, docstring msgid "Percentage needed for non-mods to skip tracks, 0 to disable." -msgstr "" +msgstr "Procent wymagany do pominięcia utworów przez non-modów, 0 aby wyłączyć." #: redbot/cogs/audio/core/commands/audioset.py:1143 msgid "Voting disabled. All users can use queue management commands." -msgstr "" +msgstr "Głosowanie wyłączone. Wszyscy użytkownicy mogą używać komend zarządzania kolejką." #: redbot/cogs/audio/core/commands/audioset.py:1150 msgid "Vote percentage set to {percent}%." -msgstr "" +msgstr "Procent głosów ustawiony na {percent}%." #: redbot/cogs/audio/core/commands/audioset.py:1159 #, docstring msgid "Instructions to set the YouTube API key." -msgstr "" +msgstr "Instrukcje ustawiania klucza API YouTube." #: redbot/cogs/audio/core/commands/audioset.py:1178 #, docstring msgid "Instructions to set the Spotify API tokens." -msgstr "" +msgstr "Instrukcje ustawiania tokenów Spotify API." #: redbot/cogs/audio/core/commands/audioset.py:1179 msgid "1. Go to Spotify developers and log in with your Spotify account.\\n(https://developer.spotify.com/dashboard/applications)\\n2. Click \\\"Create An App\\\".\\n3. Fill out the form provided with your app name, etc.\\n4. When asked if you're developing commercial integration select \\\"No\\\".\\n5. Accept the terms and conditions.\\n6. Copy your client ID and your client secret into:\\n`{prefix}set api spotify client_id client_secret `" -msgstr "" +msgstr "1. Przejdź do Spotify developers i zaloguj się na swoje konto Spotify.\\n(https://developer.spotify.com/dashboard/applications)\\n2. Kliknij \\\"Utwórz aplikację\\\".\\n3. Wypełnij formularz podając nazwę aplikacji, itp.\\n4. Gdy zostaniesz zapytany, czy rozwijasz integrację komercyjną, wybierz \\\"Nie\\\".\\n5. Zaakceptuj warunki.\\n6. Skopiuj swój identyfikator klienta i sekret klienta do:\\n`{prefix}set api spotify client_id client_secret `" #: redbot/cogs/audio/core/commands/audioset.py:1196 #, docstring msgid "Set the country code for Spotify searches." -msgstr "" +msgstr "Ustaw kod kraju dla wyszukiwań Spotify." #: redbot/cogs/audio/core/commands/audioset.py:1200 msgid "Invalid Country Code" -msgstr "" +msgstr "Nieprawidłowy kod kraju" #: redbot/cogs/audio/core/commands/audioset.py:1201 msgid "Please use an official [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code." -msgstr "" +msgstr "Użyj oficjalnego kodu [ISO 3166-1 alpha-2](https://pl.wikipedia.org/wiki/ISO_3166-1_alfa-2)." #: redbot/cogs/audio/core/commands/audioset.py:1210 msgid "Country Code set to {country}." -msgstr "" +msgstr "Kod kraju ustawiony na {country}." #: redbot/cogs/audio/core/commands/audioset.py:1218 #, 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 "" +msgstr "Ustawia poziom buforowania.\\n\\n Poziom może być jednym z następujących:\\n\\n 0: Wyłącza pamięć podręczną\\n 1: Włącza pamięć podręczną Spotify\\n 2: Włącza pamięć podręczną YouTube\\n 3: Włącza pamięć podręczną Lavalink\\n 5: Włącza wszystkie bufory\\n\\n Jeśli chcesz wyłączyć określoną pamięć podręczną zrób to używając liczby ujemnej.\\n " #: redbot/cogs/audio/core/commands/audioset.py:1240 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksymalny wiek: [{max_age}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1241 msgid "Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1242 msgid "Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1243 msgid "Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1285 msgid "Max age: [{max_age}]\\n" -msgstr "" +msgstr "Maksymalny wiek: [{max_age}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1286 msgid "Spotify cache: [{spotify_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna Spotify: [{spotify_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1287 msgid "Youtube cache: [{youtube_status}]\\n" -msgstr "" +msgstr "Lokalna pamięć podręczna YouTube: [{youtube_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1288 msgid "Lavalink cache: [{lavalink_status}]\\n" -msgstr "" +msgstr "Pamięć podręczna lokalnego Lavalink: [{lavalink_status}]\\n" #: redbot/cogs/audio/core/commands/audioset.py:1303 #, 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 "" +msgstr "Ustawia maksymalny wiek pamięci podręcznej.\\n\\n Ta komenda pozwala ustawić maksymalną liczbę dni zanim wpis w pamięci podręcznej stanie się\\n nieprawidłowy.\\n " #: redbot/cogs/audio/core/commands/audioset.py:1310 msgid "Cache age cannot be less than 7 days. If you wish to disable it run {prefix}audioset cache.\\n" -msgstr "" +msgstr "Wiek pamięci podręcznej nie może być krótszy niż 7 dni. Jeśli chcesz go wyłączyć uruchom {prefix}audioset cache.\\n" #: redbot/cogs/audio/core/commands/audioset.py:1315 msgid "I've set the cache age to {age} days" -msgstr "" +msgstr "Ustawiłem/am wiek skrzynki na {age} dni" #: redbot/cogs/audio/core/commands/controller.py:27 #, docstring msgid "Disconnect from the voice channel." -msgstr "" +msgstr "Odłącz od kanału głosowego." #: redbot/cogs/audio/core/commands/controller.py:29 #: redbot/cogs/audio/core/commands/controller.py:77 @@ -941,96 +941,96 @@ msgstr "" #: redbot/cogs/audio/core/commands/miscellaneous.py:92 #: redbot/cogs/audio/core/commands/playlists.py:1112 msgid "Nothing playing." -msgstr "" +msgstr "Nic nie gra." #: redbot/cogs/audio/core/commands/controller.py:44 #: redbot/cogs/audio/core/commands/controller.py:50 msgid "Unable To Disconnect" -msgstr "" +msgstr "Nie można odłączyć" #: redbot/cogs/audio/core/commands/controller.py:45 #: redbot/cogs/audio/core/commands/controller.py:241 #: redbot/cogs/audio/core/commands/controller.py:302 #: redbot/cogs/audio/core/commands/controller.py:554 msgid "There are other people listening - vote to skip instead." -msgstr "" +msgstr "Inni słuchają - zamiast tego zagłosuj na pomijanie." #: redbot/cogs/audio/core/commands/controller.py:51 #: redbot/cogs/audio/core/commands/controller.py:57 msgid "You need the DJ role to disconnect." -msgstr "" +msgstr "Potrzebujesz roli DJ-a, aby rozłączyć." #: redbot/cogs/audio/core/commands/controller.py:56 msgid "Unable to Disconnect" -msgstr "" +msgstr "Nie udało się odłączyć" #: redbot/cogs/audio/core/commands/controller.py:60 msgid "Disconnecting..." -msgstr "" +msgstr "Rozłączanie..." #: redbot/cogs/audio/core/commands/controller.py:75 #, docstring msgid "Now playing." -msgstr "" +msgstr "Teraz odtwarzane." #: redbot/cogs/audio/core/commands/controller.py:89 msgid "\\n Requested by: **{track.requester}**" -msgstr "" +msgstr "\\n Żądane przez: **{track.requester}**" #: redbot/cogs/audio/core/commands/controller.py:93 msgid "Nothing." -msgstr "" +msgstr "Nic nie ma." #: redbot/cogs/audio/core/commands/controller.py:98 #: redbot/cogs/audio/core/commands/queue.py:73 msgid "Now Playing" -msgstr "" +msgstr "Teraz odtwarzane" #: redbot/cogs/audio/core/commands/controller.py:108 #: redbot/cogs/audio/core/commands/queue.py:83 msgid "Auto-Play" -msgstr "" +msgstr "Autoodtwarzanie" #: redbot/cogs/audio/core/commands/controller.py:114 #: redbot/cogs/audio/core/commands/queue.py:89 msgid "Shuffle" -msgstr "" +msgstr "Losowo" #: redbot/cogs/audio/core/commands/controller.py:120 #: redbot/cogs/audio/core/commands/queue.py:95 msgid "Repeat" -msgstr "" +msgstr "Powtarzanie" #: redbot/cogs/audio/core/commands/controller.py:180 #, docstring msgid "Pause or resume a playing track." -msgstr "" +msgstr "Wstrzymaj lub wznawiaj odtwarzanie utworu." #: redbot/cogs/audio/core/commands/controller.py:191 #: redbot/cogs/audio/core/commands/controller.py:197 msgid "Unable To Manage Tracks" -msgstr "" +msgstr "Nie można zarządzać utworami" #: redbot/cogs/audio/core/commands/controller.py:192 msgid "You must be in the voice channel to pause or resume." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić." #: redbot/cogs/audio/core/commands/controller.py:198 msgid "You need the DJ role to pause or resume tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ do wstrzymania lub wznowienia utworów." #: redbot/cogs/audio/core/commands/controller.py:207 msgid "Track Paused" -msgstr "" +msgstr "Utwór zapauzowany" #: redbot/cogs/audio/core/commands/controller.py:211 msgid "Track Resumed" -msgstr "" +msgstr "Utwór wznowiony" #: redbot/cogs/audio/core/commands/controller.py:220 #, docstring msgid "Skip to the start of the previously played track." -msgstr "" +msgstr "Przejdź do początku poprzednio odtwarzanego utworu." #: redbot/cogs/audio/core/commands/controller.py:234 #: redbot/cogs/audio/core/commands/controller.py:240 @@ -1040,15 +1040,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/controller.py:480 #: redbot/cogs/audio/core/commands/controller.py:489 msgid "Unable To Skip Tracks" -msgstr "" +msgstr "Nie można pominąć utworów" #: redbot/cogs/audio/core/commands/controller.py:235 msgid "You must be in the voice channel to skip the track." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby wstrzymać lub wznowić utwór." #: redbot/cogs/audio/core/commands/controller.py:247 msgid "You need the DJ role or be the track requester to enqueue the previous song tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby dodać do kolejki poprzednie utwory." #: redbot/cogs/audio/core/commands/controller.py:255 #: redbot/cogs/audio/core/commands/player.py:38 @@ -1091,20 +1091,20 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:756 #: redbot/cogs/audio/core/commands/playlists.py:1437 msgid "Unable To Play Tracks" -msgstr "" +msgstr "Nie można odtworzyć utworów" #: redbot/cogs/audio/core/commands/controller.py:255 msgid "No previous track." -msgstr "" +msgstr "Brak poprzedniego utworu." #: redbot/cogs/audio/core/commands/controller.py:269 msgid "Replaying Track" -msgstr "" +msgstr "Powtarzanie utworu" #: redbot/cogs/audio/core/commands/controller.py:276 #, 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 "" +msgstr "Szukaj w przód lub w tył w utworze o kilka sekund lub do określonego czasu.\\n\\n Akceptuje sekundy lub wartość sformatowaną jak 00:00:00 (`hh:mm:ss`) lub 00:00 (`mm:ss`).\\n " #: redbot/cogs/audio/core/commands/controller.py:294 #: redbot/cogs/audio/core/commands/controller.py:301 @@ -1112,135 +1112,135 @@ msgstr "" #: redbot/cogs/audio/core/commands/controller.py:315 #: redbot/cogs/audio/core/commands/controller.py:327 msgid "Unable To Seek Tracks" -msgstr "" +msgstr "Nie można przeszukać utworów" #: redbot/cogs/audio/core/commands/controller.py:295 msgid "You must be in the voice channel to use seek." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby przewijać." #: redbot/cogs/audio/core/commands/controller.py:309 msgid "You need the DJ role or be the track requester to use seek." -msgstr "" +msgstr "Potrzebujesz roli DJ lub być żądającym utworu aby używać wyszukiwania." #: redbot/cogs/audio/core/commands/controller.py:315 msgid "Can't seek on a stream." -msgstr "" +msgstr "Nie można przeszukiwać strumienia." #: redbot/cogs/audio/core/commands/controller.py:328 msgid "Invalid input for the time to seek." -msgstr "" +msgstr "Nieprawidłowe dane wejściowe dla czasu do szukania." #: redbot/cogs/audio/core/commands/controller.py:336 msgid "Moved {num_seconds}s to 00:00:00" -msgstr "" +msgstr "Przesunięto {num_seconds}s do 00:00:00" #: redbot/cogs/audio/core/commands/controller.py:343 msgid "Moved {num_seconds}s to {time}" -msgstr "" +msgstr "Przesunięto {num_seconds}s do {time}" #: redbot/cogs/audio/core/commands/controller.py:351 msgid "Moved to {time}" -msgstr "" +msgstr "Przesunięto do {time}" #: redbot/cogs/audio/core/commands/controller.py:361 #, docstring msgid "Toggle shuffle." -msgstr "" +msgstr "Przełącz wymieszanie." #: redbot/cogs/audio/core/commands/controller.py:370 #: redbot/cogs/audio/core/commands/controller.py:381 #: redbot/cogs/audio/core/commands/controller.py:413 #: redbot/cogs/audio/core/commands/controller.py:424 msgid "Unable To Toggle Shuffle" -msgstr "" +msgstr "Nie można przełączyć losowości" #: redbot/cogs/audio/core/commands/controller.py:371 #: redbot/cogs/audio/core/commands/controller.py:414 msgid "You need the DJ role to toggle shuffle." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby przełączyć przetasowanie." #: redbot/cogs/audio/core/commands/controller.py:382 #: redbot/cogs/audio/core/commands/controller.py:425 msgid "You must be in the voice channel to toggle shuffle." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby przełączyć przetasowanie." #: redbot/cogs/audio/core/commands/controller.py:390 msgid "Shuffle tracks: {true_or_false}." -msgstr "" +msgstr "Losuj utwory: {true_or_false}." #: redbot/cogs/audio/core/commands/controller.py:401 #, docstring msgid "Toggle bumped track shuffle.\\n\\n Set this to disabled if you wish to avoid bumped songs being shuffled.\\n This takes priority over `[p]shuffle`.\\n " -msgstr "" +msgstr "Przełącz losowanie podbitych utworów.\\n\\n Ustaw to na wyłączone, jeśli chcesz uniknąć losowania podbitych piosenek.\\n To ma pierwszeństwo nad `[p]shuffle`.\\n " #: redbot/cogs/audio/core/commands/controller.py:433 msgid "Shuffle bumped tracks: {true_or_false}." -msgstr "" +msgstr "Losuj podbite utwory: {true_or_false}." #: redbot/cogs/audio/core/commands/controller.py:444 #, docstring msgid "Skip to the next track, or to a given track number." -msgstr "" +msgstr "Przejdź do następnego utworu lub do danego numeru utworu." #: redbot/cogs/audio/core/commands/controller.py:453 msgid "You must be in the voice channel to skip the music." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby pominąć muzykę." #: redbot/cogs/audio/core/commands/controller.py:468 msgid "You need the DJ role or be the track requester to skip tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ lub być żądającym utworu, aby pominąć utwory." #: redbot/cogs/audio/core/commands/controller.py:481 msgid "You can only skip the current track." -msgstr "" +msgstr "Możesz pominąć tylko bieżący utwór." #: redbot/cogs/audio/core/commands/controller.py:490 msgid "Can't skip to a specific track in vote mode without the DJ role." -msgstr "" +msgstr "Nie można przejść do konkretnego utworu w trybie głosowania bez roli DJ." #: redbot/cogs/audio/core/commands/controller.py:496 msgid "I removed your vote to skip." -msgstr "" +msgstr "Usunąłem/am twój głos aby pominąć." #: redbot/cogs/audio/core/commands/controller.py:499 msgid "You voted to skip." -msgstr "" +msgstr "Zagłosowałeś/aś na pominięcie." #: redbot/cogs/audio/core/commands/controller.py:512 msgid "Vote threshold met." -msgstr "" +msgstr "Próg głosowania został osiągnięty." #: redbot/cogs/audio/core/commands/controller.py:515 msgid " Votes: {num_votes}/{num_members} ({cur_percent}% out of {required_percent}% needed)" -msgstr "" +msgstr " Głosy: {num_votes}/{num_members} ({cur_percent}% z {required_percent}% potrzebnych)" #: redbot/cogs/audio/core/commands/controller.py:534 #, docstring msgid "Stop playback and clear the queue." -msgstr "" +msgstr "Zatrzymuje odtwarzanie i czyści kolejkę." #: redbot/cogs/audio/core/commands/controller.py:547 #: redbot/cogs/audio/core/commands/controller.py:553 #: redbot/cogs/audio/core/commands/controller.py:559 msgid "Unable To Stop Player" -msgstr "" +msgstr "Nie można zatrzymać odtwarzacza" #: redbot/cogs/audio/core/commands/controller.py:548 msgid "You must be in the voice channel to stop the music." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby zatrzymać muzykę." #: redbot/cogs/audio/core/commands/controller.py:560 msgid "You need the DJ role to stop the music." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby zatrzymać muzykę." #: redbot/cogs/audio/core/commands/controller.py:577 msgid "Stopping..." -msgstr "" +msgstr "Zatrzymywanie..." #: redbot/cogs/audio/core/commands/controller.py:584 #, docstring msgid "Summon the bot to a voice channel." -msgstr "" +msgstr "Przywołaj bota do kanału głosowego." #: redbot/cogs/audio/core/commands/controller.py:596 #: redbot/cogs/audio/core/commands/controller.py:603 @@ -1248,15 +1248,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/controller.py:633 #: redbot/cogs/audio/core/commands/controller.py:640 msgid "Unable To Join Voice Channel" -msgstr "" +msgstr "Nie można dołączyć do kanału głosowego" #: redbot/cogs/audio/core/commands/controller.py:597 msgid "There are other people listening." -msgstr "" +msgstr "Inni słuchają." #: redbot/cogs/audio/core/commands/controller.py:604 msgid "You need the DJ role to summon the bot." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby przywołać bota." #: redbot/cogs/audio/core/commands/controller.py:617 #: redbot/cogs/audio/core/commands/player.py:61 @@ -1266,7 +1266,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:651 #: redbot/cogs/audio/core/commands/queue.py:323 msgid "I don't have permission to connect to your channel." -msgstr "" +msgstr "Nie mam uprawnień, aby połączyć się z twoim kanałem." #: redbot/cogs/audio/core/commands/controller.py:634 #: redbot/cogs/audio/core/commands/player.py:70 @@ -1276,7 +1276,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:660 #: redbot/cogs/audio/core/commands/queue.py:333 msgid "Connect to a voice channel first." -msgstr "" +msgstr "Najpierw połącz się z kanałem głosowym." #: redbot/cogs/audio/core/commands/controller.py:641 #: redbot/cogs/audio/core/commands/player.py:76 @@ -1286,288 +1286,288 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:666 #: redbot/cogs/audio/core/commands/queue.py:340 msgid "Connection to Lavalink has not yet been established." -msgstr "" +msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane." #: redbot/cogs/audio/core/commands/controller.py:648 #, docstring msgid "Set the volume, 1% - 150%." -msgstr "" +msgstr "Ustaw głośność, 1% - 150%." #: redbot/cogs/audio/core/commands/controller.py:655 msgid "Current Volume:" -msgstr "" +msgstr "Obecna głośność:" #: redbot/cogs/audio/core/commands/controller.py:666 #: redbot/cogs/audio/core/commands/controller.py:672 msgid "Unable To Change Volume" -msgstr "" +msgstr "Nie można zmienić głośności" #: redbot/cogs/audio/core/commands/controller.py:667 msgid "You must be in the voice channel to change the volume." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby zmienić głośność." #: redbot/cogs/audio/core/commands/controller.py:673 msgid "You need the DJ role to change the volume." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby zmienić głośność." #: redbot/cogs/audio/core/commands/controller.py:686 msgid "Volume:" -msgstr "" +msgstr "Głośność:" #: redbot/cogs/audio/core/commands/controller.py:695 #, docstring msgid "Toggle repeat." -msgstr "" +msgstr "Przełącz powtarzanie." #: redbot/cogs/audio/core/commands/controller.py:703 #: redbot/cogs/audio/core/commands/controller.py:714 msgid "Unable To Toggle Repeat" -msgstr "" +msgstr "Nie można przełączyć powtarzania" #: redbot/cogs/audio/core/commands/controller.py:704 msgid "You need the DJ role to toggle repeat." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby włączyć powtarzanie." #: redbot/cogs/audio/core/commands/controller.py:715 msgid "You must be in the voice channel to toggle repeat." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby włączyć powtarzanie." #: redbot/cogs/audio/core/commands/controller.py:721 msgid "Repeat tracks: {true_or_false}." -msgstr "" +msgstr "Powtórz utwory: {true_or_false}." #: redbot/cogs/audio/core/commands/controller.py:726 msgid "\\nAuto-play has been disabled." -msgstr "" +msgstr "\\nAutomatyczne odtwarzanie zostało wyłączone." #: redbot/cogs/audio/core/commands/controller.py:738 #, docstring msgid "Remove a specific track number from the queue." -msgstr "" +msgstr "Usuń określony numer utworu z kolejki." #: redbot/cogs/audio/core/commands/controller.py:747 msgid "Nothing queued." -msgstr "" +msgstr "Nic nie ma w kolejce." #: redbot/cogs/audio/core/commands/controller.py:751 #: redbot/cogs/audio/core/commands/controller.py:757 #: redbot/cogs/audio/core/commands/controller.py:764 #: redbot/cogs/audio/core/commands/controller.py:789 msgid "Unable To Modify Queue" -msgstr "" +msgstr "Nie można zmienić kolejki" #: redbot/cogs/audio/core/commands/controller.py:752 msgid "You need the DJ role to remove tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby usunąć utwory." #: redbot/cogs/audio/core/commands/controller.py:758 msgid "You must be in the voice channel to manage the queue." -msgstr "" +msgstr "Musisz być w kanale głosowym aby zarządzać kolejką." #: redbot/cogs/audio/core/commands/controller.py:765 #: redbot/cogs/audio/core/commands/controller.py:830 msgid "Song number must be greater than 1 and within the queue limit." -msgstr "" +msgstr "Numer utworu musi być większy niż 1 i w granicach kolejki." #: redbot/cogs/audio/core/commands/controller.py:774 #: redbot/cogs/audio/core/commands/controller.py:795 msgid "Removed track from queue" -msgstr "" +msgstr "Usunięto utwór z kolejki" #: redbot/cogs/audio/core/commands/controller.py:775 msgid "Removed {track} from the queue." -msgstr "" +msgstr "Usunięto {track} z kolejki." #: redbot/cogs/audio/core/commands/controller.py:790 msgid "Removed 0 tracks, nothing matches the URL provided." -msgstr "" +msgstr "Usunięto 0 utworów, nic nie pasuje do podanego adresu URL." #: redbot/cogs/audio/core/commands/controller.py:796 msgid "Removed {removed_tracks} tracks from queue which matched the URL provided." -msgstr "" +msgstr "Usunięto {removed_tracks} utworów z kolejki, które pasują do podanego adresu URL." #: redbot/cogs/audio/core/commands/controller.py:806 #, docstring msgid "Bump a track number to the top of the queue." -msgstr "" +msgstr "Wrzuć numer utworu na górę kolejki." #: redbot/cogs/audio/core/commands/controller.py:817 #: redbot/cogs/audio/core/commands/controller.py:823 #: redbot/cogs/audio/core/commands/controller.py:829 #: redbot/cogs/audio/core/commands/player.py:132 msgid "Unable To Bump Track" -msgstr "" +msgstr "Nie można podrzucić utworu" #: redbot/cogs/audio/core/commands/controller.py:818 msgid "You must be in the voice channel to bump a track." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby podrzucić utwór." #: redbot/cogs/audio/core/commands/controller.py:824 msgid "You need the DJ role to bump tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ-a, aby podrzucić utwór." #: redbot/cogs/audio/core/commands/controller.py:840 msgid "Moved track to the top of the queue." -msgstr "" +msgstr "Przeniesiono utwór na górę kolejki." #: redbot/cogs/audio/core/commands/equalizer.py:27 #, docstring msgid "Equalizer management." -msgstr "" +msgstr "Zarządzanie korektorami." #: redbot/cogs/audio/core/commands/equalizer.py:63 #, docstring msgid "Delete a saved eq preset." -msgstr "" +msgstr "Usuń zapisane ustawienia eq." #: redbot/cogs/audio/core/commands/equalizer.py:72 #: redbot/cogs/audio/core/commands/equalizer.py:79 #: redbot/cogs/audio/core/commands/equalizer.py:92 msgid "Unable To Delete Preset" -msgstr "" +msgstr "Nie można usunąć ustawień" #: redbot/cogs/audio/core/commands/equalizer.py:73 #: redbot/cogs/audio/core/commands/equalizer.py:93 msgid "You are not the author of that preset setting." -msgstr "" +msgstr "Nie jesteś autorem tego ustawienia korektora." #: redbot/cogs/audio/core/commands/equalizer.py:102 #, docstring msgid "List saved eq presets." -msgstr "" +msgstr "Lista zapisanych ustawień eq." #: redbot/cogs/audio/core/commands/equalizer.py:105 msgid "No saved equalizer presets." -msgstr "" +msgstr "Brak zapisanych ustawień korektora." #: redbot/cogs/audio/core/commands/equalizer.py:108 msgid "Preset Name" -msgstr "" +msgstr "Nazwa ustawień korektora" #: redbot/cogs/audio/core/commands/equalizer.py:109 msgid "Author" -msgstr "" +msgstr "Autor" #: redbot/cogs/audio/core/commands/equalizer.py:131 msgid "{num} preset(s)" -msgstr "" +msgstr "{num} preset(ów)" #: redbot/cogs/audio/core/commands/equalizer.py:138 #, docstring msgid "Load a saved eq preset." -msgstr "" +msgstr "Załaduj zapisane ustawienia eq." #: redbot/cogs/audio/core/commands/equalizer.py:146 msgid "No Preset Found" -msgstr "" +msgstr "Nie znaleziono ustawień wstępnych" #: redbot/cogs/audio/core/commands/equalizer.py:164 msgid "Unable To Load Preset" -msgstr "" +msgstr "Nie można załadować ustawień korektora" #: redbot/cogs/audio/core/commands/equalizer.py:165 msgid "You need the DJ role to load equalizer presets." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby załadować ustawienia korektora." #: redbot/cogs/audio/core/commands/equalizer.py:183 #, docstring msgid "Reset the eq to 0 across all bands." -msgstr "" +msgstr "Zresetuj eq do 0 we wszystkich pasmach." #: redbot/cogs/audio/core/commands/equalizer.py:192 msgid "Unable To Modify Preset" -msgstr "" +msgstr "Nie można zmodyfikować ustawień korektora" #: redbot/cogs/audio/core/commands/equalizer.py:193 msgid "You need the DJ role to reset the equalizer." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby zresetować korektor." #: redbot/cogs/audio/core/commands/equalizer.py:208 msgid "Equalizer values have been reset." -msgstr "" +msgstr "Wartości korektora zostały zresetowane." #: redbot/cogs/audio/core/commands/equalizer.py:216 #, docstring msgid "Save the current eq settings to a preset." -msgstr "" +msgstr "Zapisz bieżące ustawienia korektora do ustawień korektora." #: redbot/cogs/audio/core/commands/equalizer.py:226 #: redbot/cogs/audio/core/commands/equalizer.py:244 #: redbot/cogs/audio/core/commands/equalizer.py:259 msgid "Unable To Save Preset" -msgstr "" +msgstr "Nie można zapisać ustawień korektora" #: redbot/cogs/audio/core/commands/equalizer.py:227 msgid "You need the DJ role to save equalizer presets." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby zapisać ustawienia korektora." #: redbot/cogs/audio/core/commands/equalizer.py:231 msgid "Please enter a name for this equalizer preset." -msgstr "" +msgstr "Wprowadź nazwę dla tego ustawienia korektora." #: redbot/cogs/audio/core/commands/equalizer.py:245 msgid "No equalizer preset name entered, try the command again later." -msgstr "" +msgstr "Nie wprowadzono nazwy ustawienia korektora, spróbuj ponownie później." #: redbot/cogs/audio/core/commands/equalizer.py:260 msgid "Try the command again with a shorter name." -msgstr "" +msgstr "Wypróbuj polecenie ponownie z krótszą nazwą." #: redbot/cogs/audio/core/commands/equalizer.py:264 msgid "Preset name already exists, do you want to replace it?" -msgstr "" +msgstr "Ustawienie o danej nazwie już istnieje, czy chcesz je zastąpić?" #: redbot/cogs/audio/core/commands/equalizer.py:272 msgid "Not saving preset." -msgstr "" +msgstr "Nie zapisuję ustawień." #: redbot/cogs/audio/core/commands/equalizer.py:284 msgid "Current equalizer saved to the {preset_name} preset." -msgstr "" +msgstr "Bieżący korektor zapisany w ustawieniach {preset_name}." #: redbot/cogs/audio/core/commands/equalizer.py:298 #, 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 "" +msgstr "Ustaw pasmo equalizera z liczbą pasma lub nazwą i wartością.\\n\\n Pozycje pasma są 1-15, a wartości mają zakres -0.25 do 1.0.\\n Nazwy pasm to 25, 40, 63, 100, 160, 250, 400, 630, 1k, 1.6k, 2.5k, 4k,\\n 6.3k, 10k i 16k Hz.\\n Ustawianie wartości pasma na -0.25 unieważnia gdy +0,25 jest podwojone.\\n " #: redbot/cogs/audio/core/commands/equalizer.py:314 msgid "Unable To Set Preset" -msgstr "" +msgstr "Nie można ustawić ustawień" #: redbot/cogs/audio/core/commands/equalizer.py:315 msgid "You need the DJ role to set equalizer presets." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby ustawić ustawienia korektora." #: redbot/cogs/audio/core/commands/equalizer.py:354 msgid "Invalid Band" -msgstr "" +msgstr "Nieprawidłowe pasmo" #: redbot/cogs/audio/core/commands/equalizer.py:355 msgid "Valid band numbers are 1-15 or the band names listed in the help for this command." -msgstr "" +msgstr "Prawidłowe numery pasm to 1-15 lub nazwy pasma wymienione w pomocy dla tego polecenia." #: redbot/cogs/audio/core/commands/equalizer.py:379 msgid "Preset Modified" -msgstr "" +msgstr "Zmodyfikowano ustawienie" #: redbot/cogs/audio/core/commands/equalizer.py:380 msgid "The {band_name}Hz band has been set to {band_value}." -msgstr "" +msgstr "Pasmo {band_name}Hz zostało ustawione na {band_value}." #: redbot/cogs/audio/core/commands/llset.py:19 #, docstring msgid "Lavalink server configuration options." -msgstr "" +msgstr "Opcje konfiguracji serwera Lavalink." #: redbot/cogs/audio/core/commands/llset.py:23 #, docstring msgid "Toggle using external Lavalink servers." -msgstr "" +msgstr "Przełącz używanie zewnętrznych serwerów Lavalink." #: redbot/cogs/audio/core/commands/llset.py:30 #: redbot/cogs/audio/core/commands/llset.py:56 msgid "External Lavalink server: {true_or_false}." -msgstr "" +msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}." #: redbot/cogs/audio/core/commands/llset.py:42 #: redbot/cogs/audio/core/commands/llset.py:65 @@ -1576,11 +1576,11 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:139 #: redbot/cogs/audio/core/commands/llset.py:164 msgid "Failed To Shutdown Lavalink" -msgstr "" +msgstr "Nie udało się wyłączyć Lavalink'a" #: redbot/cogs/audio/core/commands/llset.py:43 msgid "External Lavalink server: {true_or_false}\\nFor it to take effect please reload Audio (`{prefix}reload audio`)." -msgstr "" +msgstr "Zewnętrzny serwer Lavalinka: {true_or_false}\\nAby to zadziałało, przeładuj audio (`{prefix}reload audio`)." #: redbot/cogs/audio/core/commands/llset.py:66 #: redbot/cogs/audio/core/commands/llset.py:90 @@ -1588,140 +1588,140 @@ msgstr "" #: redbot/cogs/audio/core/commands/llset.py:140 #: redbot/cogs/audio/core/commands/llset.py:165 msgid "Please reload Audio (`{prefix}reload audio`)." -msgstr "" +msgstr "Proszę przeładować Audio (`{prefix}reload audio`)." #: redbot/cogs/audio/core/commands/llset.py:73 #, docstring msgid "Set the Lavalink server host." -msgstr "" +msgstr "Ustaw host serwera Lavalink." #: redbot/cogs/audio/core/commands/llset.py:77 #: redbot/cogs/audio/core/commands/llset.py:101 #: redbot/cogs/audio/core/commands/llset.py:126 #: redbot/cogs/audio/core/commands/llset.py:151 msgid "External Lavalink server set to True." -msgstr "" +msgstr "Zewnętrzny serwer Lavalink ustawiony na True." #: redbot/cogs/audio/core/commands/llset.py:81 msgid "Host set to {host}." -msgstr "" +msgstr "Host ustawiony na {host}." #: redbot/cogs/audio/core/commands/llset.py:97 #, docstring msgid "Set the Lavalink server password." -msgstr "" +msgstr "Ustaw hasło serwera Lavalink." #: redbot/cogs/audio/core/commands/llset.py:105 msgid "Server password set to {password}." -msgstr "" +msgstr "Hasło serwera ustawione na {password}." #: redbot/cogs/audio/core/commands/llset.py:122 #, docstring msgid "Set the Lavalink REST server port." -msgstr "" +msgstr "Ustaw port serwera REST Lavalink." #: redbot/cogs/audio/core/commands/llset.py:130 msgid "REST port set to {port}." -msgstr "" +msgstr "Port REST ustawiony na {port}." #: redbot/cogs/audio/core/commands/llset.py:147 #, docstring msgid "Set the Lavalink websocket server port." -msgstr "" +msgstr "Ustaw port websocket serwera serwera Lavalink." #: redbot/cogs/audio/core/commands/llset.py:155 msgid "Websocket port set to {port}." -msgstr "" +msgstr "Port WebSocket ustawiony na {port}." #: redbot/cogs/audio/core/commands/localtracks.py:24 #, docstring msgid "Local playback commands." -msgstr "" +msgstr "Komendy lokalnego odtwarzania." #: redbot/cogs/audio/core/commands/localtracks.py:28 #, docstring msgid "Play all songs in a localtracks folder." -msgstr "" +msgstr "Odtwarzaj wszystkie utwory w folderze localtracks." #: redbot/cogs/audio/core/commands/localtracks.py:40 msgid "Folder Not Found" -msgstr "" +msgstr "Nie znaleziono folderu" #: redbot/cogs/audio/core/commands/localtracks.py:41 msgid "Localtracks folder named {name} does not exist." -msgstr "" +msgstr "Folder lokalnych utworów o nazwie {name} nie istnieje." #: redbot/cogs/audio/core/commands/localtracks.py:52 #, docstring msgid "Play a local track." -msgstr "" +msgstr "Odtwórz lokalny utwór." #: redbot/cogs/audio/core/commands/localtracks.py:57 #: redbot/cogs/audio/core/commands/localtracks.py:113 msgid "No album folders found." -msgstr "" +msgstr "Nie znaleziono folderów albumów." #: redbot/cogs/audio/core/commands/localtracks.py:99 #, docstring msgid "Search for songs across all localtracks folders." -msgstr "" +msgstr "Szukaj piosenek we wszystkich folderach lokalnych." #: redbot/cogs/audio/core/commands/localtracks.py:117 #: redbot/cogs/audio/core/commands/queue.py:279 msgid "No matches." -msgstr "" +msgstr "Brak dopasowań." #: redbot/cogs/audio/core/commands/miscellaneous.py:26 #, docstring msgid "Make Red sing one of her songs." -msgstr "" +msgstr "Spraw aby Red zaśpiewała jedną z jej piosenek." #: redbot/cogs/audio/core/commands/miscellaneous.py:42 #, docstring msgid "Audio stats." -msgstr "" +msgstr "Statystyki dźwięku." #: redbot/cogs/audio/core/commands/miscellaneous.py:65 msgid "Not connected anywhere." -msgstr "" +msgstr "Nigdzie nie połączono." #: redbot/cogs/audio/core/commands/miscellaneous.py:71 msgid "Playing in {num}/{total} servers:" -msgstr "" +msgstr "Gra na serwerach {num}/{total}:" #: redbot/cogs/audio/core/commands/miscellaneous.py:77 msgid "Page {}/{}" -msgstr "" +msgstr "Strona {}/{}" #: redbot/cogs/audio/core/commands/miscellaneous.py:90 #, docstring msgid "Queue percentage." -msgstr "" +msgstr "Procent kolejki." #: redbot/cogs/audio/core/commands/miscellaneous.py:116 msgid "There's nothing in the queue." -msgstr "" +msgstr "Niczego nie ma w kolejce." #: redbot/cogs/audio/core/commands/miscellaneous.py:137 msgid "Queued and playing tracks:" -msgstr "" +msgstr "Zakolejkowane i odtwarzane utwory:" #: redbot/cogs/audio/core/commands/player.py:29 #, docstring msgid "Play a URL or search for a track." -msgstr "" +msgstr "Odtwarzaj adres URL lub szukaj utworu." #: redbot/cogs/audio/core/commands/player.py:39 #: redbot/cogs/audio/core/commands/player.py:143 #: redbot/cogs/audio/core/commands/player.py:693 msgid "That URL is not allowed." -msgstr "" +msgstr "Ten adres URL jest niedozwolony." #: redbot/cogs/audio/core/commands/player.py:43 #: redbot/cogs/audio/core/commands/player.py:147 #: redbot/cogs/audio/core/commands/player.py:701 msgid "That track is not allowed." -msgstr "" +msgstr "Ten utwór jest niedozwolony." #: redbot/cogs/audio/core/commands/player.py:47 #: redbot/cogs/audio/core/commands/player.py:151 @@ -1729,7 +1729,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:513 #: redbot/cogs/audio/core/commands/player.py:637 msgid "Connection to Lavalink has failed" -msgstr "" +msgstr "Połączenie z Lavalink nie powiodło się" #: redbot/cogs/audio/core/commands/player.py:50 #: redbot/cogs/audio/core/commands/player.py:154 @@ -1737,7 +1737,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:516 #: redbot/cogs/audio/core/commands/player.py:640 msgid "Please check your console or logs for details." -msgstr "" +msgstr "Sprawdź swoją konsolę lub logi w celu uzyskania szczegółów." #: redbot/cogs/audio/core/commands/player.py:83 #: redbot/cogs/audio/core/commands/player.py:187 @@ -1745,30 +1745,30 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:549 #: redbot/cogs/audio/core/commands/player.py:757 msgid "You need the DJ role to queue tracks." -msgstr "" +msgstr "Potrzebujesz roli DJ do zakolejkowania utworów." #: redbot/cogs/audio/core/commands/player.py:95 #: redbot/cogs/audio/core/commands/player.py:199 msgid "You must be in the voice channel to use the play command." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby użyć komendy odtwarzania." #: redbot/cogs/audio/core/commands/player.py:101 #: redbot/cogs/audio/core/commands/player.py:205 #: redbot/cogs/audio/core/commands/player.py:230 msgid "No tracks found for `{query}`." -msgstr "" +msgstr "Nie znaleziono utworów dla `{query}`." #: redbot/cogs/audio/core/commands/player.py:107 #: redbot/cogs/audio/core/commands/player.py:211 #: redbot/cogs/audio/core/commands/player.py:495 #: redbot/cogs/audio/core/commands/player.py:567 msgid "Queue size limit reached." -msgstr "" +msgstr "Osiągnięto limit rozmiaru kolejki." #: redbot/cogs/audio/core/commands/player.py:127 #, docstring msgid "Force play a URL or search for a track." -msgstr "" +msgstr "Wymuś odtwarzanie adresu URL lub wyszukiwanie utworu." #: redbot/cogs/audio/core/commands/player.py:133 msgid "Only single tracks work with bump play." @@ -1776,13 +1776,13 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:233 msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\\nThis may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." -msgstr "" +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\\nMoże to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." #: redbot/cogs/audio/core/commands/player.py:240 #: redbot/cogs/audio/core/commands/player.py:745 #: redbot/cogs/audio/core/commands/player.py:849 msgid "Track is not playable." -msgstr "" +msgstr "Utwór nie jest odtwarzalny." #: redbot/cogs/audio/core/commands/player.py:242 #: redbot/cogs/audio/core/commands/player.py:746 @@ -1792,78 +1792,78 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:274 msgid "This track is not allowed in this server." -msgstr "" +msgstr "Ten utwór nie jest dozwolony na tym serwerze." #: redbot/cogs/audio/core/commands/player.py:289 msgid "Track exceeds maximum length." -msgstr "" +msgstr "Utwór przekracza maksymalną długość." #: redbot/cogs/audio/core/commands/player.py:303 msgid "{time} until track playback: #1 in queue" -msgstr "" +msgstr "{time} do odtwarzania utworu: #1 w kolejce" #: redbot/cogs/audio/core/commands/player.py:307 msgid "Track Enqueued" -msgstr "" +msgstr "Utwór zakolejkowany" #: redbot/cogs/audio/core/commands/player.py:321 #, docstring msgid "Pick a Spotify playlist from a list of categories to start playing." -msgstr "" +msgstr "Wybierz listę odtwarzania Spotify z listy kategorii, aby rozpocząć odtwarzanie." #: redbot/cogs/audio/core/commands/player.py:381 msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \\nSee `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Właściciel musi ustawić identyfikator ID klienta Spotify i sekretny klucz klienta Spotify, zanim będzie można użyć adresów URL lub kodów Spotify. \\nZobacz instrukcje `{prefix}audioset spotifyapi`." #: redbot/cogs/audio/core/commands/player.py:391 msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\\nSee `{prefix}audioset youtubeapi` for instructions." -msgstr "" +msgstr "Właściciel musi ustawić klucz API YouTube zanim będzie można użyć adresów URL lub kodów Spotify.\\nZobacz `{prefix}audioset youtubeapi` dla dalszych instrukcji." #: redbot/cogs/audio/core/commands/player.py:448 msgid "You must be in the voice channel to use the genre command." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby użyć komendy gatunku." #: redbot/cogs/audio/core/commands/player.py:455 msgid "No categories found" -msgstr "" +msgstr "Nie znaleziono kategorii" #: redbot/cogs/audio/core/commands/player.py:459 #: redbot/cogs/audio/core/commands/player.py:477 msgid "No categories found, try again later." -msgstr "" +msgstr "Nie znaleziono kategorii, spróbuj ponownie później." #: redbot/cogs/audio/core/commands/player.py:464 msgid "Categories" -msgstr "" +msgstr "Kategorie" #: redbot/cogs/audio/core/commands/player.py:470 msgid "No categories selected, try again later." -msgstr "" +msgstr "Nie wybrano kategorii, spróbuj ponownie później." #: redbot/cogs/audio/core/commands/player.py:485 msgid "Playlists for {friendly_name}" -msgstr "" +msgstr "Listy odtwarzania dla {friendly_name}" #: redbot/cogs/audio/core/commands/player.py:492 msgid "No tracks to play." -msgstr "" +msgstr "Brak utworów do odtworzenia." #: redbot/cogs/audio/core/commands/player.py:502 msgid "Couldn't find tracks for the selected playlist." -msgstr "" +msgstr "Nie można znaleźć utworów dla wybranej listy odtwarzania." #: redbot/cogs/audio/core/commands/player.py:510 #, docstring msgid "Starts auto play." -msgstr "" +msgstr "Rozpoczyna automatyczne odtwarzanie." #: redbot/cogs/audio/core/commands/player.py:563 msgid "You must be in the voice channel to use the autoplay command." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby użyć komendy autoplay." #: redbot/cogs/audio/core/commands/player.py:577 msgid "Couldn't get a valid track." -msgstr "" +msgstr "Nie można uzyskać prawidłowego utworu." #: redbot/cogs/audio/core/commands/player.py:583 #: redbot/cogs/audio/core/commands/player.py:713 @@ -1871,64 +1871,64 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:832 #: redbot/cogs/audio/core/commands/playlists.py:1862 msgid "Unable to Get Track" -msgstr "" +msgstr "Nie można dostać utworu" #: redbot/cogs/audio/core/commands/player.py:584 #: redbot/cogs/audio/core/commands/player.py:714 #: redbot/cogs/audio/core/commands/player.py:730 #: redbot/cogs/audio/core/commands/playlists.py:1863 msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę dostać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/commands/player.py:595 msgid "Auto play started." -msgstr "" +msgstr "Rozpoczęto automatyczne odtwarzanie." #: redbot/cogs/audio/core/commands/player.py:597 msgid "Adding a track to queue." -msgstr "" +msgstr "Dodawanie utworu do kolejki." #: redbot/cogs/audio/core/commands/player.py:603 #, docstring msgid "Pick a track with a search.\\n\\n Use `[p]search list ` to queue all tracks found on YouTube.\\n Use `[p]search sc ` will search SoundCloud instead of YouTube.\\n " -msgstr "" +msgstr "Wybierz utwór z wyszukiwaniem.\\n\\n Użyj listy wyszukiwania `[p]search list ` aby dodać wszystkie utwory znalezione w YouTube.\\n Użycie `[p]search ` przeszuka SoundCloud zamiast YouTube.\\n " #: redbot/cogs/audio/core/commands/player.py:650 #: redbot/cogs/audio/core/commands/player.py:659 #: redbot/cogs/audio/core/commands/player.py:665 #: redbot/cogs/audio/core/commands/player.py:676 msgid "Unable To Search For Tracks" -msgstr "" +msgstr "Nie można wyszukać utworów" #: redbot/cogs/audio/core/commands/player.py:677 msgid "You must be in the voice channel to enqueue tracks." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby kolejkować utwory." #: redbot/cogs/audio/core/commands/player.py:736 #: redbot/cogs/audio/core/commands/player.py:840 msgid "Nothing found." -msgstr "" +msgstr "Nic nie znaleziono." #: redbot/cogs/audio/core/commands/player.py:738 msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\\nThis may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." -msgstr "" +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\\nMoże to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." #: redbot/cogs/audio/core/commands/player.py:792 #: redbot/cogs/audio/core/commands/playlists.py:1502 msgid " {bad_tracks} tracks cannot be queued." -msgstr "" +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." #: redbot/cogs/audio/core/commands/player.py:798 msgid "Queued {num} track(s).{maxlength_msg}" -msgstr "" +msgstr "Zakolejkowano {num} utwory(ów).{maxlength_msg}" #: redbot/cogs/audio/core/commands/player.py:804 msgid "folder" -msgstr "" +msgstr "katalog" #: redbot/cogs/audio/core/commands/player.py:806 msgid "search" -msgstr "" +msgstr "szukaj" #: redbot/cogs/audio/core/commands/player.py:809 msgid "{time} until start of {type} playback: starts at #{position} in queue" @@ -1936,16 +1936,16 @@ msgstr "" #: redbot/cogs/audio/core/commands/player.py:833 msgid "I'm unable get a track from Lavalink at the moment,try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę dostać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/commands/player.py:842 msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\\nThis may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." -msgstr "" +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\\nMoże to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." #: redbot/cogs/audio/core/commands/playlists.py:38 #, 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\\n " -msgstr "" +msgstr "Opcje konfiguracji listy odtwarzania.\\n\\n Informacje na temat zakresu:\\n ​ ​ ​ ​ **Globalne**:\\n ​ ​ ​ ​ ​ ​ ​ ​ Widoczne dla wszystkich użytkowników tego bota.\\n ​ ​ ​ ​ ​ ​ ​ ​ Edycja tylko przez właściciela bota.\\n ​ ​ ​ ​ ** **Gildia**:\\n\\n ​ ​ ​ ​ ​ ​ ​ ​ Widoczne dla wszystkich użytkowników w tej gildii.\\n ​ ​ ​ ​ ​ ​ ​ ​ Edytowalne przez właściciela bota, właściciela gildii, administratorów gildii, modów gildii, rolę DJ i twórcę listy odtwarzania.\\n ​ ​ ​ ​ **Użytkownik**:\\n ​ ​ ​ ​ ​ ​ ​ ​ Widoczne dla wszystkich użytkowników botów, jeśli --author został pominięty.\\n ​ ​ ​ ​ ​ ​ ​ ​ Edytowalne przez właściciela bota i twórcę.\\n\\n " #: redbot/cogs/audio/core/commands/playlists.py:64 #, docstring @@ -1968,48 +1968,48 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1640 #: redbot/cogs/audio/core/commands/playlists.py:1947 msgid "Playlist Not Found" -msgstr "" +msgstr "Nie znaleziono listy odtwarzania" #: redbot/cogs/audio/core/commands/playlists.py:132 msgid "Could not find a track matching your query." -msgstr "" +msgstr "Nie można znaleźć utworu pasującego do Twojego zapytania." #: redbot/cogs/audio/core/commands/playlists.py:153 msgid "Skipping track" -msgstr "" +msgstr "Pomijanie utworu" #: redbot/cogs/audio/core/commands/playlists.py:154 msgid "{track} is already in {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{track} jest już w {playlist} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:159 #: redbot/cogs/audio/core/commands/playlists.py:201 msgid "Playlist limit reached: Could not add track." -msgstr "" +msgstr "Osiągnięto limit playlisty: Nie można dodać utworu." #: redbot/cogs/audio/core/commands/playlists.py:182 msgid "Track added" -msgstr "" +msgstr "Dodano utwór" #: redbot/cogs/audio/core/commands/playlists.py:183 msgid "{track} appended to {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{track} dołączono do {playlist} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:188 msgid "{num} tracks appended to {playlist} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{num} utwory dodane do {playlist} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:193 msgid "\\n{existing} {plural} already in the playlist and were skipped." -msgstr "" +msgstr "\\n{existing} {plural} już na liście odtwarzania i został(y) pominięty(e)." #: redbot/cogs/audio/core/commands/playlists.py:194 msgid "tracks are" -msgstr "" +msgstr "utwory są" #: redbot/cogs/audio/core/commands/playlists.py:194 msgid "track is" -msgstr "" +msgstr "utwór jest" #: redbot/cogs/audio/core/commands/playlists.py:197 #: redbot/cogs/audio/core/commands/playlists.py:607 @@ -2017,7 +2017,7 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1249 #: redbot/cogs/audio/core/commands/playlists.py:1962 msgid "Playlist Modified" -msgstr "" +msgstr "Lista odtwarzania zmodyfikowana" #: redbot/cogs/audio/core/commands/playlists.py:296 #: redbot/cogs/audio/core/commands/playlists.py:477 @@ -2028,20 +2028,20 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1617 #: redbot/cogs/audio/core/commands/playlists.py:1948 msgid "Could not match '{arg}' to a playlist." -msgstr "" +msgstr "Nie można dopasować '{arg}' do listy odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:315 #: redbot/cogs/audio/core/commands/playlists.py:322 msgid "the Global" -msgstr "" +msgstr "globalny" #: redbot/cogs/audio/core/commands/playlists.py:330 msgid "Playlist Copied" -msgstr "" +msgstr "Lista odtwarzania skopiowana" #: redbot/cogs/audio/core/commands/playlists.py:331 msgid "Playlist {name} (`{from_id}`) copied from {from_scope} to {to_scope} (`{to_id}`)." -msgstr "" +msgstr "Lista odtwarzania {name} (`{from_id}`) została skopiowana z {from_scope} do {to_scope} (`{to_id}`)." #: redbot/cogs/audio/core/commands/playlists.py:346 #, docstring @@ -2053,24 +2053,24 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1322 #: redbot/cogs/audio/core/commands/playlists.py:1929 msgid "Invalid Playlist Name" -msgstr "" +msgstr "Nieprawidłowa nazwa listy odtwarzania" #: redbot/cogs/audio/core/commands/playlists.py:400 #: redbot/cogs/audio/core/commands/playlists.py:1105 #: redbot/cogs/audio/core/commands/playlists.py:1323 #: redbot/cogs/audio/core/commands/playlists.py:1930 msgid "Playlist names must be a single word (up to 32 characters) and not numbers only." -msgstr "" +msgstr "Nazwy list odtwarzania muszą być pojedynczym słowem (do 32 znaków) i nie tylko liczbami." #: redbot/cogs/audio/core/commands/playlists.py:410 #: redbot/cogs/audio/core/commands/playlists.py:1137 #: redbot/cogs/audio/core/commands/playlists.py:1357 msgid "Playlist Created" -msgstr "" +msgstr "Lista odtwarzania utworzona" #: redbot/cogs/audio/core/commands/playlists.py:411 msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." -msgstr "" +msgstr "Utworzono pustą listę odtwarzania {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:424 #, docstring @@ -2079,11 +2079,11 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:495 msgid "Playlist Deleted" -msgstr "" +msgstr "Lista odtwarzania usunięta" #: redbot/cogs/audio/core/commands/playlists.py:496 msgid "{name} (`{id}`) [**{scope}**] playlist deleted." -msgstr "" +msgstr "Usunięto listę odtwarzania {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:512 #, docstring @@ -2092,16 +2092,16 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:608 msgid "Removed {track_diff} duplicated tracks from {name} (`{id}`) [**{scope}**] playlist." -msgstr "" +msgstr "Usunięto {track_diff} zduplikowanych utworów z listy odtwarzania {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:621 #: redbot/cogs/audio/core/commands/playlists.py:1708 msgid "Playlist Has Not Been Modified" -msgstr "" +msgstr "Lista odtwarzania nie została zmodyfikowana" #: redbot/cogs/audio/core/commands/playlists.py:622 msgid "{name} (`{id}`) [**{scope}**] playlist has no duplicate tracks." -msgstr "" +msgstr "{name} (`{id}`) [**{scope}**] nie ma duplikowanych utworów." #: redbot/cogs/audio/core/commands/playlists.py:643 #, docstring @@ -2110,15 +2110,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:710 msgid "That playlist has no tracks." -msgstr "" +msgstr "Ta lista odtwarzania nie ma utworów." #: redbot/cogs/audio/core/commands/playlists.py:751 msgid "This playlist is too large to be send in this server." -msgstr "" +msgstr "Ta lista odtwarzania jest zbyt duża, aby mogła zostać wysłana na tym serwerze." #: redbot/cogs/audio/core/commands/playlists.py:754 msgid "Playlist is too large, here is the compressed version." -msgstr "" +msgstr "Lista odtwarzania jest zbyt duża, oto wersja skompresowana." #: redbot/cogs/audio/core/commands/playlists.py:776 #, docstring @@ -2127,20 +2127,20 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:863 msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\\n" -msgstr "" +msgstr "Informacje o liście odtwarzania dla {playlist_name} (`{id}`) [**{scope}**]:\\n" #: redbot/cogs/audio/core/commands/playlists.py:867 msgid "Playlist info for {playlist_name} (`{id}`) [**{scope}**]:\\nURL: {url}" -msgstr "" +msgstr "Informacje o liście odtwarzania dla {playlist_name} (`{id}`) [**{scope}**]:\\nURL: {url}" #: redbot/cogs/audio/core/commands/playlists.py:880 #: redbot/cogs/audio/core/commands/playlists.py:1028 msgid "Unknown" -msgstr "" +msgstr "Nieznane" #: redbot/cogs/audio/core/commands/playlists.py:882 msgid "Page {page}/{pages} | Author: {author_name} | {num} track(s)" -msgstr "" +msgstr "Strona {page}/{pages} | Autor: {author_name} | {num} utwór(ów)" #: redbot/cogs/audio/core/commands/playlists.py:894 #, docstring @@ -2149,31 +2149,31 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:970 msgid "No saved playlists available in this server." -msgstr "" +msgstr "Brak zapisanych list odtwarzania dostępnych na tym serwerze." #: redbot/cogs/audio/core/commands/playlists.py:1004 msgid "No saved playlists for {scope} created by {author}." -msgstr "" +msgstr "Brak zapisanych list odtwarzania dla {scope} utworzonych przez {author}." #: redbot/cogs/audio/core/commands/playlists.py:1013 msgid "No saved playlists for {scope}." -msgstr "" +msgstr "Brak zapisanych list odtwarzania dla {scope}." #: redbot/cogs/audio/core/commands/playlists.py:1023 msgid "ID: {id}" -msgstr "" +msgstr "ID: {id}" #: redbot/cogs/audio/core/commands/playlists.py:1024 msgid "Tracks: {num}" -msgstr "" +msgstr "Utwory: {num}" #: redbot/cogs/audio/core/commands/playlists.py:1025 msgid "Author: {name}" -msgstr "" +msgstr "Autor: {name}" #: redbot/cogs/audio/core/commands/playlists.py:1030 msgid "Scope: {scope}\\n" -msgstr "" +msgstr "Zakres: {scope}\\n" #: redbot/cogs/audio/core/commands/playlists.py:1048 #, docstring @@ -2195,16 +2195,16 @@ msgstr "" #: redbot/cogs/audio/core/commands/queue.py:347 #: redbot/cogs/audio/core/commands/queue.py:355 msgid "There's nothing in the queue." -msgstr "" +msgstr "Niczego nie ma w kolejce." #: redbot/cogs/audio/core/commands/playlists.py:1138 msgid "Playlist {name} (`{id}`) [**{scope}**] saved from current queue: {num} tracks added." -msgstr "" +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zapisana z bieżącej kolejki: dodano {num} utworów." #: redbot/cogs/audio/core/commands/playlists.py:1144 #: redbot/cogs/audio/core/commands/playlists.py:1363 msgid "Playlist limit reached: Could not add {} tracks." -msgstr "" +msgstr "Osiągnięto limit playlisty: Nie można dodać {} utworów." #: redbot/cogs/audio/core/commands/playlists.py:1158 #, docstring @@ -2213,19 +2213,19 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1221 msgid "URL not in playlist." -msgstr "" +msgstr "Adres URL nie jest na liście odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:1232 msgid "No tracks left, removing playlist." -msgstr "" +msgstr "Brak utworów, usuwanie listy odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:1239 msgid "{num} entries have been removed from the playlist {playlist_name} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "{num} wpisów zostało usuniętych z listy odtwarzania {playlist_name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:1250 msgid "The track has been removed from the playlist: {playlist_name} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "Utwór został usunięty z listy odtwarzania: {playlist_name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:1268 #, docstring @@ -2234,15 +2234,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1358 msgid "Playlist {name} (`{id}`) [**{scope}**] saved: {num} tracks added." -msgstr "" +msgstr "Lista odtwarzania {name} (`{id}`) [**{scope}**] zapisana: dodano {num} utworów." #: redbot/cogs/audio/core/commands/playlists.py:1370 msgid "Playlist Couldn't Be Created" -msgstr "" +msgstr "Nie można utworzyć listy odtwarzania" #: redbot/cogs/audio/core/commands/playlists.py:1371 msgid "Unable to create your playlist." -msgstr "" +msgstr "Nie można utworzyć twojej listy odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:1388 #, docstring @@ -2251,15 +2251,15 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1438 msgid "You need the DJ role to start playing playlists." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby rozpocząć odtwarzanie list odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:1515 msgid "Playlist Enqueued" -msgstr "" +msgstr "Lista odtwarzania zakolejkowana" #: redbot/cogs/audio/core/commands/playlists.py:1516 msgid "{name} - (`{id}`) [**{scope}**]\\nAdded {num} tracks to the queue.{maxlength_msg}" -msgstr "" +msgstr "{name} - (`{id}`) [**{scope}**]\\nDodano {num} utworów do kolejki.{maxlength_msg}" #: redbot/cogs/audio/core/commands/playlists.py:1562 #, docstring @@ -2268,28 +2268,28 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1633 msgid "Invalid Playlist" -msgstr "" +msgstr "Nieprawidłowa playlista" #: redbot/cogs/audio/core/commands/playlists.py:1634 msgid "Custom playlists cannot be updated." -msgstr "" +msgstr "Niestandardowe listy odtwarzania nie mogą być aktualizowane." #: redbot/cogs/audio/core/commands/playlists.py:1675 msgid "Tracks removed" -msgstr "" +msgstr "Utwory usunięte" #: redbot/cogs/audio/core/commands/playlists.py:1677 #: redbot/cogs/audio/core/commands/playlists.py:1697 msgid "Page {page_num}/{total_pages}" -msgstr "" +msgstr "Strona {page_num}/{total_pages}" #: redbot/cogs/audio/core/commands/playlists.py:1695 msgid "Tracks added" -msgstr "" +msgstr "Dodano utwory" #: redbot/cogs/audio/core/commands/playlists.py:1709 msgid "No changes for {name} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "Brak zmian dla {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/commands/playlists.py:1719 #, docstring @@ -2298,27 +2298,27 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1776 msgid "Please upload the playlist file. Any other message will cancel this operation." -msgstr "" +msgstr "Proszę przesłać plik listy odtwarzania. Każda inna wiadomość spowoduje anulowanie tej operacji." #: redbot/cogs/audio/core/commands/playlists.py:1787 msgid "No file detected, try again later." -msgstr "" +msgstr "Nie wykryto pliku, spróbuj ponownie później." #: redbot/cogs/audio/core/commands/playlists.py:1794 msgid "Upload cancelled." -msgstr "" +msgstr "Przesyłanie anulowane." #: redbot/cogs/audio/core/commands/playlists.py:1798 msgid "Only Red playlist files can be uploaded." -msgstr "" +msgstr "Tylko pliki z Listy Odtwarzania Red mogą być przesłane." #: redbot/cogs/audio/core/commands/playlists.py:1804 msgid "Not a valid playlist file." -msgstr "" +msgstr "Nieprawidłowy plik listy odtwarzania." #: redbot/cogs/audio/core/commands/playlists.py:1816 msgid "This playlist is too large." -msgstr "" +msgstr "Ta playlista jest zbyt duża." #: redbot/cogs/audio/core/commands/playlists.py:1881 #, docstring @@ -2327,83 +2327,83 @@ msgstr "" #: redbot/cogs/audio/core/commands/playlists.py:1959 msgid "'{old}' playlist has been renamed to '{new}' (`{id}`) [**{scope}**]" -msgstr "" +msgstr "'{old}' zmieniono nazwę na '{new}' (`{id}`) [**{scope}**]" #: redbot/cogs/audio/core/commands/queue.py:34 #, docstring msgid "List the songs in the queue." -msgstr "" +msgstr "Lista piosenek w kolejce." #: redbot/cogs/audio/core/commands/queue.py:70 msgid "\\n Requested by: **{track.requester}**" -msgstr "" +msgstr "\\n Żądane przez: **{track.requester}**" #: redbot/cogs/audio/core/commands/queue.py:169 #, docstring msgid "Clears the queue." -msgstr "" +msgstr "Czyści kolejkę." #: redbot/cogs/audio/core/commands/queue.py:186 msgid "Unable To Clear Queue" -msgstr "" +msgstr "Nie można wyczyścić kolejki" #: redbot/cogs/audio/core/commands/queue.py:187 msgid "You need the DJ role to clear the queue." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby wyczyścić kolejkę." #: redbot/cogs/audio/core/commands/queue.py:191 msgid "Queue Modified" -msgstr "" +msgstr "Kolejka zmodyfikowana" #: redbot/cogs/audio/core/commands/queue.py:191 msgid "The queue has been cleared." -msgstr "" +msgstr "Kolejka została wyczyszczona." #: redbot/cogs/audio/core/commands/queue.py:196 #, docstring msgid "Removes songs from the queue if the requester is not in the voice channel." -msgstr "" +msgstr "Usuwa piosenki z kolejki, jeśli żądający nie jest w kanale głosowym." #: redbot/cogs/audio/core/commands/queue.py:213 msgid "Unable To Clean Queue" -msgstr "" +msgstr "Nie można wyczyścić kolejki" #: redbot/cogs/audio/core/commands/queue.py:214 msgid "You need the DJ role to clean the queue." -msgstr "" +msgstr "Potrzebujesz roli DJ, aby wyczyścić kolejkę." #: redbot/cogs/audio/core/commands/queue.py:226 #: redbot/cogs/audio/core/commands/queue.py:257 msgid "Removed 0 tracks." -msgstr "" +msgstr "Usunięto 0 utworów." #: redbot/cogs/audio/core/commands/queue.py:230 #: redbot/cogs/audio/core/commands/queue.py:261 msgid "Removed Tracks From The Queue" -msgstr "" +msgstr "Usunięto utwory z kolejki" #: redbot/cogs/audio/core/commands/queue.py:231 msgid "Removed {removed_tracks} tracks queued by members outside of the voice channel." -msgstr "" +msgstr "Usunięto {removed_tracks} utworów w kolejce przez członków spoza kanału głosowego." #: redbot/cogs/audio/core/commands/queue.py:239 #, docstring msgid "Removes all tracks you requested from the queue." -msgstr "" +msgstr "Usuwa wszystkie żądane przez ciebie utwory z kolejki." #: redbot/cogs/audio/core/commands/queue.py:262 msgid "Removed {removed_tracks} tracks queued by {member.display_name}." -msgstr "" +msgstr "Usunięto {removed_tracks} utworów w kolejce {member.display_name}." #: redbot/cogs/audio/core/commands/queue.py:269 #, docstring msgid "Search the queue." -msgstr "" +msgstr "Szukaj w kolejce." #: redbot/cogs/audio/core/commands/queue.py:291 #, docstring msgid "Shuffles the queue." -msgstr "" +msgstr "Losuj kolejkę." #: redbot/cogs/audio/core/commands/queue.py:303 #: redbot/cogs/audio/core/commands/queue.py:310 @@ -2413,13 +2413,13 @@ msgstr "" #: redbot/cogs/audio/core/commands/queue.py:346 #: redbot/cogs/audio/core/commands/queue.py:354 msgid "Unable To Shuffle Queue" -msgstr "" +msgstr "Nie można przetasować kolejki" #: redbot/cogs/audio/core/commands/queue.py:304 msgid "You need the DJ role to shuffle the queue." -msgstr "" +msgstr "Potrzebujesz roli DJ do przetasowania kolejki." #: redbot/cogs/audio/core/commands/queue.py:359 msgid "Queue has been shuffled." -msgstr "" +msgstr "Kolejka została przetasowana." diff --git a/redbot/cogs/audio/core/events/locales/pl-PL.po b/redbot/cogs/audio/core/events/locales/pl-PL.po index 63514077c..19e2b7752 100644 --- a/redbot/cogs/audio/core/events/locales/pl-PL.po +++ b/redbot/cogs/audio/core/events/locales/pl-PL.po @@ -17,91 +17,91 @@ msgstr "" #: redbot/cogs/audio/core/events/dpy.py:34 msgid "You have attempted to run Audio's Lavalink server on an unsupported architecture. Only settings related commands will be available." -msgstr "" +msgstr "Próbowałeś uruchomić serwer Audio Lavalink na nieobsługiwanej architekturze. Dostępne będą tylko komendy związane z ustawieniami." #: redbot/cogs/audio/core/events/dpy.py:70 msgid "No DJ role found. Disabling DJ mode." -msgstr "" +msgstr "Nie znaleziono roli DJ. Wyłączanie trybu DJ." #: redbot/cogs/audio/core/events/dpy.py:80 msgid "`{user_input}` is not a valid value for `{command}`" -msgstr "" +msgstr "`{user_input}` nie jest poprawną wartością dla `{command}`" #: redbot/cogs/audio/core/events/dpy.py:86 msgid "Unable To Parse Argument" -msgstr "" +msgstr "Nie można przeanalizować argumentu" #: redbot/cogs/audio/core/events/dpy.py:96 #: redbot/cogs/audio/core/events/dpy.py:104 msgid "Invalid Argument" -msgstr "" +msgstr "Nieprawidłowy argument" #: redbot/cogs/audio/core/events/dpy.py:97 msgid "The argument you gave for `{}` is not valid: I was expecting a `{}`." -msgstr "" +msgstr "Argument który podałeś dla `{}` jest nieprawidłowy: oczekiwałem/am `{}`." #: redbot/cogs/audio/core/events/dpy.py:114 msgid "Invalid Environment" -msgstr "" +msgstr "Nieprawidłowe środowisko" #: redbot/cogs/audio/core/events/dpy.py:115 msgid "Connection to Lavalink has been lost." -msgstr "" +msgstr "Połączenie z Lavalink zostało utracone." #: redbot/cogs/audio/core/events/dpy.py:123 msgid "No Player Available" -msgstr "" +msgstr "Brak dostępnego odtwarzacza" #: redbot/cogs/audio/core/events/dpy.py:124 msgid "The bot is not connected to a voice channel." -msgstr "" +msgstr "Bot nie jest podłączony do kanału głosowego." #: redbot/cogs/audio/core/events/dpy.py:132 #: redbot/cogs/audio/core/events/lavalink.py:83 msgid "Unable to Get Track" -msgstr "" +msgstr "Nie można pobrać utworu" #: redbot/cogs/audio/core/events/dpy.py:133 msgid "I'm unable to get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę pobrać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/events/lavalink.py:74 msgid "Couldn't get a valid track." -msgstr "" +msgstr "Nie można uzyskać prawidłowego utworu." #: redbot/cogs/audio/core/events/lavalink.py:84 msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę dostać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/events/lavalink.py:106 msgid "Auto Play started." -msgstr "" +msgstr "Automatyczne odtwarzanie rozpoczęte." #: redbot/cogs/audio/core/events/lavalink.py:121 msgid "Now Playing" -msgstr "" +msgstr "Teraz gram" #: redbot/cogs/audio/core/events/lavalink.py:123 msgid "Track length: {length} | Requested by: {user}" -msgstr "" +msgstr "Długość utworu: {length} | Żądany przez: {user}" #: redbot/cogs/audio/core/events/lavalink.py:144 msgid "Queue ended." -msgstr "" +msgstr "Kolejka zakończona." #: redbot/cogs/audio/core/events/lavalink.py:186 msgid "Multiple Errors Detected" -msgstr "" +msgstr "Wykryto wiele błędów" #: redbot/cogs/audio/core/events/lavalink.py:187 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 "" +msgstr "Zamykanie odtwarzacza audio z powodu wykrycia wielu błędów. Jeśli to się powtarza, poinformuj właściciela bota, ponieważ moduł Audio może być tymczasowo niedostępny." #: redbot/cogs/audio/core/events/lavalink.py:201 msgid "Track Stuck" -msgstr "" +msgstr "Zacięty utwór" #: redbot/cogs/audio/core/events/lavalink.py:206 msgid "Track Error" -msgstr "" +msgstr "Błąd utworu" diff --git a/redbot/cogs/audio/core/locales/pl-PL.po b/redbot/cogs/audio/core/locales/pl-PL.po index 9c567e141..390f2e000 100644 --- a/redbot/cogs/audio/core/locales/pl-PL.po +++ b/redbot/cogs/audio/core/locales/pl-PL.po @@ -18,5 +18,5 @@ msgstr "" #: redbot/cogs/audio/core/__init__.py:27 #, docstring msgid "Play audio through voice channels." -msgstr "" +msgstr "Odtwarzaj dźwięk przez kanały głosowe." diff --git a/redbot/cogs/audio/core/utilities/locales/pl-PL.po b/redbot/cogs/audio/core/utilities/locales/pl-PL.po index c1b5ad70d..5e518bfb5 100644 --- a/redbot/cogs/audio/core/utilities/locales/pl-PL.po +++ b/redbot/cogs/audio/core/utilities/locales/pl-PL.po @@ -17,95 +17,95 @@ msgstr "" #: redbot/cogs/audio/core/utilities/formatting.py:71 msgid "tracks" -msgstr "" +msgstr "utwory" #: redbot/cogs/audio/core/utilities/formatting.py:81 #: redbot/cogs/audio/core/utilities/formatting.py:253 msgid "Page {page_num}/{total_pages}" -msgstr "" +msgstr "Strona {page_num}/{total_pages}" #: redbot/cogs/audio/core/utilities/formatting.py:92 msgid "Connection to Lavalink has failed." -msgstr "" +msgstr "Połączenie z Lavalink nie powiodło się." #: redbot/cogs/audio/core/utilities/formatting.py:95 #: redbot/cogs/audio/core/utilities/player.py:543 #: redbot/cogs/audio/core/utilities/playlists.py:498 msgid "Please check your console or logs for details." -msgstr "" +msgstr "Sprawdź swoją konsolę lub logi w celu uzyskania szczegółów." #: redbot/cogs/audio/core/utilities/formatting.py:102 #: redbot/cogs/audio/core/utilities/playlists.py:527 msgid "Connect to a voice channel first." -msgstr "" +msgstr "Najpierw połącz się z kanałem głosowym." #: redbot/cogs/audio/core/utilities/formatting.py:105 #: redbot/cogs/audio/core/utilities/playlists.py:520 msgid "Connection to Lavalink has not yet been established." -msgstr "" +msgstr "Połączenie z Lavalink nie zostało jeszcze nawiązane." #: redbot/cogs/audio/core/utilities/formatting.py:111 #: redbot/cogs/audio/core/utilities/player.py:420 #: redbot/cogs/audio/core/utilities/player.py:491 msgid "Queue size limit reached." -msgstr "" +msgstr "Osiągnięto limit rozmiaru kolejki." #: redbot/cogs/audio/core/utilities/formatting.py:111 msgid "Unable To Play Tracks" -msgstr "" +msgstr "Nie można odtworzyć utworów" #: redbot/cogs/audio/core/utilities/formatting.py:147 #: redbot/cogs/audio/core/utilities/player.py:546 msgid "Track Enqueued" -msgstr "" +msgstr "Utwór zakolejkowany" #: redbot/cogs/audio/core/utilities/formatting.py:164 #: redbot/cogs/audio/core/utilities/player.py:514 msgid "This track is not allowed in this server." -msgstr "" +msgstr "Ten utwór nie jest dozwolony na tym serwerze." #: redbot/cogs/audio/core/utilities/formatting.py:175 #: redbot/cogs/audio/core/utilities/player.py:529 msgid "Track exceeds maximum length." -msgstr "" +msgstr "Utwór przekracza maksymalną długość." #: redbot/cogs/audio/core/utilities/formatting.py:185 #: redbot/cogs/audio/core/utilities/player.py:549 msgid "{time} until track playback: #{position} in queue" -msgstr "" +msgstr "{time} do odtwarzania utworu: #{position} w kolejce" #: redbot/cogs/audio/core/utilities/formatting.py:241 msgid "Tracks Found:" -msgstr "" +msgstr "Znalezione utwory:" #: redbot/cogs/audio/core/utilities/formatting.py:242 msgid "search results" -msgstr "" +msgstr "wyniki wyszukiwania" #: redbot/cogs/audio/core/utilities/formatting.py:244 msgid "Folders Found:" -msgstr "" +msgstr "Znaleziono foldery:" #: redbot/cogs/audio/core/utilities/formatting.py:245 msgid "local folders" -msgstr "" +msgstr "katalogi lokalne" #: redbot/cogs/audio/core/utilities/formatting.py:247 msgid "Files Found:" -msgstr "" +msgstr "Znalezione pliki:" #: redbot/cogs/audio/core/utilities/formatting.py:248 msgid "local tracks" -msgstr "" +msgstr "utwory lokalne" #: redbot/cogs/audio/core/utilities/formatting.py:346 #: redbot/cogs/audio/core/utilities/playlists.py:224 msgid "Unknown" -msgstr "" +msgstr "Nieznane" #: redbot/cogs/audio/core/utilities/formatting.py:347 msgid " - Name: <{pname}>\\n - Scope: < {scope} >\\n - ID: < {pid} >\\n - Tracks: < {ptracks} >\\n - Author: < {author} >\\n\\n" -msgstr "" +msgstr " - Nazwa: <{pname}>\\n - Zakres: < {scope} >\\n - ID: < {pid} >\\n - Utwory: < {ptracks} >\\n - Autor: < {author} >\\n\\n" #: redbot/cogs/audio/core/utilities/local_tracks.py:105 #: redbot/cogs/audio/core/utilities/player.py:223 @@ -113,74 +113,74 @@ msgstr "" #: redbot/cogs/audio/core/utilities/player.py:312 #: redbot/cogs/audio/core/utilities/player.py:596 msgid "Invalid Environment" -msgstr "" +msgstr "Nieprawidłowe środowisko" #: redbot/cogs/audio/core/utilities/local_tracks.py:105 msgid "No localtracks folder." -msgstr "" +msgstr "Brak folderu localtracks." #: redbot/cogs/audio/core/utilities/miscellaneous.py:48 msgid "Not enough {currency}" -msgstr "" +msgstr "Za mało {currency}" #: redbot/cogs/audio/core/utilities/miscellaneous.py:49 msgid "{required_credits} {currency} required, but you have {bal}." -msgstr "" +msgstr "{required_credits} {currency} wymagane, lecz Ty masz {bal}." #: redbot/cogs/audio/core/utilities/player.py:74 msgid "music in {} servers" -msgstr "" +msgstr "grane na {} serwerach" #: redbot/cogs/audio/core/utilities/player.py:132 #: redbot/cogs/audio/core/utilities/player.py:136 #: redbot/cogs/audio/core/utilities/player.py:141 msgid "There's nothing in the queue." -msgstr "" +msgstr "Niczego nie ma w kolejce." #: redbot/cogs/audio/core/utilities/player.py:138 msgid "Currently livestreaming {track}" -msgstr "" +msgstr "Aktualnie streamowane: {track}" #: redbot/cogs/audio/core/utilities/player.py:143 msgid "{time} left on {track}" -msgstr "" +msgstr "Pozostało {time} dla {track}" #: redbot/cogs/audio/core/utilities/player.py:151 #: redbot/cogs/audio/core/utilities/player.py:186 msgid "Track Skipped" -msgstr "" +msgstr "Utwór pominięty" #: redbot/cogs/audio/core/utilities/player.py:164 msgid "Track number must be equal to or greater than 1." -msgstr "" +msgstr "Wartość musi być równa lub większa od 1." #: redbot/cogs/audio/core/utilities/player.py:170 msgid "There are only {queuelen} songs currently queued." -msgstr "" +msgstr "Obecnie jest tylko {queuelen} utworów w kolejce." #: redbot/cogs/audio/core/utilities/player.py:176 msgid "{skip_to_track} Tracks Skipped" -msgstr "" +msgstr "Pominięto {skip_to_track} utworów" #: redbot/cogs/audio/core/utilities/player.py:224 msgid "The owner needs to set the Spotify client ID and Spotify client secret, before Spotify URLs or codes can be used. \\nSee `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Właściciel musi ustawić identyfikator ID klienta Spotify i sekretny klucz klienta Spotify, zanim będzie można użyć adresów URL lub kodów Spotify. \\nZobacz instrukcje `{prefix}audioset spotifyapi`." #: redbot/cogs/audio/core/utilities/player.py:234 msgid "The owner needs to set the YouTube API key before Spotify URLs or codes can be used.\\nSee `{prefix}audioset youtubeapi` for instructions." -msgstr "" +msgstr "Właściciel musi ustawić klucz API YouTube zanim będzie można użyć adresów URL lub kodów Spotify.\\nZobacz `{prefix}audioset youtubeapi` dla dalszych instrukcji." #: redbot/cogs/audio/core/utilities/player.py:243 #: redbot/cogs/audio/core/utilities/player.py:344 #: redbot/cogs/audio/core/utilities/playlists.py:562 msgid "Unable To Get Tracks" -msgstr "" +msgstr "Nie można pobrać utworów" #: redbot/cogs/audio/core/utilities/player.py:244 #: redbot/cogs/audio/core/utilities/player.py:345 #: redbot/cogs/audio/core/utilities/playlists.py:563 msgid "Wait until the playlist has finished loading." -msgstr "" +msgstr "Poczekaj, aż lista odtwarzania zakończy ładowanie." #: redbot/cogs/audio/core/utilities/player.py:255 #: redbot/cogs/audio/core/utilities/player.py:294 @@ -188,7 +188,7 @@ msgstr "" #: redbot/cogs/audio/core/utilities/playlists.py:573 #: redbot/cogs/audio/core/utilities/playlists.py:603 msgid "Nothing found." -msgstr "" +msgstr "Nic nie znaleziono." #: redbot/cogs/audio/core/utilities/player.py:258 #: redbot/cogs/audio/core/utilities/player.py:296 @@ -196,7 +196,7 @@ msgstr "" #: redbot/cogs/audio/core/utilities/playlists.py:575 #: redbot/cogs/audio/core/utilities/playlists.py:605 msgid "Track is not playable." -msgstr "" +msgstr "Utwór nie jest odtwarzalny." #: redbot/cogs/audio/core/utilities/player.py:259 #: redbot/cogs/audio/core/utilities/player.py:297 @@ -204,7 +204,7 @@ msgstr "" #: redbot/cogs/audio/core/utilities/playlists.py:576 #: redbot/cogs/audio/core/utilities/playlists.py:606 msgid "**{suffix}** is not a fully supported format and some tracks may not play." -msgstr "" +msgstr "**{suffix}** nie jest w pełni obsługiwanym formatem i niektóre utwory mogą nie być odtwarzane." #: redbot/cogs/audio/core/utilities/player.py:286 #: redbot/cogs/audio/core/utilities/player.py:374 @@ -213,7 +213,7 @@ msgstr "" #: redbot/cogs/audio/core/utilities/playlists.py:594 #: redbot/cogs/audio/core/utilities/playlists.py:620 msgid "Unable to Get Track" -msgstr "" +msgstr "Nie można pobrać utworu" #: redbot/cogs/audio/core/utilities/player.py:287 #: redbot/cogs/audio/core/utilities/player.py:375 @@ -221,245 +221,245 @@ msgstr "" #: redbot/cogs/audio/core/utilities/playlists.py:595 #: redbot/cogs/audio/core/utilities/playlists.py:621 msgid "I'm unable get a track from Lavalink at the moment, try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę dostać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/utilities/player.py:313 msgid "The Spotify API key or client secret has not been set properly. \\nUse `{prefix}audioset spotifyapi` for instructions." -msgstr "" +msgstr "Klucz Spotify API lub sekret klienta nie zostały poprawnie ustawione. \\nUżyj `{prefix}audioset spotifyapi` dla dalszych instrukcji." #: redbot/cogs/audio/core/utilities/player.py:332 msgid "Unable To Find Tracks" -msgstr "" +msgstr "Nie można znaleźć utworów" #: redbot/cogs/audio/core/utilities/player.py:333 msgid "This doesn't seem to be a supported Spotify URL or code." -msgstr "" +msgstr "Wygląda na to, że nie jest to obsługiwany adres URL lub kod Spotify." #: redbot/cogs/audio/core/utilities/player.py:361 msgid "{query} is not an allowed query." -msgstr "" +msgstr "{query} nie jest dozwolonym zapytaniem." #: redbot/cogs/audio/core/utilities/player.py:394 msgid "Local tracks will not work if the `Lavalink.jar` cannot see the track.\\nThis may be due to permissions or because Lavalink.jar is being run in a different machine than the local tracks." -msgstr "" +msgstr "Lokalne utwory nie będą działać, jeśli `Lavalink.jar` nie może zobaczyć ścieżki.\\nMoże to być spowodowane uprawnieniami lub Lavalink.jar jest uruchamiany w innej maszynie niż lokalne utwory." #: redbot/cogs/audio/core/utilities/player.py:454 msgid " {bad_tracks} tracks cannot be queued." -msgstr "" +msgstr " {bad_tracks} utworów nie może zostać zakolejkowane." #: redbot/cogs/audio/core/utilities/player.py:460 msgid "No Title" -msgstr "" +msgstr "Brak tytułu" #: redbot/cogs/audio/core/utilities/player.py:466 msgid "Playlist Enqueued" -msgstr "" +msgstr "Lista odtwarzania zakolejkowana" #: redbot/cogs/audio/core/utilities/player.py:469 msgid "Added {num} tracks to the queue.{maxlength_msg}" -msgstr "" +msgstr "Dodano {num} utworów do kolejki.{maxlength_msg}" #: redbot/cogs/audio/core/utilities/player.py:475 msgid "{time} until start of playlist playback: starts at #{position} in queue" -msgstr "" +msgstr "{time} do rozpoczęcia odtwarzania listy odtwarzania: zaczyna się od #{position} w kolejce" #: redbot/cogs/audio/core/utilities/player.py:540 msgid "Nothing found" -msgstr "" +msgstr "Nic nie znaleziono" #: redbot/cogs/audio/core/utilities/player.py:570 msgid "Please wait, finding tracks..." -msgstr "" +msgstr "Proszę czekać, wyszukiwanie utworów..." #: redbot/cogs/audio/core/utilities/player.py:576 msgid "Getting track {num}/{total}..." -msgstr "" +msgstr "Pobieranie utworu {num}/{total}..." #: redbot/cogs/audio/core/utilities/player.py:577 msgid "Matching track {num}/{total}..." -msgstr "" +msgstr "Pasujących utworów {num}/{total}..." #: redbot/cogs/audio/core/utilities/player.py:578 #: redbot/cogs/audio/core/utilities/playlists.py:325 #: redbot/cogs/audio/core/utilities/playlists.py:398 msgid "Loading track {num}/{total}..." -msgstr "" +msgstr "Ładowanie utworu {num}/{total}..." #: redbot/cogs/audio/core/utilities/player.py:579 msgid "Approximate time remaining: {seconds}" -msgstr "" +msgstr "Pozostały przybliżony czas: {seconds}" #: redbot/cogs/audio/core/utilities/player.py:604 msgid "I'm unable get a track from Lavalink at the moment,try again in a few minutes." -msgstr "" +msgstr "W tej chwili nie mogę dostać utworu z Lavalinka, spróbuj ponownie za kilka minut." #: redbot/cogs/audio/core/utilities/player.py:613 msgid "The connection was reset while loading the playlist." -msgstr "" +msgstr "Połączenie zostało zresetowane podczas ładowania listy odtwarzania." #: redbot/cogs/audio/core/utilities/playlists.py:67 msgid "You do not have the permissions to manage {name} (`{id}`) [**{scope}**]." -msgstr "" +msgstr "Nie masz uprawnień do zarządzania {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/utilities/playlists.py:85 msgid "You do not have the permissions to manage that playlist in {guild}." -msgstr "" +msgstr "Nie masz uprawnień do zarządzania tą listą odtwarzania w {guild}." #: redbot/cogs/audio/core/utilities/playlists.py:92 msgid "You do not have the permissions to manage playlist owned by {user}." -msgstr "" +msgstr "Nie masz uprawnień do zarządzania listą odtwarzania będącą własnością {user}." #: redbot/cogs/audio/core/utilities/playlists.py:96 msgid "You do not have the permissions to manage playlists in {scope} scope." -msgstr "" +msgstr "Nie masz uprawnień do zarządzania listami odtwarzania w zakresie {scope}." #: redbot/cogs/audio/core/utilities/playlists.py:100 msgid "No access to playlist." -msgstr "" +msgstr "Brak dostępu do listy odtwarzania." #: redbot/cogs/audio/core/utilities/playlists.py:208 msgid "{match_count} playlists match {original_input}: Please try to be more specific, or use the playlist ID." -msgstr "" +msgstr "{match_count} playlist pasuje do {original_input}: Spróbuj być bardziej szczegółowym lub użyć ID playlisty." #: redbot/cogs/audio/core/utilities/playlists.py:225 msgid "{number}. <{playlist.name}>\\n - Scope: < {scope} >\\n - ID: < {playlist.id} >\\n - Tracks: < {tracks} >\\n - Author: < {author} >\\n\\n" -msgstr "" +msgstr "{number}. <{playlist.name}>\\n - Zakres: < {scope} >\\n - ID: < {playlist.id} >\\n - Utwory: < {tracks} >\\n - Autor: < {author} >\\n\\n" #: redbot/cogs/audio/core/utilities/playlists.py:242 msgid "{playlists} playlists found, which one would you like?" -msgstr "" +msgstr "Znaleziono {playlists} list odtwarzania. Którą z nich chcesz?" #: redbot/cogs/audio/core/utilities/playlists.py:261 #: redbot/cogs/audio/core/utilities/playlists.py:267 msgid "Too many matches found and you did not select which one you wanted." -msgstr "" +msgstr "Znaleziono zbyt wiele dopasowań i nie wybrałeś/aś których potrzebujesz." #: redbot/cogs/audio/core/utilities/playlists.py:292 msgid "Playlists you can access in this server:" -msgstr "" +msgstr "Listy odtwarzania dostępne na tym serwerze:" #: redbot/cogs/audio/core/utilities/playlists.py:298 msgid "Playlists for {scope}:" -msgstr "" +msgstr "Listy odtwarzania dla {scope}:" #: redbot/cogs/audio/core/utilities/playlists.py:302 msgid "Page {page_num}/{total_pages} | {num} playlists." -msgstr "" +msgstr "Strona {page_num}/{total_pages} | {num} list odtwarzania." #: redbot/cogs/audio/core/utilities/playlists.py:318 #: redbot/cogs/audio/core/utilities/playlists.py:396 msgid "Please wait, adding tracks..." -msgstr "" +msgstr "Proszę czekać, dodawanie utworów..." #: redbot/cogs/audio/core/utilities/playlists.py:345 #: redbot/cogs/audio/core/utilities/playlists.py:445 msgid "Empty playlist {name} (`{id}`) [**{scope}**] created." -msgstr "" +msgstr "Utworzono pustą listę odtwarzania {name} (`{id}`) [**{scope}**]." #: redbot/cogs/audio/core/utilities/playlists.py:350 #: redbot/cogs/audio/core/utilities/playlists.py:450 msgid "Added {num} tracks from the {playlist_name} playlist. {num_bad} track(s) could not be loaded." -msgstr "" +msgstr "Dodano {num} utworów z listy odtwarzania {playlist_name}. {num_bad} utwór(ów) nie mógł/mogły zostać załadowane." #: redbot/cogs/audio/core/utilities/playlists.py:355 #: redbot/cogs/audio/core/utilities/playlists.py:455 msgid "Added {num} tracks from the {playlist_name} playlist." -msgstr "" +msgstr "Dodano {num} utworów z listy odtwarzania {playlist_name}." #: redbot/cogs/audio/core/utilities/playlists.py:359 #: redbot/cogs/audio/core/utilities/playlists.py:459 msgid "Playlist Saved" -msgstr "" +msgstr "Lista odtwarzania zapisana" #: redbot/cogs/audio/core/utilities/playlists.py:495 msgid "Connection to Lavalink has failed" -msgstr "" +msgstr "Połączenie z Lavalink nie powiodło się" #: redbot/cogs/audio/core/utilities/playlists.py:509 #: redbot/cogs/audio/core/utilities/playlists.py:519 #: redbot/cogs/audio/core/utilities/playlists.py:526 #: redbot/cogs/audio/core/utilities/playlists.py:539 msgid "Unable To Get Playlists" -msgstr "" +msgstr "Nie można pobrać list odtwarzania" #: redbot/cogs/audio/core/utilities/playlists.py:510 msgid "I don't have permission to connect to your channel." -msgstr "" +msgstr "Nie mam uprawnień, aby połączyć się z twoim kanałem." #: redbot/cogs/audio/core/utilities/playlists.py:540 msgid "You must be in the voice channel to use the playlist command." -msgstr "" +msgstr "Musisz być na kanale głosowym, aby użyć komendy listy odtwarzania." #: redbot/cogs/audio/core/utilities/playlists.py:643 msgid "the Global" -msgstr "" +msgstr "globalny" #: redbot/cogs/audio/core/utilities/playlists.py:643 msgid "Global" -msgstr "" +msgstr "Globalny" #: redbot/cogs/audio/core/utilities/playlists.py:645 msgid "the Server" -msgstr "" +msgstr "serwer" #: redbot/cogs/audio/core/utilities/playlists.py:645 msgid "Server" -msgstr "" +msgstr "Serwer" #: redbot/cogs/audio/core/utilities/playlists.py:647 msgid "the User" -msgstr "" +msgstr "użytkownik" #: redbot/cogs/audio/core/utilities/playlists.py:647 msgid "User" -msgstr "" +msgstr "Użytkownik" #: redbot/cogs/audio/core/utilities/queue.py:36 msgid "__Too many songs in the queue, only showing the first 500__.\\n\\n" -msgstr "" +msgstr "__Zbyt wiele piosenek w kolejce, pokazuję tylko pierwsze 500__.\\n\\n" #: redbot/cogs/audio/core/utilities/queue.py:53 msgid "**Currently livestreaming:**\\n" -msgstr "" +msgstr "**Aktualnie streamowane:**\\n" #: redbot/cogs/audio/core/utilities/queue.py:55 #: redbot/cogs/audio/core/utilities/queue.py:60 msgid "Requested by: **{user}**" -msgstr "" +msgstr "Żądane przez: **{user}**" #: redbot/cogs/audio/core/utilities/queue.py:58 msgid "Playing: " -msgstr "" +msgstr "Aktualnie gram: " #: redbot/cogs/audio/core/utilities/queue.py:72 msgid "requested by **{user}**\\n" -msgstr "" +msgstr "żądane przez **{user}**\\n" #: redbot/cogs/audio/core/utilities/queue.py:76 msgid "Queue for __{guild_name}__" -msgstr "" +msgstr "Kolejka dla __{guild_name}__" #: redbot/cogs/audio/core/utilities/queue.py:83 msgid "Page {page_num}/{total_pages} | {num_tracks} tracks, {num_remaining} remaining\\n" -msgstr "" +msgstr "Strona {page_num}/{total_pages} | {num_tracks} utworów, pozostało {num_remaining}\\n" #: redbot/cogs/audio/core/utilities/queue.py:92 msgid "Auto-Play" -msgstr "" +msgstr "Autoodtwarzanie" #: redbot/cogs/audio/core/utilities/queue.py:98 msgid "Shuffle" -msgstr "" +msgstr "Losowo" #: redbot/cogs/audio/core/utilities/queue.py:104 msgid "Repeat" -msgstr "" +msgstr "Powtarzanie" #: redbot/cogs/audio/core/utilities/queue.py:156 msgid "Matching Tracks:" -msgstr "" +msgstr "Pasujące utwory:" #: redbot/cogs/audio/core/utilities/queue.py:159 msgid "Page {page_num}/{total_pages} | {num_tracks} tracks" -msgstr "" +msgstr "Strona {page_num}/{total_pages} | {num_tracks} utworów" diff --git a/redbot/cogs/bank/locales/pl-PL.po b/redbot/cogs/bank/locales/pl-PL.po index 5ead705a2..ad3a2cea2 100644 --- a/redbot/cogs/bank/locales/pl-PL.po +++ b/redbot/cogs/bank/locales/pl-PL.po @@ -32,11 +32,11 @@ msgstr "" #: redbot/cogs/bank/bank.py:62 msgid "Global" -msgstr "" +msgstr "Globalny" #: redbot/cogs/bank/bank.py:62 msgid "Server" -msgstr "" +msgstr "Serwer" #: redbot/cogs/bank/bank.py:67 msgid "Bank settings:\\n\\nBank name: {bank_name}\\nBank scope: {bank_scope}\\nCurrency: {currency_name}\\nDefault balance: {default_balance}\\nMaximum allowed balance: {maximum_bal}\\n" diff --git a/redbot/cogs/cleanup/locales/af-ZA.po b/redbot/cogs/cleanup/locales/af-ZA.po index 89cce0014..4d338edcf 100644 --- a/redbot/cogs/cleanup/locales/af-ZA.po +++ b/redbot/cogs/cleanup/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ar-SA.po b/redbot/cogs/cleanup/locales/ar-SA.po index 534af92fd..02a700021 100644 --- a/redbot/cogs/cleanup/locales/ar-SA.po +++ b/redbot/cogs/cleanup/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/bg-BG.po b/redbot/cogs/cleanup/locales/bg-BG.po index 2b80927e6..ca76300fe 100644 --- a/redbot/cogs/cleanup/locales/bg-BG.po +++ b/redbot/cogs/cleanup/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ca-ES.po b/redbot/cogs/cleanup/locales/ca-ES.po index a5eefe63c..d514e3866 100644 --- a/redbot/cogs/cleanup/locales/ca-ES.po +++ b/redbot/cogs/cleanup/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/cs-CZ.po b/redbot/cogs/cleanup/locales/cs-CZ.po index 6d4eaa9a3..66266ee42 100644 --- a/redbot/cogs/cleanup/locales/cs-CZ.po +++ b/redbot/cogs/cleanup/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Příkazy k čištění zpráv." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Opravdu chcete odstranit {number} zpráv? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Zrušeno." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Odstranit zprávy." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "Odstraní poslední X zpráv odpovídající zadanému textu.\\n\\n Příklad:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Nezapomeňte použít dvojité uvozovky.\\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "Odstranit poslední X zprávy od zadaného uživatele.\\n\\n Příklady:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "Odstranit všechny zprávy po zadané zprávě.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\n " -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Zpráva nenalezena." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "Odstraní X zprávy před zadanou zprávou.\\n\\n Pro získání zprávy id povolte vývojářský režim v\\n nastavení Discordu, záložka 'vzhled'. Pak klikněte pravým tlačítkem myši na zprávu\\n a zkopírujte její id.\\n " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "Odstranit zprávy mezi zprávami první a druhou zprávou, které poskytují ID zpráv.\\n\\n První ID zprávy by mělo být starší a druhá novější.\\n\\n Příklad:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "Odstranit poslední X zpráv.\\n\\n Příklad:\\n `[p]cleanup messages 26`\\n " -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Vyčistií příkazy a zprávy od bota." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "Smaže duplicitní zprávy v kanálu z posledních X zpráv a uchovává pouze jednu kopii.\\n\\n Výchozí nastavení je 50.\\n " diff --git a/redbot/cogs/cleanup/locales/da-DK.po b/redbot/cogs/cleanup/locales/da-DK.po index c5ac9411e..89b6c5e54 100644 --- a/redbot/cogs/cleanup/locales/da-DK.po +++ b/redbot/cogs/cleanup/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/de-DE.po b/redbot/cogs/cleanup/locales/de-DE.po index c92c7ffa3..65a8cdd87 100644 --- a/redbot/cogs/cleanup/locales/de-DE.po +++ b/redbot/cogs/cleanup/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Befehle um mehrere Nachrichten zu löschen." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Bist du dir sicher, dass du {number} Nachrichten löschen möchtest? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Abgebrochen." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Nachrichten löschen." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "Löscht die letzten X Nachrichten, die einem bestimmten Text entsprechen.\\n\\n Beispiel:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Bitte denke daran, amerikanische Anführungszeichen zu nutzen.\\n \\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "Lösche die letzten X Nachrichten von einem bestimmten Mitglied.\\n\\n Beispiele:\\n `[p]cleanup user @Twentysix 2`\\n `[p]cleanup user Red 6`\\n " -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "Alle Nachrichten nach einer bestimmten Nachricht werden gelöscht.\\n\\n Um die Nachrichten-ID zu bekommen, musst den Entwicklermodus in Discord aktivieren. Navigiere dazu in die Einstellungen zum „Aussehen“-Tab. Klicke danach mit der rechten Maustaste auf die gewünschte Nachricht und kopiere die ID.\\n " -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Nachricht nicht gefunden." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "Löscht X Nachrichten vor einer bestimmten Nachricht.\\n\\n Um die Nachrichten-ID zu bekommen, musst den Entwicklermodus in Discord aktivieren. Navigiere dazu in die Einstellungen zum „Aussehen“-Tab. Klicke danach mit der rechten Maustaste auf die gewünschte Nachricht und kopiere die ID.\\n " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "Löscht die Nachrichten zwischen zwei Nachrichten.\\n\\n Die erste Nachrichten-ID sollte die ältere Nachricht sein und die zweite Nachrichten-ID die neuere.\\n\\n Beispiel:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "Lösche die letzten X Nachrichten.\\n\\n Beispiel:\\n `[p]cleanup messages 26`\\n " -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Entfernt Nachrichten, welche von dem Bot stammen, oder Befehle sind." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "Nachrichten des Bots bereinigen.\\n\\n Standardmäßig werden alle Nachrichten gelöscht. Wenn ein drittes Argument angegeben ist,\\n wird es für Pattern-Matching verwendet - nur Nachrichten mit dem angegebenen Text werden gelöscht.\\n " -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "Löscht doppelte Nachrichten im Kanal aus den letzten X-Nachrichten und behält nur eine Kopie. \\n \\n Der Standardwert ist 50. \\n " diff --git a/redbot/cogs/cleanup/locales/el-GR.po b/redbot/cogs/cleanup/locales/el-GR.po index f37e1fb7f..0f13b72f0 100644 --- a/redbot/cogs/cleanup/locales/el-GR.po +++ b/redbot/cogs/cleanup/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/es-ES.po b/redbot/cogs/cleanup/locales/es-ES.po index 37652e98f..bee1dd039 100644 --- a/redbot/cogs/cleanup/locales/es-ES.po +++ b/redbot/cogs/cleanup/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Comandos para limpiar mensajes." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Estas seguro que quieres borrar {number} mensajes? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Cancelado." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Borrar mensajes." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Mensaje no encontrado." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/fi-FI.po b/redbot/cogs/cleanup/locales/fi-FI.po index f05fe0eb0..00d590c75 100644 --- a/redbot/cogs/cleanup/locales/fi-FI.po +++ b/redbot/cogs/cleanup/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/fr-FR.po b/redbot/cogs/cleanup/locales/fr-FR.po index b103504f7..3789adfab 100644 --- a/redbot/cogs/cleanup/locales/fr-FR.po +++ b/redbot/cogs/cleanup/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -20,66 +20,66 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Commandes pour supprimer des messages." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Êtes vous sûr de supprimer {number} messages ? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Annulé." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Supprime les messages." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "Supprime les X derniers messages correspondant au texte spécifié.\\n\\n Exemple :\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n N'oubliez pas d'utiliser des guillemets.\\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "Supprime les X derniers messages d'un utilisateur spécifié.\\n\\n Exemples :\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "Supprimer tous les messages après un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\n" " " -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Message introuvable." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "Supprime X messages avant un message spécifié.\\n\\n Pour obtenir l'Id d'un message, activez le mode développeur\\n dans l'onglet \"Apparence\" des paramètres de Discord.\\n Ensuite faites clic droit sur un message et\\n \"Copier l'identifiant\"\n" " " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "Supprimez les messages entre deux messages, en fournissant l'ID des messages.\\n\\n Le premier ID de message doit être l'ancien message et le second le plus récent.\\n\\n Exemple :\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "Supprime les X derniers messages.\\n\\n Exemple :\\n `[p]cleanup messages 26`\\n " -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Supprime les messages de commandes et les messages venant du bot." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "Nettoyer les messages envoyé par le bot.\\n\\n Par défaut, tous les messages sont nettoyés. Si un troisième argument est spécifié,\\n il est utilisé pour le pattern matching - seuls les messages contenant le texte donné seront supprimés.\\n " -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "Supprime les messages dupliqués dans le salon des X derniers messages et ne conserve qu'une seule copie.\\n\\n Par défaut à 50.\\n " diff --git a/redbot/cogs/cleanup/locales/he-IL.po b/redbot/cogs/cleanup/locales/he-IL.po index 282206547..09af7c00b 100644 --- a/redbot/cogs/cleanup/locales/he-IL.po +++ b/redbot/cogs/cleanup/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/hu-HU.po b/redbot/cogs/cleanup/locales/hu-HU.po index ca5045db2..a1104fb12 100644 --- a/redbot/cogs/cleanup/locales/hu-HU.po +++ b/redbot/cogs/cleanup/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/id-ID.po b/redbot/cogs/cleanup/locales/id-ID.po index 854ae00f7..50f51c329 100644 --- a/redbot/cogs/cleanup/locales/id-ID.po +++ b/redbot/cogs/cleanup/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Dibatalkan." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Pesan tidak ditemukan." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/it-IT.po b/redbot/cogs/cleanup/locales/it-IT.po index 3cbd93f03..6ce88c189 100644 --- a/redbot/cogs/cleanup/locales/it-IT.po +++ b/redbot/cogs/cleanup/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Messaggio non trovato." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ja-JP.po b/redbot/cogs/cleanup/locales/ja-JP.po index fa515ffb8..8d80437e7 100644 --- a/redbot/cogs/cleanup/locales/ja-JP.po +++ b/redbot/cogs/cleanup/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ko-KR.po b/redbot/cogs/cleanup/locales/ko-KR.po index 8f1692761..da8037535 100644 --- a/redbot/cogs/cleanup/locales/ko-KR.po +++ b/redbot/cogs/cleanup/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "취소되었어요." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "메세지를 찾을 수 없어요." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/nl-NL.po b/redbot/cogs/cleanup/locales/nl-NL.po index 631d587ef..35077e3df 100644 --- a/redbot/cogs/cleanup/locales/nl-NL.po +++ b/redbot/cogs/cleanup/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Commands voor het opschonen van berichten." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Weet je zeker dat je {number} berichten wilt verwijderen? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Geannuleerd." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Verwijder berichten." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Bericht niet gevonden." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Verwijder commands en berichten van de bot." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/no-NO.po b/redbot/cogs/cleanup/locales/no-NO.po index 005791a3d..4691f9cab 100644 --- a/redbot/cogs/cleanup/locales/no-NO.po +++ b/redbot/cogs/cleanup/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/pl-PL.po b/redbot/cogs/cleanup/locales/pl-PL.po index 1c4d23a1b..a4f495643 100644 --- a/redbot/cogs/cleanup/locales/pl-PL.po +++ b/redbot/cogs/cleanup/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Anulowane." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Usuń wiadomości." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Nie ma takiej wiadomości." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/pt-BR.po b/redbot/cogs/cleanup/locales/pt-BR.po index ca4b2bfab..337edff70 100644 --- a/redbot/cogs/cleanup/locales/pt-BR.po +++ b/redbot/cogs/cleanup/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Cancelado." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Mensagem não encontrada." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/pt-PT.po b/redbot/cogs/cleanup/locales/pt-PT.po index 1b180503a..f5786691d 100644 --- a/redbot/cogs/cleanup/locales/pt-PT.po +++ b/redbot/cogs/cleanup/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ro-RO.po b/redbot/cogs/cleanup/locales/ro-RO.po index b5cbf99f5..5d44f5896 100644 --- a/redbot/cogs/cleanup/locales/ro-RO.po +++ b/redbot/cogs/cleanup/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/ru-RU.po b/redbot/cogs/cleanup/locales/ru-RU.po index 347e42c85..41e6cf1be 100644 --- a/redbot/cogs/cleanup/locales/ru-RU.po +++ b/redbot/cogs/cleanup/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Команды для очистки сообщений." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "Вы уверены, что хотите удалить {number} сообщений? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Отменено." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Удалить сообщения." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "Удалить последние X сообщений с соответствующим текстом.\\n\\n Пример:\\n `[p]cleanup text \\\"тест\\\" 5`\\n\\n Не забывайте использовать двойные кавычки.\\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "Удалить последние X сообщений от указанного пользователя.\\n\\n Пример:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Сообщение не найдено." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "Удаляет X сообщений перед указанным сообщением.\\n\\n Для получения идентификатора сообщения, включить режим разработчика во вкладке\\n в настройках Discord. Затем щелкните правой кнопкой мыши на сообщении\\n и скопируйте его идентификатор.\\n " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Очистить командные сообщения и сообщения от бота." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/sk-SK.po b/redbot/cogs/cleanup/locales/sk-SK.po index 45eb22bcc..767c18272 100644 --- a/redbot/cogs/cleanup/locales/sk-SK.po +++ b/redbot/cogs/cleanup/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/sr-SP.po b/redbot/cogs/cleanup/locales/sr-SP.po index a24c912f5..5f847e024 100644 --- a/redbot/cogs/cleanup/locales/sr-SP.po +++ b/redbot/cogs/cleanup/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/sv-SE.po b/redbot/cogs/cleanup/locales/sv-SE.po index 0236aacbe..314cf88c8 100644 --- a/redbot/cogs/cleanup/locales/sv-SE.po +++ b/redbot/cogs/cleanup/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "Avbruten." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Meddelandet kunde inte hittas." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/tr-TR.po b/redbot/cogs/cleanup/locales/tr-TR.po index 353fc2b7a..0eb5288e1 100644 --- a/redbot/cogs/cleanup/locales/tr-TR.po +++ b/redbot/cogs/cleanup/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "Mesajları silmek için komutlar." -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "{number} iletileri silmek istediğinizden emin misiniz? (e/h)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "İptal." -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "Mesajları sil." -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "Belirtilen mesajla eşleşen X sayı da mesajı siler.\\n\\n Örneğin:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n Çift tırnak kullanmayı unutmayın.\\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "Belirtilen kullanıcının X sayı da mesajını siler.\\n\\n Örneğin:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "Belirtilen mesajdan sonra gelen tüm mesajları siler.\\n\\n Mesaj ID'sini alabilmek için Discord ayarlarından\\n , 'appearance' sekmesindeki developer modunu açın. Sonra istediğiniz mesaja sağ tıklayıp ID alabilirsiniz.\\n " -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "Mesaj bulunamadı." -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "Belirtilen mesajdan önce bulunan X sayı da mesajı siler.\\n\\n Mesaj ID'sini alabilmek için Discord ayarlarından\\n , 'appearance' sekmesindeki developer modunu açın. Sonra istediğiniz mesaja sağ tıklayıp ID alabilirsiniz.\\n " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "Belirttiğiniz iki mesaj arasındaki tüm mesajları siler.\\n\\n İlk mesaj ID'si eski, ikinci mesaj ID'si yeni gönderilmiş olan mesaj olmalıdır.\\n\\n Örneğin:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "X sayı da son mesajları siler.\\n\\n Örneğin:\\n `[p]cleanup messages 26`\\n " -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "Komut mesajlarını ve mesajları bottan temizleyin." -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "Botun sahip olduğu mesajları temizleyin. Varsayılan olarak, tüm iletiler temizlenir.\\n " -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "Kanaldaki yinelenen mesajları son X mesajından siler ve yalnızca bir kopyasını tutar.\\n\\n Varsayılan değeri 50.\\n " diff --git a/redbot/cogs/cleanup/locales/uk-UA.po b/redbot/cogs/cleanup/locales/uk-UA.po index 4a72c67ae..40f621024 100644 --- a/redbot/cogs/cleanup/locales/uk-UA.po +++ b/redbot/cogs/cleanup/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/vi-VN.po b/redbot/cogs/cleanup/locales/vi-VN.po index a89591b61..d55c3b7ef 100644 --- a/redbot/cogs/cleanup/locales/vi-VN.po +++ b/redbot/cogs/cleanup/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/zh-CN.po b/redbot/cogs/cleanup/locales/zh-CN.po index 01d88fd99..67cd5faf0 100644 --- a/redbot/cogs/cleanup/locales/zh-CN.po +++ b/redbot/cogs/cleanup/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/zh-HK.po b/redbot/cogs/cleanup/locales/zh-HK.po index 3209ddb98..2316028a9 100644 --- a/redbot/cogs/cleanup/locales/zh-HK.po +++ b/redbot/cogs/cleanup/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "" diff --git a/redbot/cogs/cleanup/locales/zh-TW.po b/redbot/cogs/cleanup/locales/zh-TW.po index 022096790..3970d612b 100644 --- a/redbot/cogs/cleanup/locales/zh-TW.po +++ b/redbot/cogs/cleanup/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -20,64 +20,64 @@ msgstr "" msgid "Commands for cleaning up messages." msgstr "刪除訊息的命令。" -#: redbot/cogs/cleanup/cleanup.py:42 +#: redbot/cogs/cleanup/cleanup.py:46 msgid "Are you sure you want to delete {number} messages? (y/n)" msgstr "您確定要刪除{number}則訊息嗎? (y/n)" -#: redbot/cogs/cleanup/cleanup.py:56 +#: redbot/cogs/cleanup/cleanup.py:60 msgid "Cancelled." msgstr "已取消。" -#: redbot/cogs/cleanup/cleanup.py:116 +#: redbot/cogs/cleanup/cleanup.py:120 #, docstring msgid "Delete messages." msgstr "刪除訊息。" -#: redbot/cogs/cleanup/cleanup.py:125 +#: redbot/cogs/cleanup/cleanup.py:129 #, 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 " msgstr "刪除與指定文字相符的最後X條訊息。\\n\\n 範例:\\n `[p]cleanup text \\\"test\\\" 5`\\n\\n 請記得使用雙引號。\\n " -#: redbot/cogs/cleanup/cleanup.py:174 +#: redbot/cogs/cleanup/cleanup.py:178 #, 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 " msgstr "刪除指定使用者的最後X條訊息。\\n\\n 範例:\\n `[p]cleanup user @​Twentysix 2`\\n `[p]cleanup user Red 6`\\n " -#: redbot/cogs/cleanup/cleanup.py:237 +#: redbot/cogs/cleanup/cleanup.py:241 #, 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 " msgstr "刪除指定訊息後的所有訊息。\\n\\n 要取得訊息ID的話,請在Discord的設定中點選“外觀”標籤,\\n 並在\"進階\"中啟用\"開發者模式\"。 然後右鍵點選一條訊息\\n 並點選複製ID。\\n " -#: redbot/cogs/cleanup/cleanup.py:250 redbot/cogs/cleanup/cleanup.py:289 +#: redbot/cogs/cleanup/cleanup.py:254 redbot/cogs/cleanup/cleanup.py:293 msgid "Message not found." msgstr "未找到訊息。" -#: redbot/cogs/cleanup/cleanup.py:276 +#: redbot/cogs/cleanup/cleanup.py:280 #, docstring msgid "Deletes X messages before 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 " msgstr "刪除指定訊息前的X則訊息。\\n\\n 要取得訊息ID的話,請在Discord的設定中點選“外觀”標籤,\\n 並在\"進階\"中啟用\"開發者模式\"。 然後右鍵點選一條訊息\\n 並點選複製ID。\\n " -#: redbot/cogs/cleanup/cleanup.py:316 +#: redbot/cogs/cleanup/cleanup.py:320 #, docstring msgid "Delete the messages between Messsage 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 " msgstr "提供訊息ID來刪除兩則訊息之間的訊息。\\n\\n 第一個訊息ID應該是較早的訊息,第二個訊息ID應該是較新的訊息。\\n\\n 範例:\\n `[p]cleanup between 123456789123456789 987654321987654321`\\n " -#: redbot/cogs/cleanup/cleanup.py:357 +#: redbot/cogs/cleanup/cleanup.py:361 #, docstring msgid "Delete the last X messages.\\n\\n Example:\\n `[p]cleanup messages 26`\\n " msgstr "刪除最後的X訊息。\\n\\n 範例:\\n `[p]cleanup messages 26`\\n " -#: redbot/cogs/cleanup/cleanup.py:389 +#: redbot/cogs/cleanup/cleanup.py:393 #, docstring msgid "Clean up command messages and messages from the bot." msgstr "清理命令訊息和來自機器人的訊息。" -#: redbot/cogs/cleanup/cleanup.py:469 +#: redbot/cogs/cleanup/cleanup.py:473 #, docstring msgid "Clean up messages owned by the bot.\\n\\n By default, all messages are cleaned. If a third argument is specified,\\n it is used for pattern matching - only messages containing the given text will be deleted.\\n " msgstr "" -#: redbot/cogs/cleanup/cleanup.py:539 +#: redbot/cogs/cleanup/cleanup.py:543 #, docstring msgid "Deletes duplicate messages in the channel from the last X messages and keeps only one copy.\\n\\n Defaults to 50.\\n " msgstr "從最新的X則訊息中刪除的重複訊息,僅保留一則訊息。\\n\\n 預設是50。\\n " diff --git a/redbot/cogs/customcom/locales/af-ZA.po b/redbot/cogs/customcom/locales/af-ZA.po index 74fce68fc..bfcc9a66c 100644 --- a/redbot/cogs/customcom/locales/af-ZA.po +++ b/redbot/cogs/customcom/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: af_ZA\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ar-SA.po b/redbot/cogs/customcom/locales/ar-SA.po index 2c60105b0..03af91b3c 100644 --- a/redbot/cogs/customcom/locales/ar-SA.po +++ b/redbot/cogs/customcom/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ar_SA\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/bg-BG.po b/redbot/cogs/customcom/locales/bg-BG.po index 973ec5b20..3a236862f 100644 --- a/redbot/cogs/customcom/locales/bg-BG.po +++ b/redbot/cogs/customcom/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: bg_BG\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ca-ES.po b/redbot/cogs/customcom/locales/ca-ES.po index f9c8c363b..ecd7f50f1 100644 --- a/redbot/cogs/customcom/locales/ca-ES.po +++ b/redbot/cogs/customcom/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ca_ES\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/cs-CZ.po b/redbot/cogs/customcom/locales/cs-CZ.po index 9b37253f0..a7de226d8 100644 --- a/redbot/cogs/customcom/locales/cs-CZ.po +++ b/redbot/cogs/customcom/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: cs_CZ\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "Vítejte v interaktivním náhodném {cc} tvůrci!\\nKaždá zpráva, kterou odešlete, bude přidána jako jedna z náhodných odpovědí pro výběr od okamžiku, kdy bude tato {cc} spuštěna. Chcete-li ukončit toto interaktivní menu, zadejte `{quit}`" -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Přidat náhodnou odpověď:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Chcete vytvořit 'náhodný' vlastní příkaz? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "Vypršel časový limit odpovědi, opakujte akci později." -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Jakou odpověď chcete?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Vytvoří příkazy používané k zobrazení textu." -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Správa vlastních příkazů." -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "Vlastní příkaz byl zrušen." -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Vlastní příkaz byl úspěšně přidán." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Tento příkaz neexistuje." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "{} musí být jeden z {}" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Tento příkaz neexistuje. Použijte `{command}` pro jeho přidání." -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Vlastní příkaz byl úspěšně upraven." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "Na tomto serveru nejsou žádné vlastní příkazy. Použij `{command}` pro začátek přidávání." -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "Seznam vlastních příkazů" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "Strana {num}/{total}" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "Nemohu najít tento vlastní příkaz." -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "Náhodně" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "Normální" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "Odpovědi:\\n" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "Příliš mnoho argumentů!" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/da-DK.po b/redbot/cogs/customcom/locales/da-DK.po index e3e7f1db8..7849a6bb5 100644 --- a/redbot/cogs/customcom/locales/da-DK.po +++ b/redbot/cogs/customcom/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: da_DK\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "Velkommen til den interaktive tilfældigheds {cc} skaber!\\nHver besked som du sender vil blive tilføjet som et af de tilfældige svar at vælge imellem så snart {cc} er aktiveret. For at afslutte denne interaktive menu, skriv `{quit}`" -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Tilføj et tilfældig svar:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Vil du skabe en \"tilfældigt\" brugerdefineret kommando? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Hvilket svar vil du have?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Skab kommandoer brugt til at fremvise tekst." -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Brugerdefineret kommando håndtering." -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/de-DE.po b/redbot/cogs/customcom/locales/de-DE.po index ccfc0add1..4d4d939af 100644 --- a/redbot/cogs/customcom/locales/de-DE.po +++ b/redbot/cogs/customcom/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,219 +15,223 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: de_DE\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "**Hier kannst du einen zufälligen „{cc}“ Befehl erstellen.**\\nJede von dir gesendete Nachricht wird als eine der zufälligen Antworten hinzugefügt, aus denen dann zufällig gewählt wird, sobald dieser „{cc}“ ausgeführt wird. Um dieses interaktive Menü zu beenden, schreibe: `{quit}`." -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Füge eine zufällige Antwort hinzu:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "Zufällige Antworten müssen die gleichen Argumente aufweisen!" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Möchtest du einen 'zufälligen' benutzerdefinierten Befehl erstellen? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "Zeitüberschreitung bei der Antwort, versuche es später erneut." -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Welche Reaktion willst du?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Erstellt Befehle, die vorgefertigte Texte ausgeben." -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Verwalte die benutzerdefinierten Befehle." -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." -msgstr "Erhalte die exakte Antwort auf einen Customcommand um die korrekte Markdown-Form zu erhalten.\\n \\n Das is besonders beim copy/pasten (Kopieren und Einfügen) hilfreich." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." +msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "Antwort #{num}/{total}" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "Antwort #{num}/{total}:\\n{raw}" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "Durchsucht Customcommands." -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "Keine Ergebnisse gefunden." -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "Suchergebnisse" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "Folgendes wurde gefunden:" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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 "Erstelle einen benutzerdefinierten Befehl.\\n\\n Wenn keine Art für den benutzerdefinierten Befehl spezifiziert wurde, wird ein einfacher benutzerdefinierter Befehl erstellt.\\n Benutzerdefinierte Befehle können auch mit Argumenten erweitert werden. Siehe diese Anleitung:\\n [Dokumentation](https://docs.discord.red/en/stable/cog_customcom.html).\\n " -#: redbot/cogs/customcom/customcom.py:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "Erstelle einen benutzerdefinierten Befehl der eine zufällige Antwort ausgibt!\\n\\n Anmerkung: Dieser Befehl ist interaktiv.\\n " -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "Benutzerdefinierte Befehle dürfen keine Leerzeichen enthalten." -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "Es existiert bereits ein Befehl des Bots mit diesem Namen." -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "Der Vorgang, zum Erstellen eines benutzedefinierten Befehls, wurde abgebrochen." -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Benutzerdefinierter Befehl erfolgreich hinzugefügt." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "Dieser Befehl ist bereits vorhanden. Verwende `{command}` um ihn zu editieren." -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "Füge einen einfachen benutzerdefinierten Befehl hinzu.\\n\\n Beispiel:\\n - `[p]customcom create simple Befehlname Dein gewünschter Text`\\n " -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "Festlegen, editieren oder abrufen der Abklingzeit für einen benutzerdefinierten Befehl.\\n\\n Du kannst Abklingzeiten pro Benutzer, Kanal oder Gilde einstellen.\\n Mehrere Abklingzeiten können gesetzt werden. Alle Abklingzeiten\\n müssen abgelaufen sein um den benutzerdefinierten Befehl\\n aufrufen zu können.\\n\\n Beispiel:\\n - `[p]customcom cooldown deinBefehl 30`\n" " " -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Dieser Befehl existiert nicht." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "Ein {} darf diesen Befehl alle {} Sekunden aufrufen" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "Dieser Befehl hat keine Abklingzeit." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "{} muss einer von {} sein" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "Abklingzeit des benutzerdefinierten Befehls erfolgreich bearbeitet." -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Dieser Befehl existiert nicht. Verwende `{command}`, um ihn hinzuzufügen." -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "Lösche einen benutzerdefinierten Befehl.\\n\\n Beispiel:\\n - `[p]customcom delete deinBefehl`\\n " -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Benutzerdefinierter Befehl erfolgreich gelöscht." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "Bearbeite einen benutzerdefinierten Befehl.\\n\\n Beispiel:\\n - `[p]customcom edit deinBefehl dein gewünschter Text`\\n " -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Benutzerdefinierter Befehl erfolgreich bearbeitet." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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 "Listet alle verfügbaren benutzerdefinierten Befehle auf.\\n\\n Die Liste zeigt eine Vorschau der einzelnen Befehlsantworten,\\n mit escaped Markdown und Zeilenumbrüche durch Leerzeichen ersetzt.\\n " -#: redbot/cogs/customcom/customcom.py:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "Es existieren keine benutzerdefinierten Befehle auf diesem Server. Verwende `{command}`, um welche hinzuzufügen." -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "Liste der benutzerdefinierten Befehle" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "Seite {num}/{total}" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "Zeigt die Einstellungen und alle Antworten eines benutzerdefinierten Befehls an." -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "Ich konnte diesen benutzerdefinierten Befehl nicht finden." -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "Zufall" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "Befehl: {command_name}\\nAutor: {author}\\nErstellt: {created_at}\\nTyp: {type}\\n" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "Cooldown:\\n" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "{num} Sekunden pro {period}\\n" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "Antworten:\\n" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "Zu viele Argumente!" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "Argumente müssen sequentiell sein. Fehlende Argumente: " -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "Widersprüchliche Doppelpunkt Schreibweise für Argument {index}: \\\"{name1}\\\" und \\\"{name2}\\\"." diff --git a/redbot/cogs/customcom/locales/el-GR.po b/redbot/cogs/customcom/locales/el-GR.po index adcf597ce..728d2cd97 100644 --- a/redbot/cogs/customcom/locales/el-GR.po +++ b/redbot/cogs/customcom/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: el_GR\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/es-ES.po b/redbot/cogs/customcom/locales/es-ES.po index 219689fb6..442bc8fd7 100644 --- a/redbot/cogs/customcom/locales/es-ES.po +++ b/redbot/cogs/customcom/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: es_ES\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Agrega una respuesta aleatoria:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "¿Qué tipo de respuesta quieres?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Comando personalizado añadido satifactoriamente." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Este comando no existe." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Comando personalizado eliminado satifactoriamente." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Comando personalizado editado con éxito." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/fi-FI.po b/redbot/cogs/customcom/locales/fi-FI.po index c151d7f17..b510f2599 100644 --- a/redbot/cogs/customcom/locales/fi-FI.po +++ b/redbot/cogs/customcom/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: fi_FI\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/fr-FR.po b/redbot/cogs/customcom/locales/fr-FR.po index 2d3b02fa8..2d706815b 100644 --- a/redbot/cogs/customcom/locales/fr-FR.po +++ b/redbot/cogs/customcom/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: fr_FR\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "Bienvenue sur le générateur interactif aléatoire {cc}  !\\nChaque message que vous envoyez sera ajouté comme l'une des réponses aléatoires à choisir une fois que ce {cc} sera déclenché. Pour quitter ce menu interactif, tapez `{quit}`" -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Ajouter une réponse aléatoire :" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "Les réponses aléatoires doivent prendre les mêmes arguments !" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Voulez-vous créer une commande personnalisée 'aléatoire' ? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "Requête expirée, veuillez réessayer ultérieurement." -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Quelle réponse voulez-vous ?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Crée des commandes utilisées pour afficher du texte." -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Gestion des commandes personnalisées." -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." -msgstr "Obtenir la réponse brute d'une commande personnalisée, pour obtenir le markdown approprié.\\n \\n Ceci est utile pour copier et coller." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." +msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "Réponse #{num}/{total}" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "Réponse #{num}/{total}:\\n{raw}" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "Rechercher à travers les commandes personnalisées, selon la requête." -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "Aucune correspondance proche n'a été trouvée." -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "Résultats de la recherche" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "Les correspondances suivantes ont été trouvées:" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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 "Créer des commandes personnalisées.\\n\\n Si un type n'est pas spécifié, une CP simple sera créée.\\n Les CPs peuvent être améliorées avec des arguments, voir le guide\\n [here](https://docs. iscord.red/fr/stable/cog_customcom.html).\\n " -#: redbot/cogs/customcom/customcom.py:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "Créer une commande personnalisée qui choisira aléatoirement une réponse !\\n\\n Note : cette commande est interactive.\\n " -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "Les noms de commandes personnalisées ne peuvent pas contenir d'espaces." -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "Il existe déjà une commande du bot avec le même nom." -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "Processus de commande personnalisée annulé." -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Commande personnalisée ajoutée avec succès." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "Cette commande existe déjà. Utilisez `{command}` pour la modifier." -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "Ajouter une commande personnalisée simple.\\n\\n Exemple :\\n - `[p]customcom create simple votre_commande Texte_que_vous_voulez`\\n " -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "Définissez, modifiez ou visualisez le cooldown pour une commande personnalisée.\\n\\n Vous pouvez définir des cooldowns par membre, salon ou serveur. Plusieurs\\n cooldowns peuvent être réglés. Tous les cooldowns doivent être terminés pour appeler la fonction de\\n commande personnalisée.\\n\\n Exemple :\\n - `[p]customcom cooldown yourcommand 30`\\n " -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Cette commande n'existe pas." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "Un {} peut appeler cette commande toutes les {} secondes" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "Cette commande n'a pas de cooldown." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "{} doit être l'un des {}" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "Le cooldown de commande personnalisé a été modifié avec succès." -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Cette commande n'existe pas. Utilisez `{command}` pour l'ajouter." -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "Supprimer une commande personnalisée.\\n\\n Exemple:\\n - `[p]customcom delete votre_commande`\\n " -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "La commande personnalisée a été supprimée avec succès." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "Modifier une commande personnalisée.\\n\\n Exemple :\\n - `[p]customcom edit votre_commande Texte_que_vous_voulez`\\n " -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Commande personnalisée modifiée avec succès." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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 "Énumérez toutes les commandes personnalisées disponibles.\\n\\n La liste affiche un aperçu de la réponse de chaque commande, avec\\n le code markdown affiché et les nouvelles lignes remplacées par des espaces.\\n " -#: redbot/cogs/customcom/customcom.py:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "Il n'y a pas de commandes personnalisées dans ce serveur. Utilisez `{command}` pour commencer à en ajouter." -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "Liste de commandes personnalisées" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "Page {num}/{total}" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "Affiche les réponses d'une commande personnalisée et ses paramètres." -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "Je n'ai pas pu trouver cette commande personnalisée." -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "Aléatoire" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "Commande : {command_name}\\nAuteur : {author}\\nCréé le : {created_at}\\nType : {type}\\n" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "Cooldowns :\\n" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "{num} secondes par {period}\\n" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "Réponses :\\n" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "Trop d'arguments !" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "Les arguments doivent être séquentiels. Arguments manquants : " -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "Entrée de deux points contradictoire pour l'argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." diff --git a/redbot/cogs/customcom/locales/he-IL.po b/redbot/cogs/customcom/locales/he-IL.po index 883b632ba..3458a6544 100644 --- a/redbot/cogs/customcom/locales/he-IL.po +++ b/redbot/cogs/customcom/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: he_IL\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/hu-HU.po b/redbot/cogs/customcom/locales/hu-HU.po index 10c64a29c..ca9ad6391 100644 --- a/redbot/cogs/customcom/locales/hu-HU.po +++ b/redbot/cogs/customcom/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: hu_HU\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/id-ID.po b/redbot/cogs/customcom/locales/id-ID.po index ad4001951..85fb81e3a 100644 --- a/redbot/cogs/customcom/locales/id-ID.po +++ b/redbot/cogs/customcom/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: id_ID\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Tambahkan tanggapan acak:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Tanggapan apa yang anda inginkan?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Perintah kustom berhasil ditambahkan." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Perintah tersebut tidak ada." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Perintah kustom berhasil dihapus." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Perintah kustom berhasil diubah." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/it-IT.po b/redbot/cogs/customcom/locales/it-IT.po index ed303c0dd..76dfbc91b 100644 --- a/redbot/cogs/customcom/locales/it-IT.po +++ b/redbot/cogs/customcom/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: it_IT\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Aggiungere una risposta casuale:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Quale risposta vuoi?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Comando personalizzato aggiunto con successo." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Tale comando non esiste." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Comando personalizzato eliminato correttamente." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Comando personalizzato modificato con successo." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ja-JP.po b/redbot/cogs/customcom/locales/ja-JP.po index 24f45fe1b..8e06773fc 100644 --- a/redbot/cogs/customcom/locales/ja-JP.po +++ b/redbot/cogs/customcom/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ja_JP\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ko-KR.po b/redbot/cogs/customcom/locales/ko-KR.po index 5ddd25d54..2b8d41ee1 100644 --- a/redbot/cogs/customcom/locales/ko-KR.po +++ b/redbot/cogs/customcom/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ko_KR\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "등록된 랜덤 대답 리스트 :" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "어떤 대답을 원해요?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "커스텀 커맨드가 성공적으로 추가됐어요." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "해당 커맨드는 추가되어 있지 않아요." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "커스텀 커맨드가 성공적으로 삭제됐어요." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "커스텀 커맨드가 성공적으로 수정됐어요." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/nl-NL.po b/redbot/cogs/customcom/locales/nl-NL.po index 17456c69c..8bb79079b 100644 --- a/redbot/cogs/customcom/locales/nl-NL.po +++ b/redbot/cogs/customcom/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: nl_NL\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Voer een willekeurig antwoord in:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/no-NO.po b/redbot/cogs/customcom/locales/no-NO.po index dcc073f6d..88f68a378 100644 --- a/redbot/cogs/customcom/locales/no-NO.po +++ b/redbot/cogs/customcom/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: no_NO\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/pl-PL.po b/redbot/cogs/customcom/locales/pl-PL.po index 5d869d62f..f4c4ae1ea 100644 --- a/redbot/cogs/customcom/locales/pl-PL.po +++ b/redbot/cogs/customcom/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: pl_PL\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/pt-BR.po b/redbot/cogs/customcom/locales/pt-BR.po index e84b60a76..bb1011107 100644 --- a/redbot/cogs/customcom/locales/pt-BR.po +++ b/redbot/cogs/customcom/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: pt_BR\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/pt-PT.po b/redbot/cogs/customcom/locales/pt-PT.po index 0311d463c..c47e4baee 100644 --- a/redbot/cogs/customcom/locales/pt-PT.po +++ b/redbot/cogs/customcom/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: pt_PT\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ro-RO.po b/redbot/cogs/customcom/locales/ro-RO.po index ddecb594e..6ce9ae90b 100644 --- a/redbot/cogs/customcom/locales/ro-RO.po +++ b/redbot/cogs/customcom/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ro_RO\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/ru-RU.po b/redbot/cogs/customcom/locales/ru-RU.po index e9ca6e9ea..bcbde6d65 100644 --- a/redbot/cogs/customcom/locales/ru-RU.po +++ b/redbot/cogs/customcom/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: ru_RU\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "Добро пожаловать в интерактивный случайных {cc} созданий!\\nКаждое отправленное тобой сообщение будет добавлено в качестве одного из ответов по выбору после срабатывания {cc} . Чтобы выйти из интерактивного меню, введите `{quit}`" -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Добавить случайный ответ:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "Случайные ответы должны принимать те же аргументы!" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Вы хотите создать 'произвольную' пользовательскую команду? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "Время ответа истекло, повторите попытку позже." -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Какой ответ вы хотите?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Создает команды, используемые для отображения текста." -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Управление пользовательскими командами." -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." -msgstr "Получите сырый ответ на пользовательскую команду, чтобы получить соответствующую разметку.\\n \\n Это полезно для копирования и вставки." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." +msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "Ответ #{num}/{total}" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "Ответ #{num}/{total}:\\n{raw}" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "Поиск по пользовательским командам, по запросу." -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "Ничего не найдено." -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "Результаты поиска" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "Названия пользовательских комманд не могут срдержать пробелов." -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "Уже существует команда бота с таким же именем." -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "Процесс создание ползовательской комманды отменено." -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Пользовательская команда успешно добавлена." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "Эта команда уже существует. Используйте `{command}` для редактирования." -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Такой команды не существует." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "{} может вызывать эту команду каждые {} секунд" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "Эта команда не имеет времени восстановления." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "{} должен быть одним из {}" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "Время восстановления пользовательской команды успешно отредактировано." -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Эта команда не существует. Используйте `{command}`, чтобы добавить ее." -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Пользовательская команда успешно удалена." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Пользовательская команда успешно отредактирована." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "На этом сервере нет пользовательских команд. Используйте `{command}`, чтобы начать добавлять некоторые." -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "Список пользовательских команд" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "Страница {num}/{total}" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "Я не смог найти эту пользовательскую команду." -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "Случайно" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "Обычный" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "Команда: {command_name}\\nАвтор: {author}\\nСоздано: {created_at}\\nТип: {type}\\n" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "Кулдаун:\\n" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "{num} секунд в {period}\\n" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "Ответы:\\n" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "Слишком много аргументов!" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "Аргументы должны быть последовательными. Отсутствующие аргументы: " -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "Конфликт среди аргументов {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." diff --git a/redbot/cogs/customcom/locales/sk-SK.po b/redbot/cogs/customcom/locales/sk-SK.po index bb8c8251e..6a64e8df8 100644 --- a/redbot/cogs/customcom/locales/sk-SK.po +++ b/redbot/cogs/customcom/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: sk_SK\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/sr-SP.po b/redbot/cogs/customcom/locales/sr-SP.po index 47b479cfd..ed296e738 100644 --- a/redbot/cogs/customcom/locales/sr-SP.po +++ b/redbot/cogs/customcom/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: sr_SP\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/sv-SE.po b/redbot/cogs/customcom/locales/sv-SE.po index a9b482ac7..26e071424 100644 --- a/redbot/cogs/customcom/locales/sv-SE.po +++ b/redbot/cogs/customcom/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: sv_SE\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Lägg till ett slumpmässigt svar:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "Vilket svar vill du ha?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Det anpassade kommandot har lagts till." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Det kommandot finns inte." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Det anpassade kommandot är nu borttaget." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Det anpassade kommandot har nu ändrats." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/tr-TR.po b/redbot/cogs/customcom/locales/tr-TR.po index 399e3d6de..724c78587 100644 --- a/redbot/cogs/customcom/locales/tr-TR.po +++ b/redbot/cogs/customcom/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: tr_TR\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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 "Interaktif rastgele {cc} oluşturucuya hoşgeldiniz. \\nGönderdiğiniz her mesaj {cc} kullanıldığında rastgele cevap olarak gönderilecek. Bu menü den çıkmak için `{quit}` yazın." -#: redbot/cogs/customcom/customcom.py:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "Rastgele yanıt ekle" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "Rastgele yanıtlar aynı argümanları almalı." -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "Rastgeleleştirilmiş özel komut oluşturmak ister misiniz? (y/n)" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "İstek zaman aşımına uğradı, lütfen daha sonra tekrar deneyin" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "İstediğin yanıt nedir?" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "Yazı gösterecek komutlar oluşturur" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "Özel komut yönetimi" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "Yanıt #{num}/{total}" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "Yanıt #{num}/{total}:\\n{raw}" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "Sorguya göre özel komutlar aracılığıyla arama yapar." -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "Eşleşmeler bulunamadı." -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "Arama sonuçları" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "Aşağıdaki eşleşmeler bulundu:" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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 "Özel komut oluşturun.\\n\\n Eğer komut uzun geliyorsa sadece cc komutunu kullanarak komut oluştrabilirsiniz.\\n Buradan kılavuza bakabilirsiniz \\n [bura](https://docs.discord.red/en/stable/cog_customcom.html).\\n " -#: redbot/cogs/customcom/customcom.py:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "Rastgele cevap verecek özel komut oluşturur.\\n\\n Not: Bu komut interaktiftir..\\n " -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "Özel komut adlarında boşluk olamaz." -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "Bu isimle bir komut zaten bulunmakta." -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "Özel komut işlemi iptal edildi." -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "Özel komut başarıyla eklendi." -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "Bu komut zaten bulunuyor. Değiştirmek için `{command}` yazın." -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "Basit özel komut ekler.\\n\\n Örneğin:\\n - `[p]customcom create simple senin_komutun İstediğiniz yazı`\\n " -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "Bu komut için bekleme süresini görün, düzenleyin.\\n\\n Bu bekleme sürelerini kullanıcı, kanal veya sunucu bazında ayarlayabilirsiniz. Birden çok\\n bekleme süresi ayarlanabilir. Bekleme süreleri\\n özel komut başına ayarlanmalıdır.\\n\\n örneğin:\\n - `[p]customcom cooldown senin_komutun 30`\\n " -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "Bu komut var gibi görünmüyor." -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "{} kişisi bu komutu {} saniye de bir çalıştırabilir." -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "Bu komutun bekleme süresi bulunmuyor." -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "{} 'dan biri {} olmalı." -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "Özel komut bekleme süresi başarılı bir şekilde düzenlendi." -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "Bu komut bulunmuyor. Eklemek için `{command}` yazın." -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "Özel komut kaldırır.\\n\\n Örneğin:\\n - `[p]customcom delete senin_komutun`\\n " -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "Özel komut başarıyla kaldırıldı." -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "Özel komutu düzenler.\\n\\n Örneğin:\\n - `[p]customcom edit senin_komutun Senin yazdığın yazı`\\n " -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "Özel komut başarıyla düzenlendi." -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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 "Kullanılabilir özel komutları listeler.\\n\\n Liste, her komutun yanıtının bir önizlemesini görüntüler, işaretlemesiz ve yeni satırlar boşluklarla değiştirilir.\\n " -#: redbot/cogs/customcom/customcom.py:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "Bu sunucu da özel komut bulunmuyor. Eklemek için `{command}` yazın." -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "Özel komut listesi" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "{num}/{total} sayfa" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "Özel bir komutun yanıtlarını ve ayarlarını gösterir." -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "Bu özel komutu bulamadım." -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "Rastgele" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "Normal" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "Komut: {command_name}\\nSahip: {author}\\nOluşturulma Tarihi: {created_at}\\nTipi: {type}\\n" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "Bekleme süresi:\\n" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "{num} saniye her {period} başına\\n" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "Yanıtlar" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "Çok fazla argüman" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "Girdiler sırayla olmalıdır. Eksik girdiler:" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "Bağımsız değişken için çakışan kolon gösterimi {index}: \\\"{name1}\\\" ve \\\"{name2}\\\"." diff --git a/redbot/cogs/customcom/locales/uk-UA.po b/redbot/cogs/customcom/locales/uk-UA.po index 6be50eac7..583afd9d1 100644 --- a/redbot/cogs/customcom/locales/uk-UA.po +++ b/redbot/cogs/customcom/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: uk_UA\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/vi-VN.po b/redbot/cogs/customcom/locales/vi-VN.po index dcabdf83d..6f1092106 100644 --- a/redbot/cogs/customcom/locales/vi-VN.po +++ b/redbot/cogs/customcom/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: vi_VN\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/zh-CN.po b/redbot/cogs/customcom/locales/zh-CN.po index 95befe846..9f78c3ee1 100644 --- a/redbot/cogs/customcom/locales/zh-CN.po +++ b/redbot/cogs/customcom/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: zh_CN\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/zh-HK.po b/redbot/cogs/customcom/locales/zh-HK.po index 5a4b7ec42..4164373da 100644 --- a/redbot/cogs/customcom/locales/zh-HK.po +++ b/redbot/cogs/customcom/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: zh_HK\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/customcom/locales/zh-TW.po b/redbot/cogs/customcom/locales/zh-TW.po index 8b9999c6c..402fdc04e 100644 --- a/redbot/cogs/customcom/locales/zh-TW.po +++ b/redbot/cogs/customcom/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,218 +15,222 @@ msgstr "" "X-Crowdin-File-ID: 41\n" "Language: zh_TW\n" -#: redbot/cogs/customcom/customcom.py:53 +#: redbot/cogs/customcom/customcom.py:74 msgid "Welcome to the interactive random {cc} maker!\\nEvery 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:64 +#: redbot/cogs/customcom/customcom.py:85 msgid "Add a random response:" msgstr "添加隨機回應:" -#: redbot/cogs/customcom/customcom.py:76 +#: redbot/cogs/customcom/customcom.py:97 msgid "Random responses must take the same arguments!" msgstr "" -#: redbot/cogs/customcom/customcom.py:141 +#: redbot/cogs/customcom/customcom.py:162 msgid "Do you want to create a 'randomized' custom command? (y/n)" msgstr "" -#: redbot/cogs/customcom/customcom.py:147 -#: redbot/cogs/customcom/customcom.py:158 +#: redbot/cogs/customcom/customcom.py:168 +#: redbot/cogs/customcom/customcom.py:179 msgid "Response timed out, please try again later." msgstr "" -#: redbot/cogs/customcom/customcom.py:152 +#: redbot/cogs/customcom/customcom.py:173 msgid "What response do you want?" msgstr "" -#: redbot/cogs/customcom/customcom.py:192 +#: redbot/cogs/customcom/customcom.py:213 #, docstring msgid "Creates commands used to display text." msgstr "" -#: redbot/cogs/customcom/customcom.py:206 +#: redbot/cogs/customcom/customcom.py:238 #, docstring msgid "Custom commands management." msgstr "" -#: redbot/cogs/customcom/customcom.py:211 +#: redbot/cogs/customcom/customcom.py:243 #, docstring -msgid "Get the raw response of a custom command, to get the proper markdown.\\n \\n This is helpful for copy and pasting." +msgid "Get the raw response of a custom command, to get the proper markdown.\\n\\n This is helpful for copy and pasting." msgstr "" -#: redbot/cogs/customcom/customcom.py:232 +#: redbot/cogs/customcom/customcom.py:264 msgid "Response #{num}/{total}" msgstr "" -#: redbot/cogs/customcom/customcom.py:242 +#: redbot/cogs/customcom/customcom.py:274 msgid "Response #{num}/{total}:\\n{raw}" msgstr "" -#: redbot/cogs/customcom/customcom.py:253 +#: redbot/cogs/customcom/customcom.py:285 #, docstring msgid "Searches through custom commands, according to the query." msgstr "" -#: redbot/cogs/customcom/customcom.py:265 +#: redbot/cogs/customcom/customcom.py:297 msgid "No close matches were found." msgstr "沒有符合的結果。" -#: redbot/cogs/customcom/customcom.py:270 +#: redbot/cogs/customcom/customcom.py:302 msgid "Search results" msgstr "查詢結果" -#: redbot/cogs/customcom/customcom.py:275 +#: redbot/cogs/customcom/customcom.py:307 msgid "The following matches have been found:" msgstr "" -#: redbot/cogs/customcom/customcom.py:280 +#: redbot/cogs/customcom/customcom.py:312 #, 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:291 +#: redbot/cogs/customcom/customcom.py:323 #, docstring msgid "Create a CC where it will randomly choose a response!\\n\\n Note: This command is interactive.\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:297 -#: redbot/cogs/customcom/customcom.py:326 +#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:358 msgid "Custom command names cannot have spaces in them." msgstr "" -#: redbot/cogs/customcom/customcom.py:300 -#: redbot/cogs/customcom/customcom.py:329 +#: redbot/cogs/customcom/customcom.py:332 +#: redbot/cogs/customcom/customcom.py:361 msgid "There already exists a bot command with the same name." msgstr "" -#: redbot/cogs/customcom/customcom.py:304 +#: redbot/cogs/customcom/customcom.py:336 msgid "Custom command process cancelled." msgstr "" -#: redbot/cogs/customcom/customcom.py:308 -#: redbot/cogs/customcom/customcom.py:333 +#: redbot/cogs/customcom/customcom.py:340 +#: redbot/cogs/customcom/customcom.py:365 msgid "Custom command successfully added." msgstr "" -#: redbot/cogs/customcom/customcom.py:311 -#: redbot/cogs/customcom/customcom.py:336 +#: redbot/cogs/customcom/customcom.py:343 +#: redbot/cogs/customcom/customcom.py:368 msgid "This command already exists. Use `{command}` to edit it." msgstr "" -#: redbot/cogs/customcom/customcom.py:319 +#: redbot/cogs/customcom/customcom.py:351 #, docstring msgid "Add a simple custom command.\\n\\n Example:\\n - `[p]customcom create simple yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:348 +#: redbot/cogs/customcom/customcom.py:380 #, 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 Example:\\n - `[p]customcom cooldown yourcommand 30`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:361 -#: redbot/cogs/customcom/customcom.py:398 +#: redbot/cogs/customcom/customcom.py:393 +#: redbot/cogs/customcom/customcom.py:430 msgid "That command doesn't exist." msgstr "" -#: redbot/cogs/customcom/customcom.py:366 +#: redbot/cogs/customcom/customcom.py:398 msgid "A {} may call this command every {} seconds" msgstr "" -#: redbot/cogs/customcom/customcom.py:370 +#: redbot/cogs/customcom/customcom.py:402 msgid "This command has no cooldown." msgstr "" -#: redbot/cogs/customcom/customcom.py:374 +#: redbot/cogs/customcom/customcom.py:406 msgid "{} must be one of {}" msgstr "" -#: redbot/cogs/customcom/customcom.py:378 +#: redbot/cogs/customcom/customcom.py:410 msgid "Custom command cooldown successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:381 #: redbot/cogs/customcom/customcom.py:413 +#: redbot/cogs/customcom/customcom.py:445 msgid "That command doesn't exist. Use `{command}` to add it." msgstr "" -#: redbot/cogs/customcom/customcom.py:389 +#: redbot/cogs/customcom/customcom.py:421 #, docstring msgid "Delete a custom command.\\n\\n Example:\\n - `[p]customcom delete yourcommand`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:396 +#: redbot/cogs/customcom/customcom.py:428 msgid "Custom command successfully deleted." msgstr "" -#: redbot/cogs/customcom/customcom.py:403 +#: redbot/cogs/customcom/customcom.py:435 #, docstring msgid "Edit a custom command.\\n\\n Example:\\n - `[p]customcom edit yourcommand Text you want`\\n " msgstr "" -#: redbot/cogs/customcom/customcom.py:410 +#: redbot/cogs/customcom/customcom.py:442 msgid "Custom command successfully edited." msgstr "" -#: redbot/cogs/customcom/customcom.py:423 +#: redbot/cogs/customcom/customcom.py:455 #, 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:432 +#: redbot/cogs/customcom/customcom.py:464 msgid "There are no custom commands in this server. Use `{command}` to start adding some." msgstr "" -#: redbot/cogs/customcom/customcom.py:448 +#: redbot/cogs/customcom/customcom.py:480 msgid "Custom Command List" msgstr "自訂指令列表" -#: redbot/cogs/customcom/customcom.py:452 +#: redbot/cogs/customcom/customcom.py:484 msgid "Page {num}/{total}" msgstr "第{num}頁/共{total}頁" -#: redbot/cogs/customcom/customcom.py:462 +#: redbot/cogs/customcom/customcom.py:494 #, docstring msgid "Shows a custom command's responses and its settings." msgstr "" -#: redbot/cogs/customcom/customcom.py:467 +#: redbot/cogs/customcom/customcom.py:499 msgid "I could not not find that custom command." msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:510 +msgid "Deleted User" +msgstr "" + +#: redbot/cogs/customcom/customcom.py:516 msgid "Random" msgstr "" -#: redbot/cogs/customcom/customcom.py:482 +#: redbot/cogs/customcom/customcom.py:516 msgid "Normal" msgstr "" -#: redbot/cogs/customcom/customcom.py:484 +#: redbot/cogs/customcom/customcom.py:518 msgid "Command: {command_name}\\nAuthor: {author}\\nCreated: {created_at}\\nType: {type}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:496 +#: redbot/cogs/customcom/customcom.py:530 msgid "Cooldowns:\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:498 +#: redbot/cogs/customcom/customcom.py:532 msgid "{num} seconds per {period}\\n" msgstr "" -#: redbot/cogs/customcom/customcom.py:501 +#: redbot/cogs/customcom/customcom.py:535 msgid "Responses:\\n" msgstr "回應:\\n" -#: redbot/cogs/customcom/customcom.py:599 +#: redbot/cogs/customcom/customcom.py:633 msgid "Too many arguments!" msgstr "太多參數!" -#: redbot/cogs/customcom/customcom.py:603 +#: redbot/cogs/customcom/customcom.py:637 msgid "Arguments must be sequential. Missing arguments: " msgstr "" -#: redbot/cogs/customcom/customcom.py:629 +#: redbot/cogs/customcom/customcom.py:663 msgid "Conflicting colon notation for argument {index}: \\\"{name1}\\\" and \\\"{name2}\\\"." msgstr "" diff --git a/redbot/cogs/downloader/locales/af-ZA.po b/redbot/cogs/downloader/locales/af-ZA.po index 33465d8e8..fbfd106e9 100644 --- a/redbot/cogs/downloader/locales/af-ZA.po +++ b/redbot/cogs/downloader/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ar-SA.po b/redbot/cogs/downloader/locales/ar-SA.po index bb3bd4b50..b8c2ed324 100644 --- a/redbot/cogs/downloader/locales/ar-SA.po +++ b/redbot/cogs/downloader/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/bg-BG.po b/redbot/cogs/downloader/locales/bg-BG.po index a90aa973c..1ccfd36b2 100644 --- a/redbot/cogs/downloader/locales/bg-BG.po +++ b/redbot/cogs/downloader/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Липсващо от info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Актуализацията на COG е успешна." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Няма такава команда." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ca-ES.po b/redbot/cogs/downloader/locales/ca-ES.po index 44ef0d436..a5624b771 100644 --- a/redbot/cogs/downloader/locales/ca-ES.po +++ b/redbot/cogs/downloader/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/cs-CZ.po b/redbot/cogs/downloader/locales/cs-CZ.po index a02d071b5..27bcab86c 100644 --- a/redbot/cogs/downloader/locales/cs-CZ.po +++ b/redbot/cogs/downloader/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Vypršel časový limit vaší odpovědi, opakujte akci." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Nainstalované knihovny." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Některé knihovny se nepodařilo nainstalovat. Prosím zkontrolujte protokoly pro kompletní seznam." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Příkazy pro správu repozitářů." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "Repozitář `{name} byl úspěšně přidán." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Odstranit repozitář a jeho soubory." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "Repozitář{repo.name}` byl úspěšně smazán." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Seznam všech nainstalovaných repozitářů." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "Nainstalovaná repozice:\\n\\n" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Zobrazí informace o repozitáři." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "\\nAktualizováno: " -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Příkazy pro správu instalace Cog." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "\\nAktualizováno: " -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Dobře, tedy." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Zdá se, že tento příkaz neexistuje." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "Neznámý" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/da-DK.po b/redbot/cogs/downloader/locales/da-DK.po index c64722b6c..9da25c354 100644 --- a/redbot/cogs/downloader/locales/da-DK.po +++ b/redbot/cogs/downloader/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/de-DE.po b/redbot/cogs/downloader/locales/de-DE.po index dfca8dad9..107713cd6 100644 --- a/redbot/cogs/downloader/locales/de-DE.po +++ b/redbot/cogs/downloader/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Antwortzeitlimit wurde erreicht, bitte versuche es erneut." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "Keine Downloader Cog gefunden." @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "Installiere eine Gruppe von Abhängigkeiten mit pip." -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Bibliotheken installiert." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Manche Bibliotheken konnten nicht installiert werden. Bitte durchsuche deine Logs für eine komplette Liste." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Quellen Management Befehle." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "Füge ein neues Repository hinzu.\\n\\n Repository-Namen dürfen nur Zeichen(A-z), Zahlen(0-9), Unterstriche und Bindestriche enthalten.\\n Es wird der Standardbranch gewählt, wenn kein spezifischer Branch angegeben ist.\\n " -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "Repository-Namen dürfen nur Zeichen(A-z), Zahlen(0-9), Unterstriche und Bindestriche enthalten." -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "Repo `{name}` erfolgreich hinzugefügt." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Entferne ein repo und dessen Dateien." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "Das repo `{repo.name}` wurde erfolgreich gelöscht." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Liste aller installierten repos." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "Installierte Repos:\\n\\n" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Zeige Informationen über ein repo an." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Nicht in info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "\\naktualisiert: " -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Cog Installation Verwaltungsbefehle." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "Fehler beim Installieren der Anforderungen: " -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "Installiere ein cog aus dem angegebenen repo." -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "Deinstallieren Sie cogs.\\n\\n Sie dürfen nur cogs deinstallieren, die zuvor von Downloader installiert wurden.\\n\\n " -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "Cogs erfolgreich deinstalliert: " -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "Alle installierten cogs sind bereits auf dem neuesten Stand." -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "Liste alle verfügbaren cogs eines einzelnen repo auf." -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "Installierte Cogs:\\n" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "Verfügbare Cogs:\\n" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "Liste Informationen über ein einzelnes cog auf." -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "Es gibt kein cog `{cog_name}` im repo `{repo.name}`" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog Update erfolgreich." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "\\naktualisiert: " -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "Keines der aktualisierten cogs wurde zuvor geladen. Aktualisierung abgeschlossen." -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "Möchtest du die aktualisierten cogs neu laden?" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Also gut." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "Finde heraus aus welchem cog ein Befehl stammt.\\n\\n Dies funktioniert nur mit geladenen cogs.\\n " -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Dieser Befehl scheint nicht zu existieren." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "Fehlt aus installierten repos" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "Unbekannt" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: redbot/cogs/downloader/repo_manager.py:183 msgid "Repo by the name \\\"{repo_name}\\\" does not exist." msgstr "Repo mit dem Namen \\\"{repo_name}\\\" existiert nicht." diff --git a/redbot/cogs/downloader/locales/el-GR.po b/redbot/cogs/downloader/locales/el-GR.po index ed0ac03f2..d4732a0c6 100644 --- a/redbot/cogs/downloader/locales/el-GR.po +++ b/redbot/cogs/downloader/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/es-ES.po b/redbot/cogs/downloader/locales/es-ES.po index 0a797e1a4..b7549e094 100644 --- a/redbot/cogs/downloader/locales/es-ES.po +++ b/redbot/cogs/downloader/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Librerías instaladas." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Fallo la instalación de algunas librerías. Por favor revisa tus logs para ver la lista completa." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Ausente de info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog actualizado exitósamente." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Ese comando no parece existir." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/fi-FI.po b/redbot/cogs/downloader/locales/fi-FI.po index a36317e8a..8563904a0 100644 --- a/redbot/cogs/downloader/locales/fi-FI.po +++ b/redbot/cogs/downloader/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/fr-FR.po b/redbot/cogs/downloader/locales/fr-FR.po index 041f5b5fe..848732dc8 100644 --- a/redbot/cogs/downloader/locales/fr-FR.po +++ b/redbot/cogs/downloader/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Votre réponse a expiré, veuillez réessayer." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "Le cog downloader n'a pas été trouvé." @@ -41,485 +41,485 @@ msgstr "\\n**AVERTISSEMENT :** Les dépôts suivants utilisent des bibliothèque 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 "Installe les cogs de la communauté créé par Cog Creators.\\n\\n Les cogs communautaire, aussi appelés cogs tiers, ne sont pas\\ninclus par défaut avec l'installation de Red.\\n \\n Les cogs communautaire viennent des dépôts. Les dépôts sont un groupe de cogs\\n que vous pouvez installer. Vous devez toujours ajouter le dépôt du créateur\\n en utilisant la commande `[p]repo` avant d'installer un ou plusieurs\\n cogs depuis le créateur.\\n " -#: redbot/cogs/downloader/downloader.py:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "Installer un groupe de dépendances en utilisant pip." -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Bibliothèques installées." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Certaines bibliothèques n'ont pas pu être installées. Veuillez vérifier vos journaux pour une liste complète." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Commandes de gestion de repo." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "Ajouter un nouveau repo.\\n\\n Les noms de repo ne peuvent contenir que des caractères A-z, des nombres, des tirets bas et des tirets.\\n La branche sera la branche par défaut si elle n'est pas spécifiée.\\n " -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "Les noms de repo ne peuvent contenir que des caractères A-z, des chiffres, des tirets bas et des traits d'union." -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "Le nom du repo que vous avez fourni est déjà utilisé. Veuillez choisir un autre nom." -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "Quelque chose s'est mal passé pendant le processus de clonage de ce repo. Voir les logs pour plus d'informations." -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "Une erreur s'est produite lors de l'ajout de ce repo. Voir les logs pour plus d'informations." -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "Le repo `{name}` a été ajouté avec succès." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Supprimer un repo et ses fichiers." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "Le repo `{repo.name}` a été supprimé avec succès." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Liste tout les repos installés." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "Repos installés :\\n\\n" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Afficher des informations sur un repo." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Informations manquantes de info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "URL du repo : {repo_url}\\n" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "Branche : {branch_name}\\n" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "Créé par : {author}\\nDescription :\\n{description}" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "Informations sur le repo {repo_name} :{information}" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "Mettez à jour tous les repos ou ceux de votre choix." -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "Mise à jour du repo terminée avec succès." -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "\\nMis à jour : " -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "Tous les repos installés sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "Ces repos sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "Ce repo est déjà à jour." -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Commandes de gestion d'installation de Cog." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "\\n Cette commande va réinstaller les pré-requis et les bibliothèques partagées pour tous les cogs installés.\\n\\n Red peut demander à l'utilisateur d'utiliser ceci quand il efface le contenu des fichiers lib\\n à cause de changement version mineure de Python.\\n " -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "Impossible d'installer les pré-requis : " -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "\\nImpossible d'installer les bibliothèques partagées : " -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled but there were some errors:\\n" msgstr "Les pré-requis de cog et les bibliothèques partagées pour tous les cogs installés ont été réinstallées, mais il y a eu quelques erreurs :\\n" -#: redbot/cogs/downloader/downloader.py:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "Les pré-requis de cog et les bibliothèques partagées pour tous les cogs installés ont été réinstallées." -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "Installer un cog à partir du repo donné." -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "Installez un cog à partir de la révision spécifiée du repo donné." -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "Error: Court sha1 `{rev}` est ambigu. Candidats possibles:\\n" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "Erreur: il n'y a pas de révision `{rev}` dans le repo `{repo.name}`" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "\\nImpossible d'installer les pré-requis : " -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "\\nImpossible d'installer les bibliothèques partagées pour le repo `{repo.name}`: " -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "\\nImpossible d'installer les cogs : " -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "Cogs installés avec succès : " -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "\\nCes cogs sont maintenant épinglés et ne seront pas mis à jour automatiquement. Pour changer cela, utilisez `{prefix}cog unpin `" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "\\nVous pouvez les charger en utilisant `{prefix}load `" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "Désinstaller un cog.\\n\\n Vous ne pouvez désinstaller que les cogs qui ont été précédemment installés\\n par le Downloader.\\n " -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "Cogs désinstallés avec succès : " -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "\\nLe cog Downloader a supprimé ces cogs de la liste des cogs installés, mais il n'a pas pu trouver leurs fichiers : " -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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 "\\nIls ont très probablement été supprimés sans utiliser `{prefix}cog uninstall`.\\nVous devrez peut-être supprimer ces fichiers manuellement si les cogs sont toujours utilisables. Si c'est le cas, assurez-vous que les cogs ont été déchargés avec `{prefix}unload {cogs}`." -#: redbot/cogs/downloader/downloader.py:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "Cogs épinglés - cela verrouillera les cogs sur leur version actuelle." -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "Cogs épinglés : " -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "\\nCes cogs ont déjà été épinglés : " -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "Désépingler les cogs - cela supprimera le verrou de mise à jour des cogs." -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "Cogs dés-épinglés : " -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "\\nCes cogs n'ont pas été épinglés : " -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "Liste les cogs actuellement épinglés." -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "Aucun." -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "(suite)" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "Cogs épinglés :" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "Cogs épinglés : \\n" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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 "\\n Vérifier les mises à jour de cog disponibles (y compris les cogs épinglés).\\n\\n Cette commande ne met pas à jour les cogs, elle ne vérifie que les mises à jour.\\n Utilisez `[p]cog update` pour mettre à jour les cogs.\\n " -#: redbot/cogs/downloader/downloader.py:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "Ces cogs peuvent être mis à jour : " -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "\\nCes bibliothèques partagées peuvent être mises à jour : " -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "Aucun cog ne peut être mis à jour." -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "Tous les cogs installés sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "Mettez à jour tous les cogs, ou ceux de votre choix." -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "Mettez à jour tous les cogs du repos de votre choix." -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "Met à jour tout les cog, ou ceux de votre choix à partir de la révision d'un repo.\\n\\n Notez que mettre à jour ne veux pas dire rétrograder et donc la révision\\n doit être plus récente que celle que le cog a actuellement. Si vous voulez\\n rétrograder le cog, désinstaller le et réinstaller le.\\n " -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "Error: Court sha1 `{rev}` est ambigu. Candidats possibles:\\n" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "Il n'y avait pas de cogs à vérifier." -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "\\nCes cogs sont épinglés et n'ont donc pas été vérifiés : " -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "Les cogs de ces repos sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "Les cogs fourni sont déjà mis à jour avec la révision." -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "Les cogs du repo fourni sont déjà mis à jour." -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "Ces cogs sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "Tous les cogs installés sont déjà à jour." -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "\\nCes cogs sont épinglés et n'ont donc pas été vérifiés : " -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "Liste tout les cogs disponibles à partir d'un repo." -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "Cogs installés :\\n" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "Cogs disponibles :\\n" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "Liste les informations à propos d'un cog." -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "Il n'y a pas de cog `{cog_name}` dans le repo `{repo.name}`" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "Informations sur {cog_name}:\\n{description}\\n\\nCréé par : {author}\\nDépendances : {requirements}" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "\\nImpossible de trouver ces cogs dans {repo.name}: " -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "\\nCes cogs ont déjà été installés : " -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "\\nCertains cogs avec ces noms sont déjà installés à partir d'autres repos: " -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr " (Minimum : {min_version})" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr " (Minimum : {min_version}" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr ", au plus : {max_version}" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "\\nCes cogs nécessitent une version de Python supérieure à celle que vous avez : " -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "\\nCes cogs nécessitent une version de Red différente de celle que vous avez actuellement ({current_version}) : " -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Mise à jour du cog effectuée avec succès" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "\\nMis à jour : " -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "\\nImpossible de mettre à jour les cogs : " -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "Aucun cog n'a été mis à jour." -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "\\nCertaines bibliothèques partagées ont été mises à jour, vous devriez redémarrer le bot pour que les modifications soient effectives." -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "\\nImpossible d'installer les bibliothèques partagées : " -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "Aucune des cogs mis à jour n'était chargé auparavant. Mise à jour terminée." -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "Voulez-vous recharger les cogs mis à jour ?" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Ok alors." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "Trouver de quel cog provient une commande.\\n\\n Cela ne fonctionnera qu'avec les cogs chargés.\\n " -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Cette commande ne semble pas exister." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "Absent des repos installés" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "Inconnu" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "Aucun - ce cog n'a pas été installé à partir du downloader" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "Cette commande ne vient pas d'un cog." -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "Commande :" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "Nom du Cog :" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "Fait par :" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "URL du dépôt :" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "Branche du dépôt :" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "Commande : {command}\\nNom du Cog : {cog}\\nFait par : {author}\\nURL du dépôt : {repo_url}\\n" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "Branche du repo : {branch_name}\\n" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "Impossible de mettre à jour les repos suivants :" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "Impossible de mettre à jour le repo suivant :" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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 "La branche de ce repo à peut-être été supprimée ou le repo n'est plus accessible à l'URL définie. Voir les logs pour plus d'informations." -#: redbot/cogs/downloader/repo_manager.py:182 +#: redbot/cogs/downloader/repo_manager.py:183 msgid "Repo by the name \\\"{repo_name}\\\" does not exist." msgstr "Le repo avec le nom \\\"{repo_name}\\\" n'existe pas." diff --git a/redbot/cogs/downloader/locales/he-IL.po b/redbot/cogs/downloader/locales/he-IL.po index 90e91376e..dc663b6c8 100644 --- a/redbot/cogs/downloader/locales/he-IL.po +++ b/redbot/cogs/downloader/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/hu-HU.po b/redbot/cogs/downloader/locales/hu-HU.po index cc18ff71a..738a0a2d3 100644 --- a/redbot/cogs/downloader/locales/hu-HU.po +++ b/redbot/cogs/downloader/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Rendben." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/id-ID.po b/redbot/cogs/downloader/locales/id-ID.po index d6e6406c6..c55c178b9 100644 --- a/redbot/cogs/downloader/locales/id-ID.po +++ b/redbot/cogs/downloader/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Hilang dari info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Pembaruan cog selesai dengan sukses." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Perintah tersebut tidak ada." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/it-IT.po b/redbot/cogs/downloader/locales/it-IT.po index fd1bcb261..3408833f5 100644 --- a/redbot/cogs/downloader/locales/it-IT.po +++ b/redbot/cogs/downloader/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Mancante da info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog aggiornamento completato correttamente." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "OK allora." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Tale comando non sembra esistere." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ja-JP.po b/redbot/cogs/downloader/locales/ja-JP.po index 8bb04c168..b342a6f34 100644 --- a/redbot/cogs/downloader/locales/ja-JP.po +++ b/redbot/cogs/downloader/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "info.jsonから行方不明" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "コグアップデートが完了しました。" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "そのコマンドはいないようです。" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ko-KR.po b/redbot/cogs/downloader/locales/ko-KR.po index 1abb6d110..e0ca99082 100644 --- a/redbot/cogs/downloader/locales/ko-KR.po +++ b/redbot/cogs/downloader/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Info.json 파일에서 누락됐어요." -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog가 성공적으로 업데이트됐어요." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "해당 커맨드가 등록되어 있지 않아요." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/nl-NL.po b/redbot/cogs/downloader/locales/nl-NL.po index b883d30dd..680000611 100644 --- a/redbot/cogs/downloader/locales/nl-NL.po +++ b/redbot/cogs/downloader/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Je reactie is verlopen, probeer het opnieuw." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "Geen Downloader cog gevonden." @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "Installeer een aantal afhankelijkheden met behulp van pip." -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Bibliotheken geïnstalleerd." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "De installatie van sommige bibliotheken zijn mislukt. Gelieve de logs te checken voor een volledige lijst." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Repo beheeropdrachten." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "Repo `{name}` succesvol toegevoegd." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Verwijder een repo en zijn bestanden." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "De repo `{repo.name}` is succesvol verwijderd." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Maak een lijst van alle geïnstalleerde repo's." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Informatie over een repo weergeven." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Niet gevonden in info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Cog installatie management command's." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "Installeer een Cog van de gegeven repo." -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "Alle geïnstalleerde cogs zijn al bijgewerkt." -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "Alle beschikbare cogs van een enkele repo." -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "Informatie weergeven over een enkele Cog." -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "Er is geen cog '{cog_name}' in repo '{repo.name} '" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog update succesvol." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "Geen van de geüpdatet cogs zijn eerder geladen. Update is compleet." -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "Wil je de bijgewerkte cogs herladen?" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Ohke." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Commando bestaat niet." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/no-NO.po b/redbot/cogs/downloader/locales/no-NO.po index 9751f5248..f4f690310 100644 --- a/redbot/cogs/downloader/locales/no-NO.po +++ b/redbot/cogs/downloader/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Mangler fra info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog-oppdateringen er fullført." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Det ser ikke ut som at den kommandoen finnes." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/pl-PL.po b/redbot/cogs/downloader/locales/pl-PL.po index 965b141f2..348830001 100644 --- a/redbot/cogs/downloader/locales/pl-PL.po +++ b/redbot/cogs/downloader/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Biblioteki zainstalowane." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Wyświetl wszystkie zainstalowane repozytoria." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Brakujący z info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Aktualizacja rozszerzenia przebiegła pomyślnie." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "OK." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Ta komenda nie istnieje." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/pt-BR.po b/redbot/cogs/downloader/locales/pt-BR.po index a461df8f4..8115fdcf2 100644 --- a/redbot/cogs/downloader/locales/pt-BR.po +++ b/redbot/cogs/downloader/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Ausência do info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Atualização do cog completada com sucesso." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "OK então." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Esse comando parece não existir." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/pt-PT.po b/redbot/cogs/downloader/locales/pt-PT.po index 81cdc323f..f5c3bf70a 100644 --- a/redbot/cogs/downloader/locales/pt-PT.po +++ b/redbot/cogs/downloader/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ro-RO.po b/redbot/cogs/downloader/locales/ro-RO.po index fd6fa03da..e295421a8 100644 --- a/redbot/cogs/downloader/locales/ro-RO.po +++ b/redbot/cogs/downloader/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/ru-RU.po b/redbot/cogs/downloader/locales/ru-RU.po index 3ad4a0eb9..f21cce137 100644 --- a/redbot/cogs/downloader/locales/ru-RU.po +++ b/redbot/cogs/downloader/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Время ответа превышено, пожалуйста, попробуйте еще раз." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "Модуль Downloader не найден." @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "Установите группу зависимостей, используя pip." -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Библиотеки установлены." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Не удалось установить некоторые библиотеки. Пожалуйста, проверьте ваши логи для получения полного списка." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Команды управления репозиторием." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "Репозиторий `{name}` успешно добавлен." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Удалить репозиторий и его файлы." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "Репозиторий `{repo.name}` был успешно удален." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Список всех установленных репозиториев." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Показать информацию о репозитории." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Отсутствует в info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Команды управления установкой модуля." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "Установить модуль из данного репозитория." -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "Все установленные модули уже обновлены." -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "Список всех доступных модулей из одного репозитория." -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "Список информации об одном модуле." -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "В репозитории `{repo.name}` нет модуля `{cog_name}`" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Обновление модуля завершено успешно." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "Ни один из обновленных модулей не был загружен ранее. Обновление завершено." -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "Вы хотите перезагрузить обновленные модули?" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Хорошо, тогда." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Эта команда, кажется, не существует." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "Отсутствует из установленных репозиториев" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/sk-SK.po b/redbot/cogs/downloader/locales/sk-SK.po index b246407d1..ba4e0cc4c 100644 --- a/redbot/cogs/downloader/locales/sk-SK.po +++ b/redbot/cogs/downloader/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/sr-SP.po b/redbot/cogs/downloader/locales/sr-SP.po index 366c4e241..3392bf2fd 100644 --- a/redbot/cogs/downloader/locales/sr-SP.po +++ b/redbot/cogs/downloader/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/sv-SE.po b/redbot/cogs/downloader/locales/sv-SE.po index 2a95181f7..10ac8b24f 100644 --- a/redbot/cogs/downloader/locales/sv-SE.po +++ b/redbot/cogs/downloader/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Bibliotek installerade." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Några bibliotek gick ej att installera. Vänligen kontrollera loggarna för en komplett lista." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Saknar information från info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog har uppdaterats." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Det kommandot verkar inte finnas." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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 65cad4b0d..7237f2d0a 100644 --- a/redbot/cogs/downloader/locales/tr-TR.po +++ b/redbot/cogs/downloader/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "Oturumunuz zaman aşımına uğradı. Lütfen tekrar giriş yapın." #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "İndirici bulunamadı." @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "Pip kullanarak bir grup bağımlılık kurun." -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "Kütüphaneler yüklü." -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "Bazı kütüphaneler yüklenemedi. Lütfen eksiksiz bir liste için kayıtlarınızı kontrol edin." -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "Repo yönetimi komutları." -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "Repo adları yalnızca A-z karakterleri, sayılar, alt çizgiler ve tire içerebilir." -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "Bu isim zaten kullanılıyor. Başka bir isim seçiniz." -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "Klonlama işlemi sırasında bir şeyler ters gitti. Daha fazla bilgi için loglara bakın." -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "O repoyu eklemeye çalışırken bir şeyler ters gitti. Daha fazla bilgi için günlüklere bakın." -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." -msgstr "Repo ' başarıyla eklendi{name}'." +msgstr "Bu repo {name} başarıyla eklendi." -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "Bir repo ve dosyalarını kaldırın." -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "Repo '{repo.name}' başarıyla silindi." -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "Tüm yüklü repos listelenmektedir." -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "Yüklü Repos:\\n\\n" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "Bir repo ilgili bilgileri gösterir." -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "Burada eksik bilgiler var info.json" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "Repo url: {repo_url}\\n" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "Branch: {branch_name}\\n" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "Yapımcı: {author}\\nAçıklama:\\n{description}" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "{repo_name} hakkında bilgi:{information}" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "Tüm repoları veya seçtiğiniz olanları güncelleyin." -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "Repo güncellemesi başarıyla tamamlandı." -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "\\nGüncellendi: " -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "Yüklü tüm repolar zaten güncel." -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "Bu repolar zaten güncel." -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "Bu repo zaten güncel." -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "Cog yükleme yönetimi komutları." -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "Gereksinimleri yüklerken bir hata oldu: " -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." -msgstr "Bir dişli verilen repo yükleyin." +msgstr "Verilen repodan bir cog yükleyin." -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " -msgstr "" +msgstr "\\nBu cogu yüklerken bir hata oluştu: " -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "Coglar başarıyla yüklendi: " -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" -msgstr "" +msgstr "\\nBu komutu kullanarak yükleyebilirsin `{prefix}load `" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " -msgstr "" +msgstr "Coglar başarıyla kaldırıldı: " -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "Yüklü olan tüm coglar zaten güncel." -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "Tek bir repodaki mevcut tüm cogları listeleyin." -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "Yüklenen Coglar:\\n" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "Kullanılabilir Coglar:\\n" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "Tek bir cog hakkında bilgi listesi." -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "Repo '{repo.name} ' hiçbir cog '{cog_name}' olduğunu" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "Cog güncelleştirme başarıyla tamamlandı." -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "\\nGüncellendi: " -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " -msgstr "" +msgstr "\\nCogları güncellerken bir sorun oluştu: " -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "Güncellenen çarkların hiçbiri daha önce yüklenmedi. Güncelleme tamamlandı." -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "Veriyi yeniden göndermek istiyor musun?" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "Tamam o zaman." -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "Bu komut var gibi görünmüyor." -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "Bilinmiyor" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "Komut:" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "Cog İsmi:" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "Yapımcı:" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "Bu repoları güncellerken bir sorun yaşadım:" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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 "Bu repolar silinmiş olabilir ya da Url'lere erişim kapalı. Daha fazla bilgi için logları kontrol edin." -#: redbot/cogs/downloader/repo_manager.py:182 +#: redbot/cogs/downloader/repo_manager.py:183 msgid "Repo by the name \\\"{repo_name}\\\" does not exist." msgstr "\"{repo_name}\\\" bu isimde bir Repo bulunamadı." diff --git a/redbot/cogs/downloader/locales/uk-UA.po b/redbot/cogs/downloader/locales/uk-UA.po index 6f517064f..1e6712ebf 100644 --- a/redbot/cogs/downloader/locales/uk-UA.po +++ b/redbot/cogs/downloader/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/vi-VN.po b/redbot/cogs/downloader/locales/vi-VN.po index 93a7d7d5c..6e1511c01 100644 --- a/redbot/cogs/downloader/locales/vi-VN.po +++ b/redbot/cogs/downloader/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/zh-CN.po b/redbot/cogs/downloader/locales/zh-CN.po index 2081c58bc..e51cec135 100644 --- a/redbot/cogs/downloader/locales/zh-CN.po +++ b/redbot/cogs/downloader/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "在info.json中找不到" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "以成功更新齿轮。" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "这个命令似乎不存在。" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/zh-HK.po b/redbot/cogs/downloader/locales/zh-HK.po index ba1fc6669..ff5136d05 100644 --- a/redbot/cogs/downloader/locales/zh-HK.po +++ b/redbot/cogs/downloader/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: 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/zh-TW.po b/redbot/cogs/downloader/locales/zh-TW.po index 37602a0d4..c13f2ec7b 100644 --- a/redbot/cogs/downloader/locales/zh-TW.po +++ b/redbot/cogs/downloader/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ msgid "Your response has timed out, please try again." msgstr "" #: redbot/cogs/downloader/converters.py:14 -#: redbot/cogs/downloader/repo_manager.py:175 +#: redbot/cogs/downloader/repo_manager.py:176 msgid "No Downloader cog found." msgstr "" @@ -41,485 +41,485 @@ msgstr "" 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:468 +#: redbot/cogs/downloader/downloader.py:484 #, docstring msgid "Install a group of dependencies using pip." msgstr "" -#: redbot/cogs/downloader/downloader.py:477 +#: redbot/cogs/downloader/downloader.py:493 msgid "Libraries installed." msgstr "" -#: redbot/cogs/downloader/downloader.py:480 +#: redbot/cogs/downloader/downloader.py:496 msgid "Some libraries failed to install. Please check your logs for a complete list." msgstr "" -#: redbot/cogs/downloader/downloader.py:489 +#: redbot/cogs/downloader/downloader.py:505 #, docstring msgid "Repo management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:496 +#: redbot/cogs/downloader/downloader.py:512 #, docstring msgid "Add a new repo.\\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 " msgstr "" -#: redbot/cogs/downloader/downloader.py:506 +#: redbot/cogs/downloader/downloader.py:522 msgid "Repo names can only contain characters A-z, numbers, underscores, and hyphens." msgstr "" -#: redbot/cogs/downloader/downloader.py:515 +#: redbot/cogs/downloader/downloader.py:531 msgid "The repo name you provided is already in use. Please choose another name." msgstr "" -#: redbot/cogs/downloader/downloader.py:519 +#: redbot/cogs/downloader/downloader.py:535 msgid "Something went wrong during the cloning process. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:535 +#: redbot/cogs/downloader/downloader.py:551 msgid "Something went wrong trying to add that repo. See logs for more information." msgstr "" -#: redbot/cogs/downloader/downloader.py:541 +#: redbot/cogs/downloader/downloader.py:557 msgid "Repo `{name}` successfully added." msgstr "" -#: redbot/cogs/downloader/downloader.py:547 +#: redbot/cogs/downloader/downloader.py:563 #, docstring msgid "Remove a repo and its files." msgstr "" -#: redbot/cogs/downloader/downloader.py:551 +#: redbot/cogs/downloader/downloader.py:567 msgid "The repo `{repo.name}` has been deleted successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:556 +#: redbot/cogs/downloader/downloader.py:572 #, docstring msgid "List all installed repos." msgstr "" -#: redbot/cogs/downloader/downloader.py:559 +#: redbot/cogs/downloader/downloader.py:575 msgid "Installed Repos:\\n\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:568 +#: redbot/cogs/downloader/downloader.py:584 #, docstring msgid "Show information about a repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:569 -#: redbot/cogs/downloader/downloader.py:1110 -#: redbot/cogs/downloader/downloader.py:1393 +#: redbot/cogs/downloader/downloader.py:585 +#: redbot/cogs/downloader/downloader.py:1126 +#: redbot/cogs/downloader/downloader.py:1409 msgid "Missing from info.json" msgstr "在info.json中找不到" -#: redbot/cogs/downloader/downloader.py:571 +#: redbot/cogs/downloader/downloader.py:587 msgid "Repo url: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:573 +#: redbot/cogs/downloader/downloader.py:589 msgid "Branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:574 +#: redbot/cogs/downloader/downloader.py:590 msgid "Made by: {author}\\nDescription:\\n{description}" msgstr "" -#: redbot/cogs/downloader/downloader.py:578 +#: redbot/cogs/downloader/downloader.py:594 msgid "Information on {repo_name} repo:{information}" msgstr "" -#: redbot/cogs/downloader/downloader.py:586 +#: redbot/cogs/downloader/downloader.py:602 #, docstring msgid "Update all repos, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:594 +#: redbot/cogs/downloader/downloader.py:610 msgid "Repo update completed successfully." msgstr "" -#: redbot/cogs/downloader/downloader.py:595 +#: redbot/cogs/downloader/downloader.py:611 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:597 +#: redbot/cogs/downloader/downloader.py:613 msgid "All installed repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:600 +#: redbot/cogs/downloader/downloader.py:616 msgid "These repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:602 +#: redbot/cogs/downloader/downloader.py:618 msgid "This repo is already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:612 +#: redbot/cogs/downloader/downloader.py:628 #, docstring msgid "Cog installation management commands." msgstr "" -#: redbot/cogs/downloader/downloader.py:617 +#: redbot/cogs/downloader/downloader.py:633 #, docstring msgid "\\n This command will reinstall cog requirements and shared libraries for all installed cogs.\\n\\n Red might ask user to use this when it clears contents of lib folder\\n because of change in minor version of Python.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:644 -#: redbot/cogs/downloader/downloader.py:1285 +#: redbot/cogs/downloader/downloader.py:660 +#: redbot/cogs/downloader/downloader.py:1301 msgid "Failed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:649 +#: redbot/cogs/downloader/downloader.py:665 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:655 +#: redbot/cogs/downloader/downloader.py:671 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:663 +#: redbot/cogs/downloader/downloader.py:679 msgid "Cog requirements and shared libraries for all installed cogs have been reinstalled." msgstr "" -#: redbot/cogs/downloader/downloader.py:671 +#: redbot/cogs/downloader/downloader.py:687 #, docstring msgid "Install a cog from the given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:678 +#: redbot/cogs/downloader/downloader.py:694 #, docstring msgid "Install a cog from the specified revision of given repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:693 +#: redbot/cogs/downloader/downloader.py:709 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:705 -#: redbot/cogs/downloader/downloader.py:989 +#: redbot/cogs/downloader/downloader.py:721 +#: redbot/cogs/downloader/downloader.py:1005 msgid "Error: there is no revision `{rev}` in repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:719 +#: redbot/cogs/downloader/downloader.py:735 msgid "\\nFailed to install requirements: " msgstr "" -#: redbot/cogs/downloader/downloader.py:740 +#: redbot/cogs/downloader/downloader.py:756 msgid "\\nFailed to install shared libraries for `{repo.name}` repo: " msgstr "" -#: redbot/cogs/downloader/downloader.py:748 +#: redbot/cogs/downloader/downloader.py:764 msgid "\\nFailed to install cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:752 +#: redbot/cogs/downloader/downloader.py:768 msgid "Successfully installed cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:755 +#: redbot/cogs/downloader/downloader.py:771 msgid "\\nThese cogs are now pinned and won't get updated automatically. To change this, use `{prefix}cog unpin `" msgstr "" -#: redbot/cogs/downloader/downloader.py:762 +#: redbot/cogs/downloader/downloader.py:778 msgid "\\nYou can load them using `{prefix}load `" msgstr "" -#: redbot/cogs/downloader/downloader.py:775 +#: redbot/cogs/downloader/downloader.py:791 #, docstring msgid "Uninstall cogs.\\n\\n You may only uninstall cogs which were previously installed\\n by Downloader.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:802 +#: redbot/cogs/downloader/downloader.py:818 msgid "Successfully uninstalled cogs: " msgstr "已成功移除齒輪: " -#: redbot/cogs/downloader/downloader.py:805 +#: redbot/cogs/downloader/downloader.py:821 msgid "\\nDownloader has removed these cogs from the installed cogs list but it wasn't able to find their files: " msgstr "" -#: redbot/cogs/downloader/downloader.py:810 +#: redbot/cogs/downloader/downloader.py:826 msgid "\\nThey were most likely removed without using `{prefix}cog uninstall`.\\nYou 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:820 +#: redbot/cogs/downloader/downloader.py:836 #, docstring msgid "Pin cogs - this will lock cogs on their current version." msgstr "" -#: redbot/cogs/downloader/downloader.py:836 +#: redbot/cogs/downloader/downloader.py:852 msgid "Pinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:838 +#: redbot/cogs/downloader/downloader.py:854 msgid "\\nThese cogs were already pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:843 +#: redbot/cogs/downloader/downloader.py:859 #, docstring msgid "Unpin cogs - this will remove update lock from cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:859 +#: redbot/cogs/downloader/downloader.py:875 msgid "Unpinned cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:861 +#: redbot/cogs/downloader/downloader.py:877 msgid "\\nThese cogs weren't pinned: " msgstr "" -#: redbot/cogs/downloader/downloader.py:866 +#: redbot/cogs/downloader/downloader.py:882 #, docstring msgid "List currently pinned cogs." msgstr "" -#: redbot/cogs/downloader/downloader.py:872 +#: redbot/cogs/downloader/downloader.py:888 msgid "None." msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "(continued)" msgstr "" -#: redbot/cogs/downloader/downloader.py:876 +#: redbot/cogs/downloader/downloader.py:892 msgid "Pinned Cogs:" msgstr "" -#: redbot/cogs/downloader/downloader.py:886 +#: redbot/cogs/downloader/downloader.py:902 msgid "Pinned Cogs: \\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:891 +#: redbot/cogs/downloader/downloader.py:907 #, 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:906 +#: redbot/cogs/downloader/downloader.py:922 msgid "These cogs can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:911 +#: redbot/cogs/downloader/downloader.py:927 msgid "\\nThese shared libraries can be updated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:915 +#: redbot/cogs/downloader/downloader.py:931 msgid "No cogs can be updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:919 +#: redbot/cogs/downloader/downloader.py:935 msgid "All installed cogs are up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:928 +#: redbot/cogs/downloader/downloader.py:944 #, docstring msgid "Update all cogs, or ones of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:933 +#: redbot/cogs/downloader/downloader.py:949 #, docstring msgid "Update all cogs from repos of your choosing." msgstr "" -#: redbot/cogs/downloader/downloader.py:943 +#: redbot/cogs/downloader/downloader.py:959 #, 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 one that cog currently has. If you want to\\n downgrade the cog, uninstall and install it again.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:978 +#: redbot/cogs/downloader/downloader.py:994 msgid "Error: short sha1 `{rev}` is ambiguous. Possible candidates:\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1010 +#: redbot/cogs/downloader/downloader.py:1026 msgid "There were no cogs to check." msgstr "" -#: redbot/cogs/downloader/downloader.py:1013 +#: redbot/cogs/downloader/downloader.py:1029 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1028 +#: redbot/cogs/downloader/downloader.py:1044 msgid "Cogs from provided repos are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1031 +#: redbot/cogs/downloader/downloader.py:1047 msgid "Provided cogs are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1035 +#: redbot/cogs/downloader/downloader.py:1051 msgid "Cogs from provided repo are already up to date with this revision." msgstr "" -#: redbot/cogs/downloader/downloader.py:1040 +#: redbot/cogs/downloader/downloader.py:1056 msgid "Provided cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1042 +#: redbot/cogs/downloader/downloader.py:1058 msgid "All installed cogs are already up to date." msgstr "" -#: redbot/cogs/downloader/downloader.py:1047 +#: redbot/cogs/downloader/downloader.py:1063 msgid "\\nThese cogs are pinned and therefore weren't checked: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1070 +#: redbot/cogs/downloader/downloader.py:1086 #, docstring msgid "List all available cogs from a single repo." msgstr "" -#: redbot/cogs/downloader/downloader.py:1074 +#: redbot/cogs/downloader/downloader.py:1090 msgid "Installed Cogs:\\n" msgstr "已安裝齒輪:\\n" -#: redbot/cogs/downloader/downloader.py:1081 +#: redbot/cogs/downloader/downloader.py:1097 msgid "Available Cogs:\\n" msgstr "可用的齒輪:\\n" -#: redbot/cogs/downloader/downloader.py:1094 +#: redbot/cogs/downloader/downloader.py:1110 #, docstring msgid "List information about a single cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1098 +#: redbot/cogs/downloader/downloader.py:1114 msgid "There is no cog `{cog_name}` in the repo `{repo.name}`" msgstr "" -#: redbot/cogs/downloader/downloader.py:1104 +#: redbot/cogs/downloader/downloader.py:1120 msgid "Information on {cog_name}:\\n{description}\\n\\nMade by: {author}\\nRequirements: {requirements}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1175 +#: redbot/cogs/downloader/downloader.py:1191 msgid "\\nCouldn't find these cogs in {repo.name}: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1179 +#: redbot/cogs/downloader/downloader.py:1195 msgid "\\nThese cogs were already installed: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1183 +#: redbot/cogs/downloader/downloader.py:1199 msgid "\\nSome cogs with these names are already installed from different repos: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1201 +#: redbot/cogs/downloader/downloader.py:1217 msgid " (Minimum: {min_version})" msgstr "" -#: redbot/cogs/downloader/downloader.py:1214 +#: redbot/cogs/downloader/downloader.py:1230 msgid " (Minimum: {min_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1218 +#: redbot/cogs/downloader/downloader.py:1234 msgid ", at most: {max_version}" msgstr "" -#: redbot/cogs/downloader/downloader.py:1226 +#: redbot/cogs/downloader/downloader.py:1242 msgid "\\nThese cogs require higher python version than you have: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1230 +#: redbot/cogs/downloader/downloader.py:1246 msgid "\\nThese cogs require different Red version than you currently have ({current_version}): " msgstr "" -#: redbot/cogs/downloader/downloader.py:1291 +#: redbot/cogs/downloader/downloader.py:1307 msgid "Cog update completed successfully." msgstr "已成功更新齒輪。" -#: redbot/cogs/downloader/downloader.py:1296 +#: redbot/cogs/downloader/downloader.py:1312 msgid "\\nUpdated: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1299 +#: redbot/cogs/downloader/downloader.py:1315 msgid "\\nFailed to update cogs: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1301 +#: redbot/cogs/downloader/downloader.py:1317 msgid "No cogs were updated." msgstr "" -#: redbot/cogs/downloader/downloader.py:1303 +#: redbot/cogs/downloader/downloader.py:1319 msgid "\\nSome shared libraries were updated, you should restart the bot to bring the changes into effect." msgstr "" -#: redbot/cogs/downloader/downloader.py:1309 +#: redbot/cogs/downloader/downloader.py:1325 msgid "\\nFailed to install shared libraries: " msgstr "" -#: redbot/cogs/downloader/downloader.py:1317 +#: redbot/cogs/downloader/downloader.py:1333 msgid "None of the updated cogs were previously loaded. Update complete." msgstr "" -#: redbot/cogs/downloader/downloader.py:1321 +#: redbot/cogs/downloader/downloader.py:1337 msgid "Would you like to reload the updated cogs?" msgstr "" -#: redbot/cogs/downloader/downloader.py:1344 +#: redbot/cogs/downloader/downloader.py:1360 msgid "OK then." msgstr "" -#: redbot/cogs/downloader/downloader.py:1374 +#: redbot/cogs/downloader/downloader.py:1390 #, docstring msgid "Find which cog a command comes from.\\n\\n This will only work with loaded cogs.\\n " msgstr "" -#: redbot/cogs/downloader/downloader.py:1381 +#: redbot/cogs/downloader/downloader.py:1397 msgid "That command doesn't seem to exist." msgstr "這個命令似乎不存在。" -#: redbot/cogs/downloader/downloader.py:1396 +#: redbot/cogs/downloader/downloader.py:1412 msgid "Missing from installed repos" msgstr "" -#: redbot/cogs/downloader/downloader.py:1406 +#: redbot/cogs/downloader/downloader.py:1422 msgid "Unknown" msgstr "未知" -#: redbot/cogs/downloader/downloader.py:1407 +#: redbot/cogs/downloader/downloader.py:1423 msgid "None - this cog wasn't installed via downloader" msgstr "" -#: redbot/cogs/downloader/downloader.py:1410 +#: redbot/cogs/downloader/downloader.py:1426 msgid "This command is not provided by a cog." msgstr "" -#: redbot/cogs/downloader/downloader.py:1416 +#: redbot/cogs/downloader/downloader.py:1432 msgid "Command:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1417 +#: redbot/cogs/downloader/downloader.py:1433 msgid "Cog Name:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1418 +#: redbot/cogs/downloader/downloader.py:1434 msgid "Made by:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1419 +#: redbot/cogs/downloader/downloader.py:1435 msgid "Repo URL:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1422 +#: redbot/cogs/downloader/downloader.py:1438 msgid "Repo branch:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1427 +#: redbot/cogs/downloader/downloader.py:1443 msgid "Command: {command}\\nCog name: {cog}\\nMade by: {author}\\nRepo URL: {repo_url}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1431 +#: redbot/cogs/downloader/downloader.py:1447 msgid "Repo branch: {branch_name}\\n" msgstr "" -#: redbot/cogs/downloader/downloader.py:1452 +#: redbot/cogs/downloader/downloader.py:1468 msgid "Failed to update the following repositories:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1454 +#: redbot/cogs/downloader/downloader.py:1470 msgid "Failed to update the following repository:" msgstr "" -#: redbot/cogs/downloader/downloader.py:1457 +#: redbot/cogs/downloader/downloader.py:1473 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:182 +#: redbot/cogs/downloader/repo_manager.py:183 msgid "Repo by the name \\\"{repo_name}\\\" does not exist." msgstr "" diff --git a/redbot/cogs/economy/locales/af-ZA.po b/redbot/cogs/economy/locales/af-ZA.po index 9bbaf7546..aa160f2ae 100644 --- a/redbot/cogs/economy/locales/af-ZA.po +++ b/redbot/cogs/economy/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: af_ZA\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/ar-SA.po b/redbot/cogs/economy/locales/ar-SA.po index 82aa0dfc5..f6247a272 100644 --- a/redbot/cogs/economy/locales/ar-SA.po +++ b/redbot/cogs/economy/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ar_SA\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/bg-BG.po b/redbot/cogs/economy/locales/bg-BG.po index ff1c9c180..3c9552502 100644 --- a/redbot/cogs/economy/locales/bg-BG.po +++ b/redbot/cogs/economy/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: bg_BG\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Вашият залог се умножи * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Две черешки! Вашият залог се умножи * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Два последователни символа! Вашият залог се умножи * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Няма открити банкови сметки." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Отлага се, опитайте по-късно." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Жалко, но това е невалидно количесто за залог. :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Вие не разполагате с достатъчно пари на разположение, другарю." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Невалидна минимална сума за залог." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "семици" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "дни" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "часове" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "минути" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "секунди" diff --git a/redbot/cogs/economy/locales/ca-ES.po b/redbot/cogs/economy/locales/ca-ES.po index 6fbd11d7f..67da4a008 100644 --- a/redbot/cogs/economy/locales/ca-ES.po +++ b/redbot/cogs/economy/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ca_ES\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/cs-CZ.po b/redbot/cogs/economy/locales/cs-CZ.po index cb150fedf..9d1d22de1 100644 --- a/redbot/cogs/economy/locales/cs-CZ.po +++ b/redbot/cogs/economy/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: cs_CZ\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "JACKPOT! 226! Tvá sázka byla vynásobena * 50!" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "4LC! Vaše nabídka byla vynásobena * 25!" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "Tři třešně! Tvoje sázka byla vynásobena * 20!" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Tvá sázka byla vynásobena * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Dvě třešně! Váš pokus byl znásoben * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "Tři symboly! Tvá sázka byla vynásobena * 10!" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Dva po sobě jdoucí symboly! Váš pokus byl vynásoben * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "Zbohatněte a bavte se s imaginární měnou!" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "Správa banky." -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "Zůstatek {user} je {num} {currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "Poslat měnu ostatním uživatelům." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "{user} převedl {num} {currency} uživateli {other_user}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "{author} přidal/a {num} {currency} k účtu {user}." -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "{author} odebral {num} {currency} z účtu {user}." -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "Smazat všechny bankovní účty." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "tento server" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "Všechny bankovní účty pro {scope} byly odstraněny." -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "Vyčistit bankovní účty." -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "Odstranit bankovní účet určeného uživatele." -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "Získejte měnu zdarma." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "{author.mention} Příliš brzy. Pro Vaši další výplatu musíte počkat {time}." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "{author.mention}, tady máš, vezmi si nějaké {currency}. Užívej! (+{amount} {currency}!)\\n\\nV současné době máš {new_balance} {currency}.\\n\\nMomentálně jsi #{pos} na globálním žebříčku!" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "V bance nejsou žádné účty." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Jméno" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Skóre" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "Zobrazit výplaty pro automat." -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "Použij výherní automat." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "To je neplatná částka sázky, promiňte :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Nemáš dost peněz, kámo." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "Nic!" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "Tvá sázka: {bid}" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "Spravovat nastavení ekonomiky." -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "Nastavte minimální sázku na automatu." -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Neplatná minimální částka sázky." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "Minimální sázka je nyní {bid} {currency}." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "Nastavte maximální sázku na automatu." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Neplatná maximální částka sázky. Musí být větší než minimální částka." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "Maximální sázka je nyní {bid} {currency}." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Nastavte cooldown pro výplatu." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Hodnota upravena. Mezi jednotlivými výplatami musí uplynout alespoň {num} sekund." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Nastavte částku získanou za každý výplatní den." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "Částka musí být větší nebo rovna nule a menší než {maxbal}." -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "Každý den bude nyní dán {num} {currency}." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Nastavte částku získanou za každý výplatní den pro roli." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "Každý den dá nyní {num} {currency} lidem s rolí {role_name}." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Nastavte počáteční zůstatek pro nové bankovní účty." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "Částka musí být větší nebo rovna nule a menší než {maxbal}." -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "Registrace účtu nyní dá {num} {currency}." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "týdnů" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dnů" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "hodin" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minut" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "sekund" diff --git a/redbot/cogs/economy/locales/da-DK.po b/redbot/cogs/economy/locales/da-DK.po index d28a3498e..bc5ffa336 100644 --- a/redbot/cogs/economy/locales/da-DK.po +++ b/redbot/cogs/economy/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: da_DK\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/de-DE.po b/redbot/cogs/economy/locales/de-DE.po index 6698606c5..1dc8c2d12 100644 --- a/redbot/cogs/economy/locales/de-DE.po +++ b/redbot/cogs/economy/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: de_DE\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Dein Gebot wurde multipliziert * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Zwei Kirschen! Dein Gebot wurde multipliziert * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Zwei aufeinanderfolgende Symbole! Dein Gebot wurde multipliziert * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "Werde reiche und hab Spaß mit imaginärer Währung!" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "Verwalte die Bank." -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "Zeigt den Kontostand des Benutzers an.\\n\\n Standardmässig deinen eigenen." -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "Guthaben von {user} beträgt {num} {currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "Übertrage Währung an andere Benutzer." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "{user} überwies {num} {currency} an {other_user}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "Legt den Kontostand des Benutzers fest.\\n\\n Addierende und subtrahierende Werte fügen Guthaben hinzu bzw. ziehen dieses ab.\\n\\n Beispiele:\\n - `[p]bank set @Twentysix 26` - setzt den Kontostand auf 26\\n - `[p]bank set @Twentysix +2` - erhöht Kontostand um 2\\n - `[p]bank set @Twentysix -6` - verringert Kontostand um 6\\n " -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "{author} hat {num} {currency} zu {user} Konto hinzugefügt." -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "{author} hat {num} {currency} von {user} Konto abgezogen." -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "{author} hat {user} Kontostand auf {num} {currency} gesetzt." -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "Alle Bankkonten löschen." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "Dies löscht alle Bankkonten von {scope}.\\nWenn du sicher bist, tippe `{prefix}bank reset yes`" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "dieser Server" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "Alle Bankkonten von {scope} wurden gelöscht." -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "Hol dir kostenlose Währung." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "Du hast die maximale Summe von {currency} erreicht! Bitte gib mal etwas mehr aus 😬\\n\\nDu hast derzeit {new_balance} {currency}." -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "{author.mention} Hier, nimm etwas {currency}. Viel Spaß! (+{amount} {currency}!)\\n\\nDu hast derzeit {new_balance} {currency}.\\n\\nDu bist auf Platz #{pos} der globalen Bestenliste!" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "{author.mention} Zu früh. Bis zum nächsten Zahltag dauert es noch {time}." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "Du hast die maximale Summe von {currency} erreicht! Bitte gib mal etwas mehr aus 😬\\n\\nDu hast derzeit {new_balance} {currency}." -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "{author.mention} Hier, nimm etwas {currency}. Viel Spaß! (+{amount} {currency}!)\\n\\nDu hast derzeit {new_balance} {currency}.\\n\\nDu bist auf Platz #{pos} der globalen Bestenliste!" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "Zeige die Bestenliste an.\\n\\n Standardmässig die Top 10.\\n " -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Es gibt keine Konten in der Bank." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Name" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Punkte" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "Zeige die Auszahlung des Spielautomaten an." -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Ich kann keine Direktnachrichten an dich senden." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "Benutze den Spielautomaten." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Du bist auf Abklingzeit, versuch es bald wieder." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Das ist kein gültiges Gebot, tut mir leid. :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Du hast nicht genug Geld, mein Freund." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "Du hast die maximale Summe von {currency} erreicht! Bitte gib mal etwas mehr aus 😬\\n{old_balance} -> {new_balance}!" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "Nichts!" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "Verwalte Economy Einstellungen." -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "Lege den Mindestwetteinsatz für den Spielautomat fest." -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Ungültiges Mindestgebot." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "Mindestwetteinsatz beträgt jetzt {bid} {currency}." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "Lege den Maximalwetteinsatz für den Spielautomat fest." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Ungültiger Maximalwetteinsatz. Dieser muss höher sein als der Minimalwetteinsatz." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "Maximalwetteinsatz beträgt jetzt {bid} {currency}." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "Lege die Abklingzeit für den Spielautomat fest." -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "Abklingzeit beträgt jetzt {num} Sekunden." -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Lege die Abklingzeit für den Zahltag fest." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Wert geändert. Mindestens {num} Sekunden müssen zwischen jedem Zahltag vergehen." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Legt den Betrag für jeden Zahltag fest." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "An jedem Zahltag werden jetzt {num} {currency} ausgezahlt." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Legt den Betrag an einem Zahltag für eine Rolle fest." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "Die Bank muss pro Server separat laufen, damit Zahltage nach Rollen funktionieren." -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "Jeden Zahltag gibt es jetzt {num} {currency} für Personen mit der {role_name} Rolle." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Legt das Startguthaben für neue Bankkonten fest." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "Ein neues Konto zu eröffnen gibt jetzt {num} {currency}." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "Wochen" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "Tage" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "Stunden" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "Minuten" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "Sekunden" diff --git a/redbot/cogs/economy/locales/el-GR.po b/redbot/cogs/economy/locales/el-GR.po index ca70380d5..52badd044 100644 --- a/redbot/cogs/economy/locales/el-GR.po +++ b/redbot/cogs/economy/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: el_GR\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/es-ES.po b/redbot/cogs/economy/locales/es-ES.po index 3dfe08a38..af6e0a0e2 100644 --- a/redbot/cogs/economy/locales/es-ES.po +++ b/redbot/cogs/economy/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: es_ES\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "¡2 6! ¡Tu apuesta ha sido multiplicada * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "¡Dos cerezas! ¡Tu apuesta ha sido multiplicada * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "¡Dos símbolos consecutivos! ¡Tu apuesta se ha multiplicado * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" -msgstr "" +msgstr "El saldo de {user} es {num} {currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." -msgstr "" +msgstr "Transferir moneda a otros usuarios." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" -msgstr "" +msgstr "{user} transfirió {num} {currency} a {other_user}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." -msgstr "" +msgstr "Elimina todas las cuentas bancarias." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" -msgstr "" +msgstr "Esto eliminará todas las cuentas de {scope}.\\nSi estás seguro, escribe `{prefix}bank reset yes`" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" -msgstr "" +msgstr "este servidor" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." -msgstr "" +msgstr "Limpiar cuentas bancarias." -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." -msgstr "" +msgstr "Obtenga algo de moneda gratis." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." -msgstr "" +msgstr "¡Has alcanzado la cantidad máxima de {currency}! Por favor gasta más 😬\\n\\nActualmente tienes {new_balance} {currency}." -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" -msgstr "" +msgstr "{author.mention} Aquí, toma algunos {currency}. ¡Disfruta! (+{amount} {currency}!)\\n\\nActualmente tienes {new_balance} {currency}.\\n\\n¡Actualmente estás #{pos} en el tablero global de líderes!" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." -msgstr "" +msgstr "{author.mention} Muy pronto. Para tu próximo día de pago, tienes que esperar {time}." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" -msgstr "" +msgstr "{author.mention} Aquí, toma algunos {currency}. ¡Disfruta! (+{amount} {currency}!)\\n\\nActualmente tienes {new_balance} {currency}.\\n\\n¡Actualmente estás #{pos} en el tablero global de líderes!" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "No hay cuentas en el Banco." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" -msgstr "" +msgstr "Nombre" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" -msgstr "" +msgstr "Puntaje" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "No puedo enviarte mensajes directos." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." -msgstr "" +msgstr "Usa la máquina tragaperras." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Estás en tiempo de enfriamiento, inténtelo de nuevo unos momentos." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Esta es una oferta inválido, lo siento :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "No tienes suficiente dinero, amigo." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" -msgstr "" +msgstr "Nada!" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" -msgstr "" - -#: redbot/cogs/economy/economy.py:643 -msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" -msgstr "" +msgstr "Tu apuesta: {bid}" #: redbot/cogs/economy/economy.py:660 +msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" +msgstr "\\n{old_balance} - {bid} (Tu apuesta) + {pay} (Ganancias) → {new_balance}!" + +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Importe de la puja min no válido." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "semanas" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "días" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "horas" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minutos" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "segundos" diff --git a/redbot/cogs/economy/locales/fi-FI.po b/redbot/cogs/economy/locales/fi-FI.po index f41ed65ef..c0e74ad62 100644 --- a/redbot/cogs/economy/locales/fi-FI.po +++ b/redbot/cogs/economy/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: fi_FI\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/fr-FR.po b/redbot/cogs/economy/locales/fr-FR.po index 927b93918..732fd2ead 100644 --- a/redbot/cogs/economy/locales/fr-FR.po +++ b/redbot/cogs/economy/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: fr_FR\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "JACKPOT ! 226 ! Votre mise a été multipliée par * 50 !" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "4LC ! Votre mise a été multipliée par * 25 !" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "Trois cerises ! Votre mise a été multipliée par * 20 !" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "26 ! Votre mise a été multipliée par 4 !" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Deux cerises ! Votre mise a été multipliée par 3 !" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "Trois symboles ! Votre mise a été multipliée par * 10 !" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Deux symboles consécutifs ! Votre mise a été multipliée par 2 !" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "Gains de la machine à sous :\\n{two.value} {two.value} {six.value} Mise * 50\\n{flc.value} {flc.value} {flc.value} Mise * 25\\n{cherries.value} {cherries.value} {cherries.value} Mise * 20\\n{two.value} {six.value} Mise * 4\\n{cherries.value} {cherries.value} Mise * 3\\n\\nTrois symboles : Mise * 10\\nDeux symboles : Mise * 2" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "Devenez riche et amusez-vous avec des devises imaginaires !" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "Gérer la banque." -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "Afficher le solde du compte de l'utilisateur.\\n\\n Par défaut sur le votre." -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "Le solde de {user} est {num} {currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "Transférer des devises à d'autres utilisateurs." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "{user} a transféré {num} {currency} à {other_user}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "Définissez le solde du compte bancaire de l'utilisateur.\\n\\n Le passage de valeurs positives et négatives ajoutera/supprimera de la monnaie à la place.\\n\\n Exemples :\\n - `[p]bank set @Twentysix 26` - Définit la balance à 26\\n - `[p]bank set @Twentysix +2` - Augmente le solde de 2\\n - `[p]bank set @Twentysix -6` - Diminue le solde de 6\\n " -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "{author} a ajouté {num} {currency} au compte de {user}." -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "{author} a retiré {num} {currency} du compte de {user}." -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "{author} définit le solde du compte de {user} à {num} {currency}." -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "Supprimer tous les comptes bancaires." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "Ceci supprimera tous les comptes bancaires pour {scope}.\\nSi vous êtes sûr, tapez `{prefix}bank reset yes`" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "ce serveur" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "Tous les comptes bancaires pour {scope} ont été supprimés." -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "Nettoyer les comptes bancaires." -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "Nettoyer les comptes bancaires pour les utilisateurs qui ne sont plus sur le serveur." -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "Cette commande ne peut pas être utilisée avec une banque globale." -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "Cela supprimera tous les comptes bancaires pour les utilisateurs qui ne sont plus sur ce serveur.\\nSi vous êtes sûr, tapez `{prefix}bank prune local yes`" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "Les comptes bancaires des utilisateurs qui ne sont plus sur ce serveur ont été supprimés." -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "Nettoyer les comptes bancaires pour les utilisateurs qui ne partagent plus un serveur avec le bot." -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "Cette commande ne peut pas être utilisée avec une banque locale." -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "Ceci supprimera tous les comptes bancaires pour les utilisateurs qui ne partagent plus de serveur avec le bot.\\nSi vous êtes sûr, tapez `{prefix}bank prune global yes`" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "Les comptes bancaires des utilisateurs qui ne partagent plus de serveur avec le bot ont été supprimés." -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "Supprimer le compte bancaire d'un utilisateur spécifié." -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "Cette commande ne peut pas être utilisée en message privé avec une banque locale." -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "Ceci supprimera le compte bancaire de {name}.\\nSi vous êtes sûr, tapez `{prefix}bank prune user {id} yes`" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "Le compte bancaire de {name} a été supprimé." -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "Obtenez quelques devises gratuites." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "Vous avez atteint le montant maximum de {currency} ! Veuillez dépenser plus 😬\\n\\nVous avez actuellement {new_balance} {currency}." -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "{author.mention} Tenez, voici un peu de {currency}. Amusez-vous bien ! (+{amount} {currency} !)\\n\\nVous avez actuellement {new_balance} {currency}.\\n\\nVous êtes actuellement #{pos} sur le classement global !" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "{author.mention} Trop tôt. Pour le prochain payday, vous devez attendre {time}." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "Vous avez atteint le montant maximum de {currency} ! Veuillez dépenser plus 😬\\n\\nVous avez actuellement {new_balance} {currency}." -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "{author.mention} Tenez, voici un peu de {currency}. Amusez-vous bien ! (+{amount} {currency} !)\\n\\nVous avez actuellement {new_balance} {currency}.\\n\\nVous êtes actuellement #{pos} sur le classement global !" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "Envoie le classement.\\n\\n Par défaut au top 10.\\n " -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Il n'y a pas de comptes dans cette banque." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Nom" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Score" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "Montrer les gains de la machine à sous." -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Je ne peux pas vous envoyer de messages privé." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "Utiliser la machine à sous." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Vous devez attendre, réessayez dans un moment." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "C'est un montant invalide pour une mise, désolé :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Vous n'avez pas assez d'argent, l'ami." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "Vous avez atteint le montant maximum de {currency} ! Veuillez dépenser plus 😬\\n{old_balance} -> {new_balance}!" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "Rien !" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "Votre mise : {bid}" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "\\n{old_balance} - {bid} (Votre mise) + {pay} (Gains) → {new_balance} !" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "Gérer les paramètres de l'economie." -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "----Paramètres de l'Economie---\\nMise minimale au slots : {slot_min}\\nMise maximale au slots : {slot_max}\\nTemps de récupération des slots : {slot_time}\\nMontant du payday : {payday_amount}\\nTemps de récupération du payday : {payday_time}\\nMontant donné lors de l'enregistrement du compte : {register_amount}\\nSolde maximum autorisé : {maximum_bal}" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "Définir le montant minimum de la machine à sous." -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Le montant minimum de la mise est invalide." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "La mise minimum est maintenant de {bid} {currency}." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "Définir le montant maximum de la machine à sous." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Montant de mise maximum invalide. Il doit être supérieur au montant minimum." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "La mise maximum est maintenant de {bid} {currency}." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "Définir le cooldown de la machine à sous." -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "Le cooldown est maintenant de {num} secondes." -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Définir le cooldown du payday." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Valeur modifiée. Au moins {num} secondes doivent passer entre chaque payday." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Définir le montant gagné à chaque payday." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "Le montant doit être supérieur à zéro et inférieur à {maxbal}." -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "Chaque payday donnera désormais {num} {currency}." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Définir le montant gagné chaque payday pour un rôle." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "La banque doit être par serveur pour que les paydays par rôle fonctionnent." -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "Chaque payday donnera désormais {num} {currency} aux personnes ayant le rôle {role_name}." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Définir le solde initial des nouveaux comptes bancaires." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "Le montant doit être supérieur ou égal à zéro et inférieur à {maxbal}." -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "L'enregistrement d'un compte donnera maintenant {num} {currency}." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "semaines" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "jours" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "heures" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minutes" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "secondes" diff --git a/redbot/cogs/economy/locales/he-IL.po b/redbot/cogs/economy/locales/he-IL.po index b721e8b02..b81de5682 100644 --- a/redbot/cogs/economy/locales/he-IL.po +++ b/redbot/cogs/economy/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: he_IL\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/hu-HU.po b/redbot/cogs/economy/locales/hu-HU.po index 9d5d3b4b1..a152ce2ec 100644 --- a/redbot/cogs/economy/locales/hu-HU.po +++ b/redbot/cogs/economy/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: hu_HU\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/id-ID.po b/redbot/cogs/economy/locales/id-ID.po index e7fd6fde7..5e9ed3903 100644 --- a/redbot/cogs/economy/locales/id-ID.po +++ b/redbot/cogs/economy/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: id_ID\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Taruhan Anda telah dikalikan * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Dua buah ceri! Taruhan Anda telah dikalikan * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Dua simbol berturut-turut! Taruhan Anda telah dikalikan * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Tidak ada rekening di bank." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Saya tidak dapat mengirim pesan langsung kepada Anda." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Anda sedang dalam keadaan dingin, coba lagi sebentar lagi." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Itu adalah jumlah tawaran yang tidak valid, maaf: /" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Anda tidak punya cukup uang, teman." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Jumlah tawaran min. Tidak valid." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "pekan" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "hari" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "jam" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "menit" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "detik" diff --git a/redbot/cogs/economy/locales/it-IT.po b/redbot/cogs/economy/locales/it-IT.po index 287b718b3..fa365dbcb 100644 --- a/redbot/cogs/economy/locales/it-IT.po +++ b/redbot/cogs/economy/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: it_IT\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! L'offerta è stato moltiplicato * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Due ciliege! L'offerta è stato moltiplicato * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Due simboli consecutivi! L'offerta è stato moltiplicato * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Non ci sono nessun conto in banca." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Io non riesco a inviare messaggi diretti a voi." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Sei il cooldown, riprovare in un po '." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "È un invalido offerta importo, mi dispiace :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Non hai abbastanza soldi, amico." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Importo dell'offerta valida min." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "settimane" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "giorni" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "ore" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minuti" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "secondi" diff --git a/redbot/cogs/economy/locales/ja-JP.po b/redbot/cogs/economy/locales/ja-JP.po index 9f18f4760..fee2b5a13 100644 --- a/redbot/cogs/economy/locales/ja-JP.po +++ b/redbot/cogs/economy/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ja_JP\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "26!入札は4倍されました!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "2つのチェリー!入札は3倍されました!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "2つの連続したシンボル!入札は2倍されました!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "銀行には口座がありません。" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "クールダウン中です。後でもう一度やり直してください。" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "無効な入札額です。ごめんね (。•́︿•̀。)" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "十分なお金がないよ。" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "最低入札額が無効です。" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "週間" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "日間" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "時間" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "分間" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "秒間" diff --git a/redbot/cogs/economy/locales/ko-KR.po b/redbot/cogs/economy/locales/ko-KR.po index 16f5cbb86..f33e1dc62 100644 --- a/redbot/cogs/economy/locales/ko-KR.po +++ b/redbot/cogs/economy/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ko_KR\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! 사용자님의 입찰 가격이 4배로 늘었어요!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "체리 두 개! 사용자님의 입찰 가격이 3배로 올랐어요!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "2연속 심볼! 당신의 입찰 가격이 2배로 늘었어요!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "은행에 등록된 계좌가 없어요." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "사용자님에게 직접 메시지를 보낼 수 없어요." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "사용자님은 지금 쿨타임이에요. 잠시 후에 다시 시도해보세요." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "잘못된 입찰 금액이에요, 죄송해요. ;/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "동작 그만, 밑장빼기냐? 돈이 없잖아." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "최소 입찰 금액이 잘못됐어요." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "주" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "날" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "시간" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "분" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "초" diff --git a/redbot/cogs/economy/locales/nl-NL.po b/redbot/cogs/economy/locales/nl-NL.po index 77785f5fe..14bb6f356 100644 --- a/redbot/cogs/economy/locales/nl-NL.po +++ b/redbot/cogs/economy/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: nl_NL\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Je bod is 4 maal verhoogd!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Twee kersen! Je bod is 3 maal verhoogd!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Twee dezelfde symbolen! Je bod is verdubbeld!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "Word rijk en heb plezier met een denkbeeldige valuta!" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "Beheer de bank." -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "{user}'s balans is {num}{currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "Verstuur geld naar andere gebruikers." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "{user} verstuurde {num}{currency} naar {other_user}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "{author} heeft {num}{currency} toegevoegd aan {user}'s account." -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "{author} heeft {num}{currency} verwijderd van {user}'s account." -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "Verwijder alle bank accounts." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "deze server" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "Alle bank accounts voor {scope} zijn verwijderd." -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "Krijg wat gratis geld." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "{author.mention} Te snel. Voor de volgende uitbetaling moet je nog {time} wachten." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Er zijn geen bankrekeningen." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Naam" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Score" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "Toon de uitbetalingen voor de gokautomaat." -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Ik kan je geen persoonlijke berichten versturen." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "Gebruik de gokautomaat." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Je gaat te snel! Probeer het later opnieuw." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Dat is een ongeldig bod, sorry :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Je hebt niet genoeg geld." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "Niets!" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "Beheer Economy-instellingen." -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "Stel het minimum gokautomaat bod in." -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Ongeldig minimaal bod." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "Het minimum bod is nu {bid} {currency}." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "Stel het maximale gokautomaat bod in." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Ongeldige maximum biedingsbedrag. Moet groter zijn dan het minimumbedrag." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "Het maximum bod is nu {bid} {currency}." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "Stel de cooldown voor de gokautomaat in." -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "Cooldown is nu {num} seconden." -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Stel de cooldown voor betaaldag." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Waarde gewijzigd. Ten minste {num} seconden moeten tussen elke betaaldag doorgaan." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Stel het bedrag in dat elke betaaldag wordt verdiend." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "Elke betaaldag geeft nu {num} {currency}." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Stel het bedrag in dat elke betaaldag wordt verdiend voor een rol." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "De bank moet ingesteld staan op per-server om de per-role betaaldagen werkbaar te maken." -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "Elke betaaldag geeft nu {num} {currency} aan mensen met de rol {role_name}." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Stel het beginsaldo in voor nieuwe bankrekeningen." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "Als je een account registreert, krijg je nu {num} {currency}." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "weken" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dagen" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "uren" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minuten" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "seconden" diff --git a/redbot/cogs/economy/locales/no-NO.po b/redbot/cogs/economy/locales/no-NO.po index 5ca61a546..7495f351b 100644 --- a/redbot/cogs/economy/locales/no-NO.po +++ b/redbot/cogs/economy/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: no_NO\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Budet er multiplisert * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "To kirsebær! Budet er multiplisert * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "To påfølgende symboler! Budet er multiplisert * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Det er ingen kontoer i banken." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Du er på ventetid, prøv igjen litt." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Det er et ugyldig bud beløp, beklager :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Du ikke har nok penger, venn." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Ugyldig minimums bud beløp." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "uker" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dager" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "timer" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minutter" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "sekunder" diff --git a/redbot/cogs/economy/locales/pl-PL.po b/redbot/cogs/economy/locales/pl-PL.po index 7ab0dd908..047cb8811 100644 --- a/redbot/cogs/economy/locales/pl-PL.po +++ b/redbot/cogs/economy/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: pl_PL\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Twój zakład został powiększony czterokrotnie!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Dwie wiśnie! Twój zakład został powiększony trzykrotnie!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Dwa kolejne symoble! Twój zakład został podwojony!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "ten serwer" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Nie ma żadnych kont w banku." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Nazwa" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Stan" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Nie możesz tak często robić zakładów, spróbuj za chwilę." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Nieprawidłowa kwota zakładu, przepraszam :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Nie masz tyle pieniędzy, kolego." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Nieprawidłowa minimalna kwota zakładu." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "tygodni" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dni" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "godzin" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minut" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "sekund" diff --git a/redbot/cogs/economy/locales/pt-BR.po b/redbot/cogs/economy/locales/pt-BR.po index 9d0e0d095..470b70d50 100644 --- a/redbot/cogs/economy/locales/pt-BR.po +++ b/redbot/cogs/economy/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: pt_BR\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Sua aposta foi multiplicada * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Duas cerejas! Sua aposta foi multiplicada * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Dois símbolos consecutivos! Sua aposta foi multiplicada * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Não há nenhuma conta no banco." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Nome" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Pontuação" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Você deve aguardar, tente novamente daqui a pouco." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Desculpe, mas isso é um valor de aposta inválido :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Você não tem dinheiro suficiente, amigo." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Quantidade de aposta min inválido." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "semanas" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dias" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "horas" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minutos" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "segundos" diff --git a/redbot/cogs/economy/locales/pt-PT.po b/redbot/cogs/economy/locales/pt-PT.po index 74a89b475..8e5ace97b 100644 --- a/redbot/cogs/economy/locales/pt-PT.po +++ b/redbot/cogs/economy/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: pt_PT\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/ro-RO.po b/redbot/cogs/economy/locales/ro-RO.po index 6db7a417f..df30b5d2a 100644 --- a/redbot/cogs/economy/locales/ro-RO.po +++ b/redbot/cogs/economy/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ro_RO\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/ru-RU.po b/redbot/cogs/economy/locales/ru-RU.po index 628806190..a1ceeab2c 100644 --- a/redbot/cogs/economy/locales/ru-RU.po +++ b/redbot/cogs/economy/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: ru_RU\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Ваша ставка была умножена на 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Две вишни! Ваша ставка была умножена на 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Два последовательных символа! Ваша ставка была умножена на 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "Богатейте и веселитесь с воображаемой валютой!" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "Управление банком." -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "Баланс пользователя {user}: {num} {currency}" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "Передача валюты другим пользователям." -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "{user} перевёл {other_user} {num} {currency}" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "{author} добавил {num} {currency} на счет {user}." -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "{author} удалил {num} {currency} со счета {user}." -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "{author} установил баланс счета {user} на {num} {currency}." -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "Удалить все банковские счета." -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "этот сервер" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "Все банковские счета для {scope} были удалены." -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "Получить немного бесплатной валюты." -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "Вы достигли максимума {currency}. Пожалуйста потратьте ещё не много. \\n\\n У вас сейчас есть{new_balance} {currency}." -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "{author.mention}, слишком рано. До следующей выплаты придется подождать {time}." -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "В банке нет счетов." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "Имя" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "Счет" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "Показать выплаты слот-машины." -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Я не могу отправить вам личное сообщение." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "Использовать слот-машину." -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Ты играешь слишком часто, попробуй чуть позже." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "К сожалению, это неправильная сумма ставки :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Слушай, у тебя нет столько денег." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "Ничего!" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "Управление настройками экономики." -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "Установите минимальную ставку слот-машины." -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Неверная минимальная сумма ставки." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "Минимальная ставка сейчас {bid} {currency}." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "Установите максимальную ставку слот-машины." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Неверная максимальная сумма ставки. Должна быть больше минимальной суммы." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "Максимальная ставка сейчас {bid} {currency}." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "Установите время восстановления слот-машины." -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "Перерыв между играми теперь {num} секунд." -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Установите время восстановления для выплаты жалованья." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Значение изменено. Теперь между выплатами должно пройти как минимум {num} секунд." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Установите сумму, заработанную каждый день выплаты жалованья." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "Каждая выплата теперь дает {num}{currency}." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Установить сумму, зарабатываемую за каждый день выплаты за роль." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "Банк должен быть серверным, чтобы делать выплаты жалованья для ролей." -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "Теперь каждый день выплаты будет давать {num} {currency} людям с ролью {role_name}." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Установить начальный баланс для новых банковских счетов." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "Регистрация счета теперь даст {num} {currency}." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "нед." -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "дн." -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "ч." -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "мин." -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "с." diff --git a/redbot/cogs/economy/locales/sk-SK.po b/redbot/cogs/economy/locales/sk-SK.po index 8f20dbc20..1181603b0 100644 --- a/redbot/cogs/economy/locales/sk-SK.po +++ b/redbot/cogs/economy/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: sk_SK\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/sr-SP.po b/redbot/cogs/economy/locales/sr-SP.po index bcc52692b..05a5cec3d 100644 --- a/redbot/cogs/economy/locales/sr-SP.po +++ b/redbot/cogs/economy/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: sr_SP\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/sv-SE.po b/redbot/cogs/economy/locales/sv-SE.po index 3d04f066d..d9b4ae95d 100644 --- a/redbot/cogs/economy/locales/sv-SE.po +++ b/redbot/cogs/economy/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: sv_SE\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Din insats har blivit multiplicerad * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "Två körsbär! Din insats har multiplicerats * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "Två på varandra lika följande symboler! Din insats har multiplicerats * 2!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "Det finns inga konton i banken." -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Jag kan inte skicka direkt meddelanden till dig." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "Du är på cooldown, försök igen om en liten stund." -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "Det är inte en giltig insats summa, förlåt :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "Du har inte tillräckligt med pengar, kompis." -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "Ej giltig minsta insats summa." -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "veckor" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "dagar" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "timmar" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "minuter" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "sekunder" diff --git a/redbot/cogs/economy/locales/tr-TR.po b/redbot/cogs/economy/locales/tr-TR.po index 6c10fd55c..b041e836d 100644 --- a/redbot/cogs/economy/locales/tr-TR.po +++ b/redbot/cogs/economy/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,355 +15,355 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: tr_TR\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! Teklifinizi çarpı * 4!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "İki kiraz! Teklifinizi çarpı * 3!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "Sana özelden mesaj atamıyorum." -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "Minimum teklif şimdi {bid} {currency} ' dir." -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "En fazla slot makinesidir belirlersiniz." -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "Geçersiz en büyük teklif tutarını. Az büyük olması gerekir." -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "Maksimum teklifi şimdi {bid} {currency} ' dir." -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "Slot makinesidir için bekleme süresi ayarlayın." -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "Bekleme süresi şimdi {num} saniyedir." -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "Ödeme günü için cooldown'u ayarlayın." -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "Değer değiştirildi. Her ödeme günü arasında en az {num} saniye geçmelidir." -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "Her payday kazanılan miktarı ayarlayın." -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "Her ödeme günü şimdi {num} {currency} verecek." -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "Bir rol için her maaş günü kazanılan ayarlayın." -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "Banka sunucu rolü başına paydays çalışmak için başına olmalıdır." -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "\n" "Her ödeme günü şimdi {role_name} rolüne sahip olan kişilere {num} {currency} verecek." -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "Yeni banka hesapları için başlangıç ​​bakiyesini ayarlayın." -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "Bir hesap kayıt {num} {currency} şimdi verin." -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "hafta" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "günler" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "saatler" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "dakika" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "saniye" diff --git a/redbot/cogs/economy/locales/uk-UA.po b/redbot/cogs/economy/locales/uk-UA.po index 01ebd7c2f..515a9b93e 100644 --- a/redbot/cogs/economy/locales/uk-UA.po +++ b/redbot/cogs/economy/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: uk_UA\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/vi-VN.po b/redbot/cogs/economy/locales/vi-VN.po index 82a316f6c..36e751de4 100644 --- a/redbot/cogs/economy/locales/vi-VN.po +++ b/redbot/cogs/economy/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: vi_VN\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/zh-CN.po b/redbot/cogs/economy/locales/zh-CN.po index da9c7a800..970cc828b 100644 --- a/redbot/cogs/economy/locales/zh-CN.po +++ b/redbot/cogs/economy/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: zh_CN\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! 你的出价已经翻了4倍!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "两个樱桃! 你的出价已经翻了3倍!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "两个连续的符号!你的出价已经翻倍!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "在这个银行中没有账户。" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "请冷静,稍后再试。" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "对不起,这是无效出价金额 :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "你没有足够的资金。" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "无效的最小出价金额。" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "周" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "日" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "小时" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "分钟" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "秒数" diff --git a/redbot/cogs/economy/locales/zh-HK.po b/redbot/cogs/economy/locales/zh-HK.po index 1ce395414..a2fafc572 100644 --- a/redbot/cogs/economy/locales/zh-HK.po +++ b/redbot/cogs/economy/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: zh_HK\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "" diff --git a/redbot/cogs/economy/locales/zh-TW.po b/redbot/cogs/economy/locales/zh-TW.po index 6d84ce56d..6905418a3 100644 --- a/redbot/cogs/economy/locales/zh-TW.po +++ b/redbot/cogs/economy/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,354 +15,354 @@ msgstr "" "X-Crowdin-File-ID: 23\n" "Language: zh_TW\n" -#: redbot/cogs/economy/economy.py:44 +#: redbot/cogs/economy/economy.py:45 msgid "JACKPOT! 226! Your bid has been multiplied * 50!" msgstr "" -#: redbot/cogs/economy/economy.py:48 +#: redbot/cogs/economy/economy.py:49 msgid "4LC! Your bid has been multiplied * 25!" msgstr "" -#: redbot/cogs/economy/economy.py:52 +#: redbot/cogs/economy/economy.py:53 msgid "Three cherries! Your bid has been multiplied * 20!" msgstr "" -#: redbot/cogs/economy/economy.py:56 +#: redbot/cogs/economy/economy.py:57 msgid "2 6! Your bid has been multiplied * 4!" msgstr "2 6! 你的出價已經翻了4倍!" -#: redbot/cogs/economy/economy.py:60 +#: redbot/cogs/economy/economy.py:61 msgid "Two cherries! Your bid has been multiplied * 3!" msgstr "兩個櫻桃! 你的出價已經翻了3倍!" -#: redbot/cogs/economy/economy.py:64 +#: redbot/cogs/economy/economy.py:65 msgid "Three symbols! Your bid has been multiplied * 10!" msgstr "" -#: redbot/cogs/economy/economy.py:68 +#: redbot/cogs/economy/economy.py:69 msgid "Two consecutive symbols! Your bid has been multiplied * 2!" msgstr "兩個連續的符號!你的出價已經翻倍!" -#: redbot/cogs/economy/economy.py:72 +#: redbot/cogs/economy/economy.py:73 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\\nThree symbols: Bet * 10\\nTwo symbols: Bet * 2" msgstr "" -#: redbot/cogs/economy/economy.py:117 +#: redbot/cogs/economy/economy.py:118 #, docstring msgid "Get rich and have fun with imaginary currency!" msgstr "" -#: redbot/cogs/economy/economy.py:151 +#: redbot/cogs/economy/economy.py:168 #, docstring msgid "Manage the bank." msgstr "" -#: redbot/cogs/economy/economy.py:156 +#: redbot/cogs/economy/economy.py:173 #, docstring msgid "Show the user's account balance.\\n\\n Defaults to yours." msgstr "" -#: redbot/cogs/economy/economy.py:169 +#: redbot/cogs/economy/economy.py:186 msgid "{user}'s balance is {num} {currency}" msgstr "" -#: redbot/cogs/economy/economy.py:176 +#: redbot/cogs/economy/economy.py:193 #, docstring msgid "Transfer currency to other users." msgstr "" -#: redbot/cogs/economy/economy.py:186 +#: redbot/cogs/economy/economy.py:203 msgid "{user} transferred {num} {currency} to {other_user}" msgstr "" -#: redbot/cogs/economy/economy.py:198 +#: redbot/cogs/economy/economy.py:215 #, docstring msgid "Set the balance of user's bank account.\\n\\n Passing positive and negative values will add/remove currency 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 " msgstr "" -#: redbot/cogs/economy/economy.py:213 +#: redbot/cogs/economy/economy.py:230 msgid "{author} added {num} {currency} to {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:221 +#: redbot/cogs/economy/economy.py:238 msgid "{author} removed {num} {currency} from {user}'s account." msgstr "" -#: redbot/cogs/economy/economy.py:229 +#: redbot/cogs/economy/economy.py:246 msgid "{author} set {user}'s account balance to {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:244 +#: redbot/cogs/economy/economy.py:261 #, docstring msgid "Delete all bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:247 +#: redbot/cogs/economy/economy.py:264 msgid "This will delete all bank accounts for {scope}.\\nIf you're sure, type `{prefix}bank reset yes`" msgstr "" -#: redbot/cogs/economy/economy.py:251 redbot/cogs/economy/economy.py:259 +#: redbot/cogs/economy/economy.py:268 redbot/cogs/economy/economy.py:276 msgid "this server" msgstr "" -#: redbot/cogs/economy/economy.py:258 +#: redbot/cogs/economy/economy.py:275 msgid "All bank accounts for {scope} have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:267 +#: redbot/cogs/economy/economy.py:284 #, docstring msgid "Prune bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:274 +#: redbot/cogs/economy/economy.py:291 #, docstring msgid "Prune bank accounts for users no longer in the server." msgstr "" -#: redbot/cogs/economy/economy.py:277 +#: redbot/cogs/economy/economy.py:294 msgid "This command cannot be used with a global bank." msgstr "" -#: redbot/cogs/economy/economy.py:281 +#: redbot/cogs/economy/economy.py:298 msgid "This will delete all bank accounts for users no longer in this server.\\nIf you're sure, type `{prefix}bank prune local yes`" msgstr "" -#: redbot/cogs/economy/economy.py:290 +#: redbot/cogs/economy/economy.py:307 msgid "Bank accounts for users no longer in this server have been deleted." msgstr "" -#: redbot/cogs/economy/economy.py:296 +#: redbot/cogs/economy/economy.py:313 #, docstring msgid "Prune bank accounts for users who no longer share a server with the bot." msgstr "" -#: redbot/cogs/economy/economy.py:299 +#: redbot/cogs/economy/economy.py:316 msgid "This command cannot be used with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:303 +#: redbot/cogs/economy/economy.py:320 msgid "This will delete all bank accounts for users who no longer share a server with the bot.\\nIf you're sure, type `{prefix}bank prune global yes`" msgstr "" -#: redbot/cogs/economy/economy.py:312 +#: redbot/cogs/economy/economy.py:329 msgid "Bank accounts for users who no longer share a server with the bot have been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:322 +#: redbot/cogs/economy/economy.py:339 #, docstring msgid "Delete the bank account of a specified user." msgstr "" -#: redbot/cogs/economy/economy.py:325 +#: redbot/cogs/economy/economy.py:342 msgid "This command cannot be used in DMs with a local bank." msgstr "" -#: redbot/cogs/economy/economy.py:335 +#: redbot/cogs/economy/economy.py:352 msgid "This will delete {name}'s bank account.\\nIf you're sure, type `{prefix}bank prune user {id} yes`" msgstr "" -#: redbot/cogs/economy/economy.py:343 +#: redbot/cogs/economy/economy.py:360 msgid "The bank account for {name} has been pruned." msgstr "" -#: redbot/cogs/economy/economy.py:348 +#: redbot/cogs/economy/economy.py:365 #, docstring msgid "Get some free currency." msgstr "" -#: redbot/cogs/economy/economy.py:366 +#: redbot/cogs/economy/economy.py:383 msgid "You've reached the maximum amount of {currency}!Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:380 +#: redbot/cogs/economy/economy.py:397 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:397 redbot/cogs/economy/economy.py:453 +#: redbot/cogs/economy/economy.py:414 redbot/cogs/economy/economy.py:470 msgid "{author.mention} Too soon. For your next payday you have to wait {time}." msgstr "" -#: redbot/cogs/economy/economy.py:421 +#: redbot/cogs/economy/economy.py:438 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n\\nYou currently have {new_balance} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:437 +#: redbot/cogs/economy/economy.py:454 msgid "{author.mention} Here, take some {currency}. Enjoy! (+{amount} {currency}!)\\n\\nYou currently have {new_balance} {currency}.\\n\\nYou are currently #{pos} on the global leaderboard!" msgstr "" -#: redbot/cogs/economy/economy.py:461 +#: redbot/cogs/economy/economy.py:478 #, docstring msgid "Print the leaderboard.\\n\\n Defaults to top 10.\\n " msgstr "" -#: redbot/cogs/economy/economy.py:482 +#: redbot/cogs/economy/economy.py:499 msgid "There are no accounts in the bank." msgstr "在這個銀行中沒有帳戶。" -#: redbot/cogs/economy/economy.py:486 +#: redbot/cogs/economy/economy.py:503 msgid "Name" msgstr "" -#: redbot/cogs/economy/economy.py:487 +#: redbot/cogs/economy/economy.py:504 msgid "Score" msgstr "" -#: redbot/cogs/economy/economy.py:534 +#: redbot/cogs/economy/economy.py:551 #, docstring msgid "Show the payouts for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:538 +#: redbot/cogs/economy/economy.py:555 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/economy/economy.py:543 +#: redbot/cogs/economy/economy.py:560 #, docstring msgid "Use the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:562 +#: redbot/cogs/economy/economy.py:579 msgid "You're on cooldown, try again in a bit." msgstr "正在冷卻時間,稍後再試。" -#: redbot/cogs/economy/economy.py:565 +#: redbot/cogs/economy/economy.py:582 msgid "That's an invalid bid amount, sorry :/" msgstr "這是無效出價金額,抱歉 :/" -#: redbot/cogs/economy/economy.py:568 +#: redbot/cogs/economy/economy.py:585 msgid "You ain't got enough money, friend." msgstr "你沒有足夠的錢,朋友。" -#: redbot/cogs/economy/economy.py:623 +#: redbot/cogs/economy/economy.py:640 msgid "You've reached the maximum amount of {currency}! Please spend some more 😬\\n{old_balance} -> {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:638 +#: redbot/cogs/economy/economy.py:655 msgid "Nothing!" msgstr "" -#: redbot/cogs/economy/economy.py:642 +#: redbot/cogs/economy/economy.py:659 msgid "Your bid: {bid}" msgstr "" -#: redbot/cogs/economy/economy.py:643 +#: redbot/cogs/economy/economy.py:660 msgid "\\n{old_balance} - {bid} (Your bid) + {pay} (Winnings) → {new_balance}!" msgstr "" -#: redbot/cogs/economy/economy.py:660 +#: redbot/cogs/economy/economy.py:677 #, docstring msgid "Manage Economy settings." msgstr "" -#: redbot/cogs/economy/economy.py:664 +#: redbot/cogs/economy/economy.py:681 #, docstring msgid "\\n Shows the current economy settings\\n " msgstr "" -#: redbot/cogs/economy/economy.py:674 +#: redbot/cogs/economy/economy.py:691 msgid "----Economy Settings---\\nMinimum slot bid: {slot_min}\\nMaximum slot bid: {slot_max}\\nSlot cooldown: {slot_time}\\nPayday amount: {payday_amount}\\nPayday cooldown: {payday_time}\\nAmount given at account registration: {register_amount}\\nMaximum allowed balance: {maximum_bal}" msgstr "" -#: redbot/cogs/economy/economy.py:697 +#: redbot/cogs/economy/economy.py:714 #, docstring msgid "Set the minimum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:699 +#: redbot/cogs/economy/economy.py:716 msgid "Invalid min bid amount." msgstr "" -#: redbot/cogs/economy/economy.py:708 +#: redbot/cogs/economy/economy.py:725 msgid "Minimum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:715 +#: redbot/cogs/economy/economy.py:732 #, docstring msgid "Set the maximum slot machine bid." msgstr "" -#: redbot/cogs/economy/economy.py:719 +#: redbot/cogs/economy/economy.py:736 msgid "Invalid maximum bid amount. Must be greater than the minimum amount." msgstr "" -#: redbot/cogs/economy/economy.py:729 +#: redbot/cogs/economy/economy.py:746 msgid "Maximum bid is now {bid} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:736 +#: redbot/cogs/economy/economy.py:753 #, docstring msgid "Set the cooldown for the slot machine." msgstr "" -#: redbot/cogs/economy/economy.py:742 +#: redbot/cogs/economy/economy.py:759 msgid "Cooldown is now {num} seconds." msgstr "" -#: redbot/cogs/economy/economy.py:746 +#: redbot/cogs/economy/economy.py:763 #, docstring msgid "Set the cooldown for payday." msgstr "" -#: redbot/cogs/economy/economy.py:753 +#: redbot/cogs/economy/economy.py:770 msgid "Value modified. At least {num} seconds must pass between each payday." msgstr "" -#: redbot/cogs/economy/economy.py:760 +#: redbot/cogs/economy/economy.py:777 #, docstring msgid "Set the amount earned each payday." msgstr "" -#: redbot/cogs/economy/economy.py:765 redbot/cogs/economy/economy.py:787 +#: redbot/cogs/economy/economy.py:782 redbot/cogs/economy/economy.py:804 msgid "Amount must be greater than zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:775 +#: redbot/cogs/economy/economy.py:792 msgid "Every payday will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:782 +#: redbot/cogs/economy/economy.py:799 #, docstring msgid "Set the amount earned each payday for a role." msgstr "" -#: redbot/cogs/economy/economy.py:793 +#: redbot/cogs/economy/economy.py:810 msgid "The bank must be per-server for per-role paydays to work." msgstr "" -#: redbot/cogs/economy/economy.py:797 +#: redbot/cogs/economy/economy.py:814 msgid "Every payday will now give {num} {currency} to people with the role {role_name}." msgstr "" -#: redbot/cogs/economy/economy.py:805 +#: redbot/cogs/economy/economy.py:822 #, docstring msgid "Set the initial balance for new bank accounts." msgstr "" -#: redbot/cogs/economy/economy.py:813 +#: redbot/cogs/economy/economy.py:830 msgid "Amount must be greater than or equal to zero and less than {maxbal}." msgstr "" -#: redbot/cogs/economy/economy.py:818 +#: redbot/cogs/economy/economy.py:835 msgid "Registering an account will now give {num} {currency}." msgstr "" -#: redbot/cogs/economy/economy.py:827 +#: redbot/cogs/economy/economy.py:844 msgid "weeks" msgstr "週" -#: redbot/cogs/economy/economy.py:828 +#: redbot/cogs/economy/economy.py:845 msgid "days" msgstr "日" -#: redbot/cogs/economy/economy.py:829 +#: redbot/cogs/economy/economy.py:846 msgid "hours" msgstr "小時" -#: redbot/cogs/economy/economy.py:830 +#: redbot/cogs/economy/economy.py:847 msgid "minutes" msgstr "分鐘" -#: redbot/cogs/economy/economy.py:831 +#: redbot/cogs/economy/economy.py:848 msgid "seconds" msgstr "秒" diff --git a/redbot/cogs/filter/locales/af-ZA.po b/redbot/cogs/filter/locales/af-ZA.po index 39e107a9e..be59e2dcf 100644 --- a/redbot/cogs/filter/locales/af-ZA.po +++ b/redbot/cogs/filter/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: af_ZA\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ar-SA.po b/redbot/cogs/filter/locales/ar-SA.po index c911dcb48..4916908ac 100644 --- a/redbot/cogs/filter/locales/ar-SA.po +++ b/redbot/cogs/filter/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ar_SA\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/bg-BG.po b/redbot/cogs/filter/locales/bg-BG.po index 2543a1897..e44607e6a 100644 --- a/redbot/cogs/filter/locales/bg-BG.po +++ b/redbot/cogs/filter/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: bg_BG\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ca-ES.po b/redbot/cogs/filter/locales/ca-ES.po index f2840f1f9..cf66fd784 100644 --- a/redbot/cogs/filter/locales/ca-ES.po +++ b/redbot/cogs/filter/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ca_ES\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/cs-CZ.po b/redbot/cogs/filter/locales/cs-CZ.po index 0fcdc84c7..97edb3dfb 100644 --- a/redbot/cogs/filter/locales/cs-CZ.po +++ b/redbot/cogs/filter/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: cs_CZ\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Správa nastavení filtru." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban vypnut." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Filtrováno na tomto serveru:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "Filtrováno v tomto kanále:" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Slova přidána do filtru." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Slova jsou již ve filtru." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Slova odebrána z filtru." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Tato slova nebyla ve filtru." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Filtrovaná přezdívka" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Filtrovaný název" diff --git a/redbot/cogs/filter/locales/da-DK.po b/redbot/cogs/filter/locales/da-DK.po index b69e1ae1f..20dd536d1 100644 --- a/redbot/cogs/filter/locales/da-DK.po +++ b/redbot/cogs/filter/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: da_DK\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/de-DE.po b/redbot/cogs/filter/locales/de-DE.po index d9d206f17..243f90640 100644 --- a/redbot/cogs/filter/locales/de-DE.po +++ b/redbot/cogs/filter/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: de_DE\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "Filtere unerwünschte Wörter und Phrasen aus Textkanälen." -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Filtereinstellungen verwalten." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "Setze den Nicknamen für Benutzer mit einem gefilterten Namen.\\n\\n Hinweis, dass dies keinen Effekt hat, wenn Namens filterung deaktiviert ist\\n (zum umschaulten, führe `[p]Filternamen` aus).\\n\\n Der Standardname ist *John Doe*.\\n " -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "Der Name der für gefilterte Namen benutzt wird wurde festgelegt." -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "Lege die bedingungen für einen automatischen Ban fest\\n\\n Nutzer werden gebannt wenn sie `` gefilterte Wörter in\\n `` Sekunden senden.\\n\\n Setze beides auf 0 um automatische Bans zu deaktivieren.\\n " -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Anzahl und Zeitrahmen müssen entweder beide 0 sein oder beide müssen größer als 0 sein!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban deaktiviert." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Anzahl und Zeit wurden festgelegt." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Auf diesem Server gefiltert:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Ich kann keine Direktnachrichten an dich senden." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "Gefiltert in diesem Kanal:" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "Hinzufügen von Wörtern im Filter.\\n\\n Benutze Anführungszeichen um Sätze hinzuzufügen.\\n\\n Beispiele:\\n - `[p]filter channel add wort1 wort2 wort3`\\n - `[p]filter channel add \\\"Dies ist ein Satz\\\"`\\n " -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Wörter wurden dem Filter hinzugefügt." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Das ist bereits im Filter enthalten." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "Entfernt Wörter im Filter.\\n\\n Benutze Anführungszeichen um Sätze hinzuzufügen.\\n\\n Beispiele:\\n - `[p]filter channel remove wort1 wort2 wort3`\\n - `[p]filter channel remove \\\"Dies ist ein Satz\\\"`\\n " -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "{} vom Filter entfernt." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Diese Wörter befinden sich nicht in dem Filter." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "Hinzufügen von Wörtern im Filter.\\n\\n Benutze Anführungszeichen um Sätze hinzuzufügen.\\n\\n Beispiele:\\n - `[p]filter add wort1 wort2 wort3`\\n - `[p]filter add \\\"Dies ist ein Satz\\\"`\\n " -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "Wörter erfolgreich zum Filter hinzugefügt." -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "Diese Wörter sind bereits im Filter." -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "Entferne Wörter aus dem Filter.\\n\\n Benutze doppelte Anführungszeichen um Sätze zu entfernen.\\n\\n Beispiele:\\n - `[p]filter remove wort1 wort2 wort3`\\n - `[p]filter remove \\\"Dies ist ein Satz\\\"`\\n " -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "Wörter erfolgreich aus dem Filter entfernt." -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "Filterung von Namen und Nicknamen umschalten.\\n\\n Dies ist standartmäßig deaktiviert.\\n " -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "Name und Nicknamen werden nun nicht mehr gefiltert." -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "Name und Nicknamen werden nun gefiltert." -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "Automatischer Ban (zu viele gefilterte Nachrichten.)" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Gefilterter Nickname" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Gefilterter Name" diff --git a/redbot/cogs/filter/locales/el-GR.po b/redbot/cogs/filter/locales/el-GR.po index 361576a1b..1f3ee588b 100644 --- a/redbot/cogs/filter/locales/el-GR.po +++ b/redbot/cogs/filter/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: el_GR\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/es-ES.po b/redbot/cogs/filter/locales/es-ES.po index 43a886d16..3fabae10d 100644 --- a/redbot/cogs/filter/locales/es-ES.po +++ b/redbot/cogs/filter/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: es_ES\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "¡La cuenta y el periodo del tiempo o ambos deben ser 0 o ambos necesitan ser mayor que 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban desactivado." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Cuenta y tiempo establecidos." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Filtrado en este servidor:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "No puedo enviarte mensajes directos." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Palabras añadidas al filtro." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Palabras ya en el filtro." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Palabras quitadas del filtro." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Esas palabras no estaban en el filtro." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/fi-FI.po b/redbot/cogs/filter/locales/fi-FI.po index 9eddfe52b..82cf32430 100644 --- a/redbot/cogs/filter/locales/fi-FI.po +++ b/redbot/cogs/filter/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: fi_FI\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/fr-FR.po b/redbot/cogs/filter/locales/fr-FR.po index 565eec7e4..c13df5993 100644 --- a/redbot/cogs/filter/locales/fr-FR.po +++ b/redbot/cogs/filter/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: fr_FR\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "Filtrer les mots et phrases indésirables des salons textuels." -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Gérer les paramètres du filtre." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "Définissez le pseudonyme pour les utilisateurs dont le nom est filtré.\\n\\n Notez que ceci n'a aucun effet si le filtrage des noms est désactivé\\n (pour activer, utilisez `[p]filter names`).\\n\\n Le nom par défaut utilisé est *John Doe*.\\n " -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "Le nom à utiliser sur les noms filtrés a été défini." -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "Définissez les conditions d'autoban du filtre.\\n\\n Les utilisateurs seront bannis s'ils envoient `` mots filtrés en\\n `` secondes.\\n\\n Réglez les deux sur zéro pour désactiver l'autoban.\\n " -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Le nombre et la durée doivent être égaux à 0 ou les deux doivent être supérieurs à 0 !" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Ban auto désactivé." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Le compteur et le temps ont été définis." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "Ajoute ou supprime des mots du filtre du serveur.\\n\\n Utilisez des doubles guillemets pour ajouter ou supprimer des phrases.\\n " -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "Envoie une liste des mots filtrés de ce serveur." -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "Il n'y a aucun mots configuré pour être filtré sur ce serveur." -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Filtré sur ce serveur :" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Je ne peux pas vous envoyer de messages privé." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "Ajoute ou supprime des mots du filtre du salon.\\n\\n Utilisez des doubles guillemets pour ajouter ou supprimer des phrases.\\n " -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "Envoie une liste des mots filtrés dans ce salon." -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "Il n'y a aucun mots configuré pour être filtré dans ce salon." -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "Filtré dans ce salon :" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "Ajouter des mots au filtre.\\n\\n Utilisez les guillemets doubles pour ajouter des phrases.\\n\\n Exemples :\\n - `[p]filter channel add mot1 mot2 mot3`\\n - `[p]filter channel add \\\"C'est une phrase\\\"`\\n " -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Mots ajoutés au filtre." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Mots déjà dans le filtre." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "Enlever des mots du filtre.\\n\\n Utilisez les guillemets pour enlever des phrases.\\n\\n Exemples :\\n - `[p]filter channel remove mot1 mot2 mot3`\\n - `[p]filter channel remove \\\"C'est une phrase\\\"`\\n " -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Mots supprimés du filtre." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Ces mots n’étaient pas dans le filtre." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "Ajouter des mots au filtre.\\n\\n Utilisez les guillemets pour ajouter des phrases.\\n\\n Exemples :\\n - `[p]filter add mot1 mot2 mot3`\\n - `[p]filter add \\\"C'est une phrase\\\"`\\n " -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "Mots ajoutés avec succès au filtre." -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "Ces mots étaient déjà dans le filtre." -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "Enlever des mots du filtre.\\n\\n Utilisez les guillemets pour enlever des phrases.\\n\\n Exemples :\\n - `[p]filter remove mot1 mot2 mot3`\\n - `[p]filter remove \\\"C'est une phrase\\\"`\\n " -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "Mots supprimés avec succès du filtre." -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "Activer le filtrage des noms et des pseudos.\\n\\n Ceci est désactivé par défaut.\\n " -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "Les noms et pseudos ne seront plus filtrés." -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "Les noms et les pseudos seront maintenant filtrés." -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "Autoban (trop de messages filtrés.)" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Pseudo filtré" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Nom filtré" diff --git a/redbot/cogs/filter/locales/he-IL.po b/redbot/cogs/filter/locales/he-IL.po index 889ef6ccc..8560ff6f7 100644 --- a/redbot/cogs/filter/locales/he-IL.po +++ b/redbot/cogs/filter/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: he_IL\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/hu-HU.po b/redbot/cogs/filter/locales/hu-HU.po index e685c3ea2..6a25622d1 100644 --- a/redbot/cogs/filter/locales/hu-HU.po +++ b/redbot/cogs/filter/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: hu_HU\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban letiltva." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Szűrt becenév" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Szűrt név" diff --git a/redbot/cogs/filter/locales/id-ID.po b/redbot/cogs/filter/locales/id-ID.po index 45fd543d3..7c7580657 100644 --- a/redbot/cogs/filter/locales/id-ID.po +++ b/redbot/cogs/filter/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: id_ID\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Count dan jangka waktu keduanya harus 0 atau keduanya harus lebih besar dari 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban dimatikan." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Jumlah dan waktu telah ditetapkan." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Disaring pada server ini:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Saya tidak dapat mengirim pesan langsung kepada Anda." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Kata-kata yang ditambahkan untuk disaring." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Kata-kata yang sudah di disaring." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Kata-kata dihapus dari penyaring." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Kata-kata tidak dalam penyaring." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/it-IT.po b/redbot/cogs/filter/locales/it-IT.po index 2b8607024..0674b6c2e 100644 --- a/redbot/cogs/filter/locales/it-IT.po +++ b/redbot/cogs/filter/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: it_IT\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Conteggio e timeframe entrambe devono essere 0 o entrambe devono essere maggiore di 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban disabilitato." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Conteggio e tempo sono state impostate." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Filtrato in questo server:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Io non riesco a inviare messaggi diretti a voi." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Parole aggiunte al filtro." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Parole già nel filtro." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Parole rimossi dal filtro." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Quelle parole non erano nel filtro." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ja-JP.po b/redbot/cogs/filter/locales/ja-JP.po index 7d2d6e568..2c9dbc8af 100644 --- a/redbot/cogs/filter/locales/ja-JP.po +++ b/redbot/cogs/filter/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ja_JP\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ko-KR.po b/redbot/cogs/filter/locales/ko-KR.po index b4388240e..3342cd4ae 100644 --- a/redbot/cogs/filter/locales/ko-KR.po +++ b/redbot/cogs/filter/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ko_KR\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "개수와 시간은 모두 0이어야 하거나 0보다 커야 해요!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "자동 밴이 중지됐어요." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "개수와 시간이 설정됐어요." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "이 서버에서 필터링 된 항목 :" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "사용자님에게 직접 메시지를 보낼 수 없어요." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "필터링에 추가된 단어예요." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "필터에 이미 있는 단어예요." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "필터에서 제거된 단어예요." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "해당 단어들은 필터에 들어 있지 않아요." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/nl-NL.po b/redbot/cogs/filter/locales/nl-NL.po index f7b9e1f59..23fc57628 100644 --- a/redbot/cogs/filter/locales/nl-NL.po +++ b/redbot/cogs/filter/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: nl_NL\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "Filter ongewenste woorden en zinnen uit tekstkanalen." -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Beheer filter instellingen." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "De naam die moet worden gebruikt voor gefilterde namen is ingesteld." -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Zowel telling als tijdsbestek moeten 0 zijn of beide moeten groter zijn dan 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Automatisch bannen is uitgeschakeld." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Telling en tijd zijn ingesteld." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Gefilterd in deze server:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Ik kan je geen persoonlijke berichten versturen." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "Gefilterd in dit kanaal:" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Woord is toegevoegd aan het filter." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Het woord staat al in het filter." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Woord verwijderd uit het filter." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Deze woorden zijn niet opgenomen in de filter." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "Het woord is succesvol toegevoegd aan het filter." -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "Deze woorden staan al in het filter." -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "De woorden zijn succesvol verwijderd uit het filter." -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "Namen en bijnamen worden niet langer gefilterd." -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "Namen en bijnamen zullen nu worden gefilterd." -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "Autoban (te veel gefilterde berichten.)" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Gefilterde bijnaam" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Gefilterde naam" diff --git a/redbot/cogs/filter/locales/no-NO.po b/redbot/cogs/filter/locales/no-NO.po index 50bf72ce0..55534d17a 100644 --- a/redbot/cogs/filter/locales/no-NO.po +++ b/redbot/cogs/filter/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: no_NO\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/pl-PL.po b/redbot/cogs/filter/locales/pl-PL.po index 2a9fc214d..21b46f27c 100644 --- a/redbot/cogs/filter/locales/pl-PL.po +++ b/redbot/cogs/filter/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: pl_PL\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/pt-BR.po b/redbot/cogs/filter/locales/pt-BR.po index 620a832d3..1931ccbcd 100644 --- a/redbot/cogs/filter/locales/pt-BR.po +++ b/redbot/cogs/filter/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: pt_BR\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/pt-PT.po b/redbot/cogs/filter/locales/pt-PT.po index 4a2faa10a..660085ffa 100644 --- a/redbot/cogs/filter/locales/pt-PT.po +++ b/redbot/cogs/filter/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: pt_PT\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ro-RO.po b/redbot/cogs/filter/locales/ro-RO.po index ea93c3c57..abc68f235 100644 --- a/redbot/cogs/filter/locales/ro-RO.po +++ b/redbot/cogs/filter/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ro_RO\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/ru-RU.po b/redbot/cogs/filter/locales/ru-RU.po index 25fd8108f..d365332db 100644 --- a/redbot/cogs/filter/locales/ru-RU.po +++ b/redbot/cogs/filter/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: ru_RU\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "Фильтровать нежелательные слова и фразы из текстовых каналов." -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Управление настройками фильтра." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "Имя для использования в отфильтрованных именах было установлено." -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Количество или период должны быть равны 0, либо оба должна быть больше 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Автобан отключен." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Количество и период были сохранены." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Отфильтровано на этом сервере:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Я не могу отправить вам личное сообщение." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "Отфильтровано в этом канале:" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Слова добавлены в фильтр." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Слова уже в фильтре." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Слова удалены из фильтра." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Эти слова не были в фильтре." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "Слова успешно добавлены в фильтр." -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "Эти слова уже были в фильтре." -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "Слова успешно удалены из фильтра." -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "Имена и никнеймы больше не будут фильтроваться." -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "Имена и никнеймы теперь будут отфильтрованы." -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "Автобан (слишком много отфильтрованных сообщений.)" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Отфильтрованный никнейм" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Отфильтрованное имя" diff --git a/redbot/cogs/filter/locales/sk-SK.po b/redbot/cogs/filter/locales/sk-SK.po index 3a74fada0..ebeeec77b 100644 --- a/redbot/cogs/filter/locales/sk-SK.po +++ b/redbot/cogs/filter/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: sk_SK\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/sr-SP.po b/redbot/cogs/filter/locales/sr-SP.po index c783d4ebf..885a3535b 100644 --- a/redbot/cogs/filter/locales/sr-SP.po +++ b/redbot/cogs/filter/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: sr_SP\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/sv-SE.po b/redbot/cogs/filter/locales/sv-SE.po index c470f3467..92eb8469b 100644 --- a/redbot/cogs/filter/locales/sv-SE.po +++ b/redbot/cogs/filter/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: sv_SE\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "Räknare och tidsram måste båda vara satta till 0 eller så måste båda vara höre än 0!" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Autoban inaktiv." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "Räknare och tid har ställts in." -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Filter i denna server:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Jag kan inte skicka direkt meddelanden till dig." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Lagt till ord i filtret." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Orden finns redan i filtret." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Ord borttaget ur filtret." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "Dessa är var inte i filtret." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/tr-TR.po b/redbot/cogs/filter/locales/tr-TR.po index b21e8d059..7eeed1256 100644 --- a/redbot/cogs/filter/locales/tr-TR.po +++ b/redbot/cogs/filter/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: tr_TR\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." -msgstr "" +msgstr "Metin kanallarından istenmeyen kelimeleri ve kelimeleri filtreleyin." -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "Filtre ayarlarını yapın." -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." -msgstr "" +msgstr "Filtrelenen adlarda kullanılacak ad belirlendi." -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "Otomatik ban kapatıldı." -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "Sunucu filtresinden sözcük ekleme veya kaldırma.\\n\\n Cümleleri eklemek veya kaldırmak için çift tırnak işaretleri kullanın.\\n " -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "Bu sunucuların filtrelenmiş kelimelerinin bir listesini gösterin." -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "Bu sunucuda filtrelenecek geçerli bir sözcük yok." -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "Bu sunucudaki filtreler:" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "Sana özelden mesaj atamıyorum." -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." -msgstr "" +msgstr "Kanalların filtrelenen kelimelerini gönder." -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" -msgstr "" +msgstr "Bu kanaldaki filtreler:" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "Filtreye kelimeler eklendi." -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "Bu kelime zaten filtrede var." -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "Kelimeler filtreden kaldırıldı." -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." -msgstr "" +msgstr "Bu kelimeler filtrede değil." -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." -msgstr "" +msgstr "Kelimeler filtreye başarıyla eklendi." -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "Bu kelimeler zaten filtrede var." -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." -msgstr "" +msgstr "Kelimeler filtreden başarıyla kaldırıldı." -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." -msgstr "" +msgstr "İsimler ve takma adlar artık filtrelenmeyecek." -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." -msgstr "" +msgstr "İsimler ve takma adlar artık filtrelenecek." -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "Filtre adı" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "Filtre adı" diff --git a/redbot/cogs/filter/locales/uk-UA.po b/redbot/cogs/filter/locales/uk-UA.po index c351a0bad..d40c3f045 100644 --- a/redbot/cogs/filter/locales/uk-UA.po +++ b/redbot/cogs/filter/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: uk_UA\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/vi-VN.po b/redbot/cogs/filter/locales/vi-VN.po index 6b2ee1146..9275e18dd 100644 --- a/redbot/cogs/filter/locales/vi-VN.po +++ b/redbot/cogs/filter/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: vi_VN\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/zh-CN.po b/redbot/cogs/filter/locales/zh-CN.po index b0352c7f2..d0677d068 100644 --- a/redbot/cogs/filter/locales/zh-CN.po +++ b/redbot/cogs/filter/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: zh_CN\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/zh-HK.po b/redbot/cogs/filter/locales/zh-HK.po index 6a2e5130c..284bcb997 100644 --- a/redbot/cogs/filter/locales/zh-HK.po +++ b/redbot/cogs/filter/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: zh_HK\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/filter/locales/zh-TW.po b/redbot/cogs/filter/locales/zh-TW.po index 325e3bdbd..1ec4c75bd 100644 --- a/redbot/cogs/filter/locales/zh-TW.po +++ b/redbot/cogs/filter/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,152 +15,152 @@ msgstr "" "X-Crowdin-File-ID: 35\n" "Language: zh_TW\n" -#: redbot/cogs/filter/filter.py:15 +#: redbot/cogs/filter/filter.py:16 #, docstring msgid "Filter unwanted words and phrases from text channels." msgstr "" -#: redbot/cogs/filter/filter.py:52 +#: redbot/cogs/filter/filter.py:68 #, docstring msgid "Manage filter settings." msgstr "" -#: redbot/cogs/filter/filter.py:57 +#: redbot/cogs/filter/filter.py:73 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:66 +#: redbot/cogs/filter/filter.py:82 msgid "The name to use on filtered names has been set." msgstr "" -#: redbot/cogs/filter/filter.py:70 +#: redbot/cogs/filter/filter.py:86 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:79 +#: redbot/cogs/filter/filter.py:95 msgid "Count and timeframe either both need to be 0 or both need to be greater than 0!" msgstr "" -#: redbot/cogs/filter/filter.py:89 +#: redbot/cogs/filter/filter.py:105 msgid "Autoban disabled." msgstr "" -#: redbot/cogs/filter/filter.py:94 +#: redbot/cogs/filter/filter.py:110 msgid "Count and time have been set." msgstr "" -#: redbot/cogs/filter/filter.py:100 +#: redbot/cogs/filter/filter.py:116 #, docstring msgid "Add or remove words from server filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:108 +#: redbot/cogs/filter/filter.py:124 #, docstring msgid "Send a list of this servers filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:113 +#: redbot/cogs/filter/filter.py:129 msgid "There is no current words setup to be filtered in this server." msgstr "" -#: redbot/cogs/filter/filter.py:116 +#: redbot/cogs/filter/filter.py:132 msgid "Filtered in this server:" msgstr "" -#: redbot/cogs/filter/filter.py:121 redbot/cogs/filter/filter.py:146 +#: redbot/cogs/filter/filter.py:137 redbot/cogs/filter/filter.py:162 msgid "I can't send direct messages to you." msgstr "" -#: redbot/cogs/filter/filter.py:125 +#: redbot/cogs/filter/filter.py:141 #, docstring msgid "Add or remove words from channel filter.\\n\\n Use double quotes to add or remove sentences.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:133 +#: redbot/cogs/filter/filter.py:149 #, docstring msgid "Send the list of the channel's filtered words." msgstr "" -#: redbot/cogs/filter/filter.py:138 +#: redbot/cogs/filter/filter.py:154 msgid "There is no current words setup to be filtered in this channel." msgstr "" -#: redbot/cogs/filter/filter.py:141 +#: redbot/cogs/filter/filter.py:157 msgid "Filtered in this channel:" msgstr "" -#: redbot/cogs/filter/filter.py:150 +#: redbot/cogs/filter/filter.py:166 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:162 +#: redbot/cogs/filter/filter.py:178 msgid "Words added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:164 +#: redbot/cogs/filter/filter.py:180 msgid "Words already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:168 +#: redbot/cogs/filter/filter.py:184 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:179 +#: redbot/cogs/filter/filter.py:195 msgid "Words removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:182 redbot/cogs/filter/filter.py:218 +#: redbot/cogs/filter/filter.py:198 redbot/cogs/filter/filter.py:234 msgid "Those words weren't in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:186 +#: redbot/cogs/filter/filter.py:202 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:198 +#: redbot/cogs/filter/filter.py:214 msgid "Words successfully added to filter." msgstr "" -#: redbot/cogs/filter/filter.py:200 +#: redbot/cogs/filter/filter.py:216 msgid "Those words were already in the filter." msgstr "" -#: redbot/cogs/filter/filter.py:204 +#: redbot/cogs/filter/filter.py:220 #, 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 " msgstr "" -#: redbot/cogs/filter/filter.py:216 +#: redbot/cogs/filter/filter.py:232 msgid "Words successfully removed from filter." msgstr "" -#: redbot/cogs/filter/filter.py:222 +#: redbot/cogs/filter/filter.py:238 #, docstring msgid "Toggle name and nickname filtering.\\n\\n This is disabled by default.\\n " msgstr "" -#: redbot/cogs/filter/filter.py:232 +#: redbot/cogs/filter/filter.py:248 msgid "Names and nicknames will no longer be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:234 +#: redbot/cogs/filter/filter.py:250 msgid "Names and nicknames will now be filtered." msgstr "" -#: redbot/cogs/filter/filter.py:352 +#: redbot/cogs/filter/filter.py:368 msgid "Autoban (too many filtered messages.)" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered nickname" msgstr "" -#: redbot/cogs/filter/filter.py:420 +#: redbot/cogs/filter/filter.py:436 msgid "Filtered name" msgstr "" diff --git a/redbot/cogs/general/locales/af-ZA.po b/redbot/cogs/general/locales/af-ZA.po index 15fe1a986..e7891c2c0 100644 --- a/redbot/cogs/general/locales/af-ZA.po +++ b/redbot/cogs/general/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ar-SA.po b/redbot/cogs/general/locales/ar-SA.po index e0b0734a2..daf57aaca 100644 --- a/redbot/cogs/general/locales/ar-SA.po +++ b/redbot/cogs/general/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/bg-BG.po b/redbot/cogs/general/locales/bg-BG.po index 505e1cd69..2ce63c55f 100644 --- a/redbot/cogs/general/locales/bg-BG.po +++ b/redbot/cogs/general/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Не ми изглежда добре на вид" msgid "Very doubtful" msgstr "Много съмнително" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*хвърляме монета и... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "ЕЗИ!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "ТУРА!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Това не прилича на въпрос." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Хронометърът - стартиран!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Регион" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Текстови канали" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Гласови канали" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Роли" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Собственик" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ca-ES.po b/redbot/cogs/general/locales/ca-ES.po index ccb4c2155..59425ff67 100644 --- a/redbot/cogs/general/locales/ca-ES.po +++ b/redbot/cogs/general/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/cs-CZ.po b/redbot/cogs/general/locales/cs-CZ.po index b6db2952d..ffa48dc7b 100644 --- a/redbot/cogs/general/locales/cs-CZ.po +++ b/redbot/cogs/general/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "Velmi pochybné" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, docstring msgid "Choose between multiple options.\\n\\n To denote options which include whitespace, you should use\\n double quotes.\\n " msgstr "Vyberte si mezi více možnostmi.\\n\\n Pro zvýraznění možností, které obsahují mezery byste měli použít\\n dvojité uvozovky.\\n " -#: redbot/cogs/general/general.py:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Není k dispozici dostatek možností, ze kterých lze vybrat." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Možná vyšší než 1? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Dobrý pokus. Myslíš si, že je to vtipné?\\n Co tak zkusit:\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*hází minci a... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Hrát kámen, nůžky, papír." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "Toto není platná možnost. Zkuste {r}, {p} nebo {s}." -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Vyhrál jsi, {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Prohrál jsi, {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Remíza, {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "To nevypadá jako otázka." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Spustit nebo zastavit stopky." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stopky byly spuštěny!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stopky byly zastaveny! Čas: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Vytvořit odkaz lmgtfy." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Oblast" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Textové kanály" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Hlasové kanály" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Role" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Vlastník" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID serveru: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} od {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Příklad:** {example}" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Příklad:** {example}" diff --git a/redbot/cogs/general/locales/da-DK.po b/redbot/cogs/general/locales/da-DK.po index 6872ef69a..1f486f2de 100644 --- a/redbot/cogs/general/locales/da-DK.po +++ b/redbot/cogs/general/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "Højst usandsynligt" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Ikke nok valgmuligheder at vælge imellem." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Godt forsøgt. Du tror rigtig at det er sjov hva?\\n hvad så med *det her* istedet:\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*flipper en mønt og... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "Krone!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "Plat!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Spil Sten Saks Papir." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "Det er ikke en valid valgmulighed. Prøv {r}, {p}, eller {s}." -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Du vandt {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Du tabte {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Vi stod lige {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Det ligner ikke et spørgsmål." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Start eller stop stopuret." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stopuret er startet!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stopuret er stoppet! Tid: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Lav et lmgtfy link." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "Fordi alle elsker krammere!\\n\\n Op til niveau 10 i intensitet.\\n " -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Region" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Besked Kanaler" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Stemme Kanaler" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Roller" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Ejer" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Server ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/de-DE.po b/redbot/cogs/general/locales/de-DE.po index 3609c4f4d..b9f0b780e 100644 --- a/redbot/cogs/general/locales/de-DE.po +++ b/redbot/cogs/general/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Der Ausblick ist nicht so gut" msgid "Very doubtful" msgstr "Sehr zweifelhaft" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, docstring msgid "Choose between multiple options.\\n\\n To denote options which include whitespace, you should use\\n double quotes.\\n " msgstr "Wähle zwischen mehreren Optionen.\\n\\n Um Optionen zu wählen die Leerzeichen enthalten solltest\\n du Anführungszeichen verwenden.\\n " -#: redbot/cogs/general/general.py:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Nicht genug Optionen zur Auswahl." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, docstring msgid "Roll a random number.\\n\\n The result will be between 1 and ``.\\n\\n `` defaults to 100.\\n " msgstr "Würfel eine zufällige Nummer.\\n\\n Das Ergebnis wird zwischen 1 und `` liegen.\\n\\n ``ist standardmässig 100.\\n " -#: redbot/cogs/general/general.py:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Wir wäre es mit mehr als 1? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "Wirf eine Münze... oder einen Benutzer.\\n\\n Standardmässig eine Münze.\\n " -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Netter Versuch. Denkst du das wäre lustig?\\nNimm *das:*\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*wirft eine Münze und... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "Kopf!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "Zahl!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Spiele Schere Stein Papier." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "Dies ist keine gültige Option. Versuchen Sie {r}, {p}, oder {s}." -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Du gewinnst, {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Du verlierst, {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Unentschieden, {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "Stelle 8 Ball eine Frage.\\n\\n Frage muss mit einem Fragezeichen abschließen.\\n " -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Das sieht nicht nach einer Frage aus." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Starte oder stoppe die Stoppuhr." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stoppuhr gestartet!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stoppuhr angehalten! Zeit: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Erstelle einen Imgtfy Link." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "Weil jeder Umarmungen mag!\\n\\n Bis zu 10 Intensitätsstufen.\\n " -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Region" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Text-Kanäle" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Sprachkanäle" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Rollen" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Eigentümer" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Server-ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "Durchsuche das Urban Dictionary.\\n\\n Dies verwendet die inoffizielle Urban Dictionary API.\\n " -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "Keine Urban Dictionary Einträge gefunden, oder es gab einen Fehler während des Vorgangs." -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "Keine Urban Dictionary Einträge gefunden." -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} von {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Beispiel:** {example}" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "{thumbs_down} Runter / {thumbs_up} Hoch, Powered by Urban Dictionary." -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "<{permalink}>\\n{word} von {author}\\n\\n{description}\\n\\n{thumbs_down} Runter / {thumbs_up} Hoch, Powered by Urban Dictionary." -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Beispiel:** {example}" diff --git a/redbot/cogs/general/locales/el-GR.po b/redbot/cogs/general/locales/el-GR.po index c847f199a..44ac8b8e9 100644 --- a/redbot/cogs/general/locales/el-GR.po +++ b/redbot/cogs/general/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/es-ES.po b/redbot/cogs/general/locales/es-ES.po index 545711d24..d8ce421ef 100644 --- a/redbot/cogs/general/locales/es-ES.po +++ b/redbot/cogs/general/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "El panorama no es muy bueno" msgid "Very doubtful" msgstr "\"Muy dudoso\"" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "* lanza una moneda al aire y... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "CARA! *" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "CRUZ! *" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Eso no parece una pregunta." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Cronómetro iniciado!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Región" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Canales de texto" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Canales de voz" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Roles" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Propietario" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID del servidor: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/fi-FI.po b/redbot/cogs/general/locales/fi-FI.po index f11357ad6..907b1fd78 100644 --- a/redbot/cogs/general/locales/fi-FI.po +++ b/redbot/cogs/general/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/fr-FR.po b/redbot/cogs/general/locales/fr-FR.po index affea4b3f..db22a8f8d 100644 --- a/redbot/cogs/general/locales/fr-FR.po +++ b/redbot/cogs/general/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Ça s'annonce plutôt mal" msgid "Very doubtful" msgstr "J'en doute fort" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, docstring msgid "Choose between multiple options.\\n\\n To denote options which include whitespace, you should use\\n double quotes.\\n " msgstr "Choisissez entre plusieurs options.\\n\\n Pour indiquer les options qui incluent les espaces, vous devez utiliser\\n des guillemets.\\n " -#: redbot/cogs/general/general.py:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Trop peu de possibilités pour faire un choix." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, docstring msgid "Roll a random number.\\n\\n The result will be between 1 and ``.\\n\\n `` defaults to 100.\\n " msgstr "Lancez un nombre aléatoire.\\n\\n Le résultat sera compris entre 1 et ``.\\n\\n `` par défaut est 100.\\n " -#: redbot/cogs/general/general.py:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Peut-être supérieur à 1 ? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "{author.mention} Le nombre maximum autorisé est {maxamount}." -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "Tirer à pile ou face ... ou un utilisateur.\\n\\n La valeur par défaut est une pièce.\\n " -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Bien essayé. Tu penses que c'est drôle ?\\nQue dirais-tu de *cela* à la place :\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*Lance une pièce et... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "PILE !*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "FACE !*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Jouer à Pierre Feuille Ciseaux." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "Cette option n'est pas valide. Essayez {r}, {p}, ou {s}." -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Vous avez gagner {author.mention} !" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Vous avez perdu {author.mention} !" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Nous sommes quittes {author.mention} !" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "Demande à 8 ball une question.\\n\\n La question doit se terminer par un point d'interrogation.\\n " -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Ça ne ressemble pas à une question." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Démarrez ou arrêtez le chronomètre." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Chronomètre démarré !" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Chronomètre arrêté ! Temps : **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Créé un lien lmgtfy." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "Parce que tout le monde aime les câlins !\\n\\n Jusqu'à 10 niveaux d'intensité.\\n " -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, docstring msgid "\\n Show server information.\\n \\n `details`: Shows more information when set to `True`.\\n Default to False.\\n " msgstr "\\n Affiche les informations du serveur.\\n \\n `details`: Montre plus d'information quand réglé sur `True`.\\n Par défaut sur False.\\n " -#: redbot/cogs/general/general.py:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "Créé le {date}. Il y a plus de {num} jours !" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Région" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "Utilisateurs en ligne" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Salons textuels" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Salons vocaux" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Rôles" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Propriétaire" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID du serveur : " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "\\nShard ID : **{shard_id}/{shard_count}**" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "Humains : " -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr " • Bots : " -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "Utilisateurs en ligne : **{online}/{total_users}**\\n" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "__VIP__ US Est " -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "__VIP__ US Ouest " -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "__VIP__ Amsterdam " -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "EU Ouest " -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "EU Centre " -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "Europe " -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "Londres  " -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "Francfort " -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "Amsterdam " -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "US Ouest " -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "US Est " -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "US Sud " -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "US Centre " -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "Singapour " -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "Sydney " -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "Brésil " -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "Hong Kong " -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "Russie " -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "Japon " -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "Afrique du Sud " -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "Inde " -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "Dubaï " -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "Corée du Sud " -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "0 - Aucun" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "1 - Faible" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "2 - Moyen" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "3 - Haut" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "4 - Extrême" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "Partenaire" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "Vérifié" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "Découverte de serveurs" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "Public désactivé" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "Arrière-plan d'invitation" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "Serveurs vocaux VIP" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "URL personnalisée" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "Plus d'émojis" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "Commerce" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "Salons d'annonces" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "Icône animée" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "Image de bannière" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "Liste des membres désactivée" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "{bot_name} a rejoint ce serveur le {bot_join}. Il y a plus de {since_join} jours !" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "Membres :" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "Salons :" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "💬 Texte : {text}\\n🔊 Voix : {voice}" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "Utilitaire:" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "Propriétaire : {owner}\\nRégion vocale : {region}\\nNiveau de vérification : {verif}\\nID du serveur : {id}{shard_info}" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "Divers:" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "Salon AFK : {afk_chan}\\nPériode d'inactivité : {afk_timeout}\\nÉmojis : {emoji_count}\\nRôles : {role_count}" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "Aucun" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "Fonctionnalités du serveur :" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "Niveau {boostlevel} avec {nitroboosters} boosters\\nLimite de taille de fichier : {filelimit}\\nLimite d'émoticônes : {emojis_limit}\\nDébit max salons vocaux : {bitrate}" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "Boost Nitro :" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "Recherche sur Urban Dictionary.\\n\\n Ceci utilise l'API non-officielle d'Urban Dictionary.\\n " -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "Aucun résultats d'Urban Dictionary n'a été trouvé, ou il y a eu une erreur dans le processus." -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "Aucun résultats d'Urban Dictionary n'a été trouvé." -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} par {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Exemple :** {example}" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "{thumbs_down} Bas / {thumbs_up} Haut, Propulsé par Urban Dictionary." -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "<{permalink}>\\n {word} par {author}\\n\\n{description}\\n\\n{thumbs_down} Bas / {thumbs_up} Haut, Propulsé par Urban Dictionary." -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Exemple :** {example}" diff --git a/redbot/cogs/general/locales/he-IL.po b/redbot/cogs/general/locales/he-IL.po index 755027323..d6defd200 100644 --- a/redbot/cogs/general/locales/he-IL.po +++ b/redbot/cogs/general/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/hu-HU.po b/redbot/cogs/general/locales/hu-HU.po index 156b5faae..948fd209f 100644 --- a/redbot/cogs/general/locales/hu-HU.po +++ b/redbot/cogs/general/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "A kilátások nem túl jók" msgid "Very doubtful" msgstr "Nagyon kétséges" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*Feldob egy érmét és... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "FEJ!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "ÍRÁS!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/id-ID.po b/redbot/cogs/general/locales/id-ID.po index 804a9ece7..1b07ec96a 100644 --- a/redbot/cogs/general/locales/id-ID.po +++ b/redbot/cogs/general/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Lihat keluar tidak begitu bagus" msgid "Very doubtful" msgstr "Sangat ragu" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Tidak cukup pilihan untuk dipilih." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "Mungkin lebih dari 1? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "* membalik koin dan... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "KEPALA! *" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "EKOR! *" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "Kau menang!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "Kau kalah!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Itu tidak seperti pertanyaan." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Memulai atau menghentikan stopwatch." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stopwatch dimulai!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stopwatch berhenti! Waktu: ****" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Membuat tautan lmgtfy." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Wilayah" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Saluran Teks" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Saluran Suara" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Peran" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Pemilik" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID Server:" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "oleh" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/it-IT.po b/redbot/cogs/general/locales/it-IT.po index 24bfaaf5b..f8de3d5fd 100644 --- a/redbot/cogs/general/locales/it-IT.po +++ b/redbot/cogs/general/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Outlook non così buono" msgid "Very doubtful" msgstr "Molto dubbioso" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*lancia una moneta e... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "TESTE!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "TAILS!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Che non sembra una domanda." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Cronometro è iniziato!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Regione" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Canali di testo" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Canali vocali" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Ruoli" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Proprietario" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ja-JP.po b/redbot/cogs/general/locales/ja-JP.po index 914029bc6..11390b9af 100644 --- a/redbot/cogs/general/locales/ja-JP.po +++ b/redbot/cogs/general/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "見通しが悪い" msgid "Very doubtful" msgstr "かなり怪しい" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "コイントスすると… " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "表!" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "裏!" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "それは質問に見えません。" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " ストップウォッチが始まった!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "地域" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "テキストチャネル" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "音声チャネル" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "役職" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "オーナー" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ko-KR.po b/redbot/cogs/general/locales/ko-KR.po index eda8078b1..849e1eee1 100644 --- a/redbot/cogs/general/locales/ko-KR.po +++ b/redbot/cogs/general/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "오늘은 전망이 별로 좋지 않네요." msgid "Very doubtful" msgstr "동작 그만, 밑장빼기냐?" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*동전을 던지며..." -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "앞면!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "뒷면!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "그건 질문으로 보이지 않아요." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "스톱워치가 시작됐어요!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "지역" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "텍스트 채널" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "음성 채널" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "역할" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "주인님" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/nl-NL.po b/redbot/cogs/general/locales/nl-NL.po index 1a2c99c95..bd55bba66 100644 --- a/redbot/cogs/general/locales/nl-NL.po +++ b/redbot/cogs/general/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Het ziet er niet goed uit" msgid "Very doubtful" msgstr "Onwaarschijnlijk" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Niet genoeg opties om uit te kiezen." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Misschien hoger dan 1? :P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*tost een munt en... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "KOP!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "MUNT!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Speel Steen Papier Schaar." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Je wint {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice}Je verliest {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Wij zijn vierkant {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Dat ziet er niet als een vraag uit." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Start of stop de stopwatch." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stopwatch gestart!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stopwatch is gestopt! Tijd: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Maak een lmgtfy-link." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Regio" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Tekstkanalen" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Spraakkanalen" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Rollen" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Eigenaar" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Server ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} door {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "{thumbs_down} Omlaag / {thumbs_up} Omhoog, mogelijk gemaakt door Urban Dictionary." -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/no-NO.po b/redbot/cogs/general/locales/no-NO.po index 5c7cc4c91..f99ebdc95 100644 --- a/redbot/cogs/general/locales/no-NO.po +++ b/redbot/cogs/general/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Fremtiden ser ikke så bra ut" msgid "Very doubtful" msgstr "Veldig tvilsomt" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Har ikke nok valgmuligheter å velge mellom." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*vender en mynt og... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "HODE!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "HALER!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Det ser ikke ut som et spørsmål." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stoppeklokken har startet!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Region" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Tekstkanaler" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Talekanaler" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Roller" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Eier" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/pl-PL.po b/redbot/cogs/general/locales/pl-PL.po index 01989dbf2..a5b03496d 100644 --- a/redbot/cogs/general/locales/pl-PL.po +++ b/redbot/cogs/general/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Nie wygląda to za dobrze" msgid "Very doubtful" msgstr "Bardzo wątpliwe" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, docstring msgid "Choose between multiple options.\\n\\n To denote options which include whitespace, you should use\\n double quotes.\\n " msgstr "Wybierz spośród wielu opcji.\\n\\n Aby określić opcje, które zawierają spację, powinieneś użyć\\n cudzysłowów.\\n " -#: redbot/cogs/general/general.py:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Za mało opcji do wyboru." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, docstring msgid "Roll a random number.\\n\\n The result will be between 1 and ``.\\n\\n `` defaults to 100.\\n " msgstr "Rzuć losową liczbę.\\n\\n Wynik będzie między 1 a ``.\\n\\n `` ` domyślnie 100.\\n " -#: redbot/cogs/general/general.py:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Może wybierzesz powyżej 1? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "{author.mention} Maksymalna liczba to {maxamount}." -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "Odwróć monetę... lub użytkownika.\\n\\n Domyślnie moneta.\\n " -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Niezła próba. Myślisz, że jesteś śmieszny?\\n Patrz na to:\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*rzuca monetą i... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "ORZEŁ!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "RESZKA!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Zagraj w Papier Nożyce Kamień." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "Podana opcja nie jest prawidłowa. Spróbuj {r}, {p} lub {s}." -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Wygrywasz {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Przegrywasz {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Remis {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "Zadaj pytanie 8-ball.\\n\\n Pytanie musi kończyć się znakiem zapytania.\\n " -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "To nie wygląda na pytanie." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Uruchom lub zatrzymaj stoper." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Uruchomiono stoper!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Stoper zatrzymany! Czas: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Utwórz link do lmgtfy." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "Ponieważ wszyscy lubią przytulasy!\\n\\n Do 10 poziomów.\\n " -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, docstring msgid "\\n Show server information.\\n \\n `details`: Shows more information when set to `True`.\\n Default to False.\\n " msgstr "\\n Pokaż informacje o serwerze.\\n \\n `details`: Pokazuje więcej informacji po ustawieniu na `True`.\\n Domyślnie na False.\\n " -#: redbot/cogs/general/general.py:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "Stworzony dnia {date}. To jest ponad {num} dni temu!" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Region" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "Użytkowników online" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Kanały Tekstowe" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Kanały Głosowe" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Role" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Właściciel" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID serwera: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "\\nID sharda: **{shard_id}/{shard_count}**" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "Użytkowników: " -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr " • Boty: " -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "Użytkowników online: **{online}/{total_users}**\\n" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "__VIP__ Wschodnie USA " -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "__VIP__ Zachód USA " -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "__VIP__ Amsterdam " -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "Europa Zachodnia " -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "Europa Centralna " -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "Europa " -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "Londyn " -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "Frankfurt " -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "Amsterdam " -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "Zachód USA " -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "Wschodnie USA " -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "Południowe USA " -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "Centrum USA " -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "Singapur " -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "Sydnej " -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "Brazylia " -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "Hong Kong " -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "Rosja " -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "Japonia " -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "Południowa Afryka " -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "Indie " -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "Dubaj " -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "Korea Południowa " -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "0 - Brak" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "1 - Niski" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "2 - Średni" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "3 - Wysoki" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "4 - Ekstermalny" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "Zweryfikowany" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/pt-BR.po b/redbot/cogs/general/locales/pt-BR.po index c362fa6bd..d7e6c5587 100644 --- a/redbot/cogs/general/locales/pt-BR.po +++ b/redbot/cogs/general/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/pt-PT.po b/redbot/cogs/general/locales/pt-PT.po index ab41eac6e..e8e04ab50 100644 --- a/redbot/cogs/general/locales/pt-PT.po +++ b/redbot/cogs/general/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ro-RO.po b/redbot/cogs/general/locales/ro-RO.po index 1235e711f..c0ca20a1a 100644 --- a/redbot/cogs/general/locales/ro-RO.po +++ b/redbot/cogs/general/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/ru-RU.po b/redbot/cogs/general/locales/ru-RU.po index f97926a7f..b36ed57af 100644 --- a/redbot/cogs/general/locales/ru-RU.po +++ b/redbot/cogs/general/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Перспектива не так хороша" msgid "Very doubtful" msgstr "Весьма сомнительно" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Недостаточно вариантов для выбора." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} Может быть больше 1? ;P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "Подбросить монетку... или пользователя.\\n\\n По умолчанию монетку.\\n " -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "Хорошая попытка. Ты думаешь это смешно?\\n Как насчет *этого* тогда:\\n\\n" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*бросок монетки и... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "ГОЛОВЫ!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "ХВОСТЫ!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Играть в камень, ножницы, бумага." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} Ты победил {author.mention}!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} Ты проиграл {author.mention}!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} Мы квиты {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Это не похоже на вопрос." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Запустить или остановить секундомер." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Секундомер включен!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Секундомер остановлен! Время: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Создать ссылку на lmgtfy." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Регион" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Текстовые каналы" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Голосовые каналы" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Роли" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Владелец" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "ID сервера: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "Записи Urban Dictionary не найдены, или в процессе произошла ошибка." -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "Записи Urban Dictionary не найдены." -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} от {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "{thumbs_down} Вниз / {thumbs_up} Вверх, Powered by Urban Dictionary." -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/sk-SK.po b/redbot/cogs/general/locales/sk-SK.po index b8e8ac401..489822369 100644 --- a/redbot/cogs/general/locales/sk-SK.po +++ b/redbot/cogs/general/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Vyzerá to tak, že nie" msgid "Very doubtful" msgstr "Veľmi pochybné" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "ČÍSLO!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "ZNAK!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Nevyzerá to ako otázka." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Stopky spustené!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Kraj" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Textový kanál" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Hlasový kanál" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Role" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Vlastník" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Server ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/sr-SP.po b/redbot/cogs/general/locales/sr-SP.po index d18f01a4e..5c07bbd33 100644 --- a/redbot/cogs/general/locales/sr-SP.po +++ b/redbot/cogs/general/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/sv-SE.po b/redbot/cogs/general/locales/sv-SE.po index d9dd5edc4..4d4f93ee6 100644 --- a/redbot/cogs/general/locales/sv-SE.po +++ b/redbot/cogs/general/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Det ser inte så bra ut" msgid "Very doubtful" msgstr "Mycket tveksamt" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*singlar en slant och... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "KRONA!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "KLAVE!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Det där ser inte ut som en fråga." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Tidtagaruret har startats!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Region" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Text kanaler" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Röst kanaler" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Roller" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Ägare" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Server ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/tr-TR.po b/redbot/cogs/general/locales/tr-TR.po index 81ad151b5..f20ed6d91 100644 --- a/redbot/cogs/general/locales/tr-TR.po +++ b/redbot/cogs/general/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "Çok da iyi görünmüyor" msgid "Very doubtful" msgstr "Oldukça süpheli" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "Seçim için yeterli seçenek yok." -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "{author.mention} belki 1'den daha yüksek?; P" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "* yazı tura çevirir ve... " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "KAFALARI! *" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "KUYRUKLARI! *" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "Taş Kağıt Makas oyna." -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "{choice} {author.mention} kazandın!" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "{choice} {author.mention} kaybettin!" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "{choice} biz kare {author.mention}!" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "Bu bir soru gibi gözükmüyor." -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "Başlatma veya durdurma kronometre." -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " Kronometre başladı!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " Kronometre durdu! Saat: **{seconds} **" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "Lmgtfy bağlantı oluşturun." -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "Bu sunucunun kurulma tarihi {date}. Yaklaşık {num} gün önce!" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "Bölge" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "Çevrimiçi kişiler" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "Mesaj Kanalları" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "Ses Kanalları" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "Roller" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "Sahibi" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "Sunucu kimliği: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " -msgstr "İnsanlar: " +msgstr "Üyeler: " -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr " • Botlar: " -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "Çevrimiçi üyeler: **{online}/{total_users}**\\n" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "0 - Yok" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "1 - Düşük" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "2 - Orta" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "3 - Yüksek" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "4 - Çok Yüksek" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "Ortak" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "Doğrulanmış" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "Sunucu Keşfi" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "Özelleştirilebilir" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "Özel" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "Sunucu Davet Ekranı" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "VIP Ses Sunucuları" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "Özel URL" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "Duyuru Kanalları" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "Hareketli Simge" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "Sunucu Afişi" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "Üye listesi kapalı" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "{bot_name} bu sunucuya şu zamanda katıldı {bot_join}. Bu yaklaşık {since_join} gün önce!" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "Üyeler:" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "Kanallar:" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "💬 Yazı: {text}\\n🔊 Sesli: {voice}" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "Sunucu bilgileri:" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" -msgstr "Kurucu: {owner}\\nSes Sunucusu: {region}\\nDğrlnma Seviyesi: {verif}\\nSunucu ID: {id}{shard_info}" +msgstr "Sunucu Sahibi: {owner}\\nSes Sunucusu: {region}\\nDoğrulama Seviyesi: {verif}\\nSunucu ID: {id}{shard_info}" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "Diğer:" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "AFK kanalı: {afk_chan}\\nAFK zamanı: {afk_timeout}\\nÖzel emojiler: {emoji_count}\\nRoller: {role_count}" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "Ayarlı değil" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "Sunucu Özellikleri:" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "Seviye {boostlevel} boost ile {nitroboosters} kişi var.\\nDosya yükleme limiti: {filelimit}\\nEmoji limiti: {emojis_limit}\\nKonuşma kanalı kalitesi: {bitrate}" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "Nitro Boost:" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "Urban sözlük arama.\\n\\n Bu resmi olmayan Urban Sözlük API kullanır.\\n " -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "Hiç bir Urban Sözlük bulunamadı ya da işlem gerçekleşirken bir hata oluştu." -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "Hiç bir Urban sözlük bulunamadı." -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "{word} {author}" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Örneğin:** {example}" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "aşağı {thumbs_down} / {thumbs_up}, Kentsel Sözlük tarafından desteklenmektedir." -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Urban sözlük tarafından ayarlandı." -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "{definition}\\n\\n**Örneğin:** {example}" diff --git a/redbot/cogs/general/locales/uk-UA.po b/redbot/cogs/general/locales/uk-UA.po index 23b85f6d2..71893d933 100644 --- a/redbot/cogs/general/locales/uk-UA.po +++ b/redbot/cogs/general/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/vi-VN.po b/redbot/cogs/general/locales/vi-VN.po index d3a5d87b1..12bd016af 100644 --- a/redbot/cogs/general/locales/vi-VN.po +++ b/redbot/cogs/general/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/zh-CN.po b/redbot/cogs/general/locales/zh-CN.po index 28c7e161d..46c27fde4 100644 --- a/redbot/cogs/general/locales/zh-CN.po +++ b/redbot/cogs/general/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "前景不是很好" msgid "Very doubtful" msgstr "非常可疑" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*掷硬币和..." -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "头部!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "尾部!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "这看起来不像是个问题。" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "计时秒表已开始!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "区域" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "文字频道" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "语音频道" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "角色" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "所有者" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/zh-HK.po b/redbot/cogs/general/locales/zh-HK.po index f6351d7e9..86b6f44a8 100644 --- a/redbot/cogs/general/locales/zh-HK.po +++ b/redbot/cogs/general/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "" msgid "Very doubtful" msgstr "" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "" -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr "" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr "" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "" -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/general/locales/zh-TW.po b/redbot/cogs/general/locales/zh-TW.po index 1fe212ee3..ccef6a705 100644 --- a/redbot/cogs/general/locales/zh-TW.po +++ b/redbot/cogs/general/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -100,409 +100,409 @@ msgstr "前景不是很好" msgid "Very doubtful" msgstr "非常可疑" -#: redbot/cogs/general/general.py:80 +#: redbot/cogs/general/general.py:84 #, 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:87 +#: redbot/cogs/general/general.py:91 msgid "Not enough options to pick from." msgstr "" -#: redbot/cogs/general/general.py:93 +#: redbot/cogs/general/general.py:97 #, 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:108 +#: redbot/cogs/general/general.py:112 msgid "{author.mention} Maybe higher than 1? ;P" msgstr "" -#: redbot/cogs/general/general.py:111 +#: redbot/cogs/general/general.py:115 msgid "{author.mention} Max allowed number is {maxamount}." msgstr "" -#: redbot/cogs/general/general.py:118 +#: redbot/cogs/general/general.py:122 #, docstring msgid "Flip a coin... or a user.\\n\\n Defaults to a coin.\\n " msgstr "" -#: redbot/cogs/general/general.py:126 +#: redbot/cogs/general/general.py:130 msgid "Nice try. You think this is funny?\\n How about *this* instead:\\n\\n" msgstr "" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "*flips a coin and... " msgstr "*擲硬幣而… " -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "HEADS!*" msgstr "頭部!*" -#: redbot/cogs/general/general.py:137 +#: redbot/cogs/general/general.py:141 msgid "TAILS!*" msgstr "尾部!*" -#: redbot/cogs/general/general.py:141 +#: redbot/cogs/general/general.py:145 #, docstring msgid "Play Rock Paper Scissors." msgstr "" -#: redbot/cogs/general/general.py:146 +#: redbot/cogs/general/general.py:150 msgid "This isn't a valid option. Try {r}, {p}, or {s}." msgstr "" -#: redbot/cogs/general/general.py:167 +#: redbot/cogs/general/general.py:171 msgid "{choice} You win {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:173 +#: redbot/cogs/general/general.py:177 msgid "{choice} You lose {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:179 +#: redbot/cogs/general/general.py:183 msgid "{choice} We're square {author.mention}!" msgstr "" -#: redbot/cogs/general/general.py:186 +#: redbot/cogs/general/general.py:190 #, docstring msgid "Ask 8 ball a question.\\n\\n Question must end with a question mark.\\n " msgstr "問八號球一個問題。\\n\\n 問題必須以問號結尾。\\n " -#: redbot/cogs/general/general.py:193 +#: redbot/cogs/general/general.py:197 msgid "That doesn't look like a question." msgstr "這看起來不像是個問題。" -#: redbot/cogs/general/general.py:197 +#: redbot/cogs/general/general.py:201 #, docstring msgid "Start or stop the stopwatch." msgstr "" -#: redbot/cogs/general/general.py:201 +#: redbot/cogs/general/general.py:205 msgid " Stopwatch started!" msgstr " 碼錶開始計時!" -#: redbot/cogs/general/general.py:206 +#: redbot/cogs/general/general.py:210 msgid " Stopwatch stopped! Time: **{seconds}**" msgstr " 碼錶停止計時!時間: **{seconds}**" -#: redbot/cogs/general/general.py:212 +#: redbot/cogs/general/general.py:216 #, docstring msgid "Create a lmgtfy link." msgstr "" -#: redbot/cogs/general/general.py:221 +#: redbot/cogs/general/general.py:225 #, docstring msgid "Because everyone likes hugs!\\n\\n Up to 10 intensity levels.\\n " msgstr "" -#: redbot/cogs/general/general.py:245 +#: redbot/cogs/general/general.py:249 #, 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:253 +#: redbot/cogs/general/general.py:257 msgid "Created on {date}. That's over {num} days ago!" msgstr "創立於{date}。那是{num}天前!" -#: redbot/cogs/general/general.py:264 +#: redbot/cogs/general/general.py:268 msgid "Region" msgstr "區域" -#: redbot/cogs/general/general.py:265 +#: redbot/cogs/general/general.py:269 msgid "Users online" msgstr "線上使用者" -#: redbot/cogs/general/general.py:266 +#: redbot/cogs/general/general.py:270 msgid "Text Channels" msgstr "文字頻道" -#: redbot/cogs/general/general.py:267 +#: redbot/cogs/general/general.py:271 msgid "Voice Channels" msgstr "語音頻道" -#: redbot/cogs/general/general.py:268 +#: redbot/cogs/general/general.py:272 msgid "Roles" msgstr "身分組" -#: redbot/cogs/general/general.py:269 +#: redbot/cogs/general/general.py:273 msgid "Owner" msgstr "擁有者" -#: redbot/cogs/general/general.py:271 +#: redbot/cogs/general/general.py:275 msgid "Server ID: " msgstr "伺服器ID: " -#: redbot/cogs/general/general.py:273 +#: redbot/cogs/general/general.py:277 msgid " • Use {command} for more info on the server." msgstr "" -#: redbot/cogs/general/general.py:299 +#: redbot/cogs/general/general.py:303 msgid "\\nShard ID: **{shard_id}/{shard_count}**" msgstr "" -#: redbot/cogs/general/general.py:308 +#: redbot/cogs/general/general.py:312 msgid "Humans: " msgstr "" -#: redbot/cogs/general/general.py:309 +#: redbot/cogs/general/general.py:313 msgid " • Bots: " msgstr "" -#: redbot/cogs/general/general.py:319 +#: redbot/cogs/general/general.py:323 msgid "Users online: **{online}/{total_users}**\\n" msgstr "" -#: redbot/cogs/general/general.py:336 +#: redbot/cogs/general/general.py:340 msgid "__VIP__ US East " msgstr "" -#: redbot/cogs/general/general.py:337 +#: redbot/cogs/general/general.py:341 msgid "__VIP__ US West " msgstr "" -#: redbot/cogs/general/general.py:338 +#: redbot/cogs/general/general.py:342 msgid "__VIP__ Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:339 +#: redbot/cogs/general/general.py:343 msgid "EU West " msgstr "" -#: redbot/cogs/general/general.py:340 +#: redbot/cogs/general/general.py:344 msgid "EU Central " msgstr "" -#: redbot/cogs/general/general.py:341 +#: redbot/cogs/general/general.py:345 msgid "Europe " msgstr "" -#: redbot/cogs/general/general.py:342 +#: redbot/cogs/general/general.py:346 msgid "London " msgstr "" -#: redbot/cogs/general/general.py:343 +#: redbot/cogs/general/general.py:347 msgid "Frankfurt " msgstr "" -#: redbot/cogs/general/general.py:344 +#: redbot/cogs/general/general.py:348 msgid "Amsterdam " msgstr "" -#: redbot/cogs/general/general.py:345 +#: redbot/cogs/general/general.py:349 msgid "US West " msgstr "" -#: redbot/cogs/general/general.py:346 +#: redbot/cogs/general/general.py:350 msgid "US East " msgstr "" -#: redbot/cogs/general/general.py:347 +#: redbot/cogs/general/general.py:351 msgid "US South " msgstr "" -#: redbot/cogs/general/general.py:348 +#: redbot/cogs/general/general.py:352 msgid "US Central " msgstr "" -#: redbot/cogs/general/general.py:349 +#: redbot/cogs/general/general.py:353 msgid "Singapore " msgstr "" -#: redbot/cogs/general/general.py:350 +#: redbot/cogs/general/general.py:354 msgid "Sydney " msgstr "" -#: redbot/cogs/general/general.py:351 +#: redbot/cogs/general/general.py:355 msgid "Brazil " msgstr "" -#: redbot/cogs/general/general.py:352 +#: redbot/cogs/general/general.py:356 msgid "Hong Kong " msgstr "" -#: redbot/cogs/general/general.py:353 +#: redbot/cogs/general/general.py:357 msgid "Russia " msgstr "" -#: redbot/cogs/general/general.py:354 +#: redbot/cogs/general/general.py:358 msgid "Japan " msgstr "" -#: redbot/cogs/general/general.py:355 +#: redbot/cogs/general/general.py:359 msgid "South Africa " msgstr "" -#: redbot/cogs/general/general.py:356 +#: redbot/cogs/general/general.py:360 msgid "India " msgstr "" -#: redbot/cogs/general/general.py:357 +#: redbot/cogs/general/general.py:361 msgid "Dubai " msgstr "" -#: redbot/cogs/general/general.py:358 +#: redbot/cogs/general/general.py:362 msgid "South Korea " msgstr "" -#: redbot/cogs/general/general.py:361 +#: redbot/cogs/general/general.py:365 msgid "0 - None" msgstr "" -#: redbot/cogs/general/general.py:362 +#: redbot/cogs/general/general.py:366 msgid "1 - Low" msgstr "" -#: redbot/cogs/general/general.py:363 +#: redbot/cogs/general/general.py:367 msgid "2 - Medium" msgstr "" -#: redbot/cogs/general/general.py:364 +#: redbot/cogs/general/general.py:368 msgid "3 - High" msgstr "" -#: redbot/cogs/general/general.py:365 +#: redbot/cogs/general/general.py:369 msgid "4 - Extreme" msgstr "" -#: redbot/cogs/general/general.py:369 +#: redbot/cogs/general/general.py:373 msgid "Partnered" msgstr "" -#: redbot/cogs/general/general.py:370 +#: redbot/cogs/general/general.py:374 msgid "Verified" msgstr "" -#: redbot/cogs/general/general.py:371 +#: redbot/cogs/general/general.py:375 msgid "Server Discovery" msgstr "" -#: redbot/cogs/general/general.py:372 +#: redbot/cogs/general/general.py:376 msgid "Featurable" msgstr "" -#: redbot/cogs/general/general.py:373 +#: redbot/cogs/general/general.py:377 msgid "Community" msgstr "" -#: redbot/cogs/general/general.py:374 +#: redbot/cogs/general/general.py:378 msgid "Public disabled" msgstr "" -#: redbot/cogs/general/general.py:375 +#: redbot/cogs/general/general.py:379 msgid "Splash Invite" msgstr "" -#: redbot/cogs/general/general.py:376 +#: redbot/cogs/general/general.py:380 msgid "VIP Voice Servers" msgstr "" -#: redbot/cogs/general/general.py:377 +#: redbot/cogs/general/general.py:381 msgid "Vanity URL" msgstr "" -#: redbot/cogs/general/general.py:378 +#: redbot/cogs/general/general.py:382 msgid "More Emojis" msgstr "" -#: redbot/cogs/general/general.py:379 +#: redbot/cogs/general/general.py:383 msgid "Commerce" msgstr "" -#: redbot/cogs/general/general.py:380 +#: redbot/cogs/general/general.py:384 msgid "News Channels" msgstr "" -#: redbot/cogs/general/general.py:381 +#: redbot/cogs/general/general.py:385 msgid "Animated Icon" msgstr "" -#: redbot/cogs/general/general.py:382 +#: redbot/cogs/general/general.py:386 msgid "Banner Image" msgstr "" -#: redbot/cogs/general/general.py:383 +#: redbot/cogs/general/general.py:387 msgid "Member list disabled" msgstr "" -#: redbot/cogs/general/general.py:389 +#: redbot/cogs/general/general.py:393 msgid "{bot_name} joined this server on {bot_join}. That's over {since_join} days ago!" msgstr "" -#: redbot/cogs/general/general.py:411 +#: redbot/cogs/general/general.py:415 msgid "Members:" msgstr "成員:" -#: redbot/cogs/general/general.py:413 +#: redbot/cogs/general/general.py:417 msgid "Channels:" msgstr "頻道:" -#: redbot/cogs/general/general.py:414 +#: redbot/cogs/general/general.py:418 msgid "💬 Text: {text}\\n🔊 Voice: {voice}" msgstr "" -#: redbot/cogs/general/general.py:420 +#: redbot/cogs/general/general.py:424 msgid "Utility:" msgstr "" -#: redbot/cogs/general/general.py:421 +#: redbot/cogs/general/general.py:425 msgid "Owner: {owner}\\nVoice region: {region}\\nVerif. level: {verif}\\nServer ID: {id}{shard_info}" msgstr "" -#: redbot/cogs/general/general.py:433 +#: redbot/cogs/general/general.py:437 msgid "Misc:" msgstr "" -#: redbot/cogs/general/general.py:434 +#: redbot/cogs/general/general.py:438 msgid "AFK channel: {afk_chan}\\nAFK timeout: {afk_timeout}\\nCustom emojis: {emoji_count}\\nRoles: {role_count}" msgstr "" -#: redbot/cogs/general/general.py:439 +#: redbot/cogs/general/general.py:443 msgid "Not set" msgstr "" -#: redbot/cogs/general/general.py:447 +#: redbot/cogs/general/general.py:451 msgid "Server features:" msgstr "" -#: redbot/cogs/general/general.py:449 +#: redbot/cogs/general/general.py:453 msgid "Tier {boostlevel} with {nitroboosters} boosters\\nFile size limit: {filelimit}\\nEmoji limit: {emojis_limit}\\nVCs max bitrate: {bitrate}" msgstr "" -#: redbot/cogs/general/general.py:461 +#: redbot/cogs/general/general.py:465 msgid "Nitro Boost:" msgstr "" -#: redbot/cogs/general/general.py:470 +#: redbot/cogs/general/general.py:474 #, docstring msgid "Search the Urban Dictionary.\\n\\n This uses the unofficial Urban Dictionary API.\\n " msgstr "" -#: redbot/cogs/general/general.py:486 redbot/cogs/general/general.py:552 +#: redbot/cogs/general/general.py:490 redbot/cogs/general/general.py:556 msgid "No Urban Dictionary entries were found, or there was an error in the process." msgstr "" -#: redbot/cogs/general/general.py:492 +#: redbot/cogs/general/general.py:496 msgid "No Urban Dictionary entries were found." msgstr "" -#: redbot/cogs/general/general.py:498 +#: redbot/cogs/general/general.py:502 msgid "{word} by {author}" msgstr "" -#: redbot/cogs/general/general.py:503 +#: redbot/cogs/general/general.py:507 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" -#: redbot/cogs/general/general.py:509 +#: redbot/cogs/general/general.py:513 msgid "{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:528 +#: redbot/cogs/general/general.py:532 msgid "<{permalink}>\\n {word} by {author}\\n\\n{description}\\n\\n{thumbs_down} Down / {thumbs_up} Up, Powered by Urban Dictionary." msgstr "" -#: redbot/cogs/general/general.py:534 +#: redbot/cogs/general/general.py:538 msgid "{definition}\\n\\n**Example:** {example}" msgstr "" diff --git a/redbot/cogs/image/locales/af-ZA.po b/redbot/cogs/image/locales/af-ZA.po index b5ee82b61..b74b0e0db 100644 --- a/redbot/cogs/image/locales/af-ZA.po +++ b/redbot/cogs/image/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ar-SA.po b/redbot/cogs/image/locales/ar-SA.po index 8e3ea9be1..af5bef91d 100644 --- a/redbot/cogs/image/locales/ar-SA.po +++ b/redbot/cogs/image/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/bg-BG.po b/redbot/cogs/image/locales/bg-BG.po index 75d73296c..70260f687 100644 --- a/redbot/cogs/image/locales/bg-BG.po +++ b/redbot/cogs/image/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Само \"нови\" и \"избрани (топ)\" са валидни типове за сортиране." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Няма резултати." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ca-ES.po b/redbot/cogs/image/locales/ca-ES.po index e16ec850f..a7e403473 100644 --- a/redbot/cogs/image/locales/ca-ES.po +++ b/redbot/cogs/image/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/cs-CZ.po b/redbot/cogs/image/locales/cs-CZ.po index fc8c0e39d..ddb7fe1af 100644 --- a/redbot/cogs/image/locales/cs-CZ.po +++ b/redbot/cogs/image/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Příkazy související s obrázky." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "Klientské ID nebylo nastaveno! Nastavte prosím jedno s `{prefix}imgurcreds`." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Při hledání nebyly nalezeny žádné výsledky." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "Výsledky hledání...\\n" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Něco se pokazilo. Chybový kód je {code}." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Nebyly nalezeny žádné výsledky." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "Vysvětlí, jak nastavit klíče API." -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "Získat první výsledky hledání z Giphy." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "API klíč nebyl nastaven! Nastavte jej prosím s `{prefix}giphycreds." -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Chyba při kontaktování API Giphy." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Načte náhodný GIF z vyhledávání Giphy." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/da-DK.po b/redbot/cogs/image/locales/da-DK.po index 5732747d2..b76ef7917 100644 --- a/redbot/cogs/image/locales/da-DK.po +++ b/redbot/cogs/image/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/de-DE.po b/redbot/cogs/image/locales/de-DE.po index 821a65054..442080025 100644 --- a/redbot/cogs/image/locales/de-DE.po +++ b/redbot/cogs/image/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Image spezifische Befehle." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, docstring msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n " msgstr "Lade Bilder von Imgur.\\n\\n Stelle sicher, dass du die Client ID mit `[p]imgurcreds` festgelegt hast\\n " -#: redbot/cogs/image/image.py:47 +#: redbot/cogs/image/image.py:51 #, 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 "Sucht auf Imgur nach dem angegebenen Wert.\\n\\n `count` gibt an, wie viele Bilder zurückgegeben werden sollen.\\n Der Befehl kann bis zu fünf Bilder zurückgeben.\\n " -#: redbot/cogs/image/image.py:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "Die Anzahl der Bilder muss zwischen 1 und 5 liegen." -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "Eine Client ID wurde nicht definiert! Bitte lege eine mit `{prefix}imgurcreds` fest." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Die Suche gab keine Treffer." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "Suchergebnisse...\\n" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Etwas ist schief gelaufen. Fehlercode {code}." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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 "Lädt Bilder aus einem Subreddit.\\n\\n Die Suche kann mit folgenden Optionen angepasst werden:\\n - ``: Anzahl an Bildern (maximal fünf)\\n - ``: new, top\\n - ``: day, week, month, year, all\\n " -#: redbot/cogs/image/image.py:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Nur 'new' und 'top' sind valide Sortierarten." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Keine Suchergebnisse gefunden." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "Erkläre, wie Imgur API-Token gesetzt werden." -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "Empfange das erste Suchergebnis von Giphy." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "Ein API-Schlüssel wurde nicht gesetzt! Bitte setzen Sie einen mit `{prefix}giphycreds`." -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Fehler beim Kontaktieren der Giphy API." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Lade eine zufällige GIF aus einer Giphy Suche." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Fehler beim Kontaktieren der API." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/el-GR.po b/redbot/cogs/image/locales/el-GR.po index 178d7477c..02b09967a 100644 --- a/redbot/cogs/image/locales/el-GR.po +++ b/redbot/cogs/image/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/es-ES.po b/redbot/cogs/image/locales/es-ES.po index 5980d5acd..e70608a6c 100644 --- a/redbot/cogs/image/locales/es-ES.po +++ b/redbot/cogs/image/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Solo \"nuevo\" y \"arriba\" son validos." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "No se encontraron resultados." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/fi-FI.po b/redbot/cogs/image/locales/fi-FI.po index c8b65e6e9..c8775d0b4 100644 --- a/redbot/cogs/image/locales/fi-FI.po +++ b/redbot/cogs/image/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/fr-FR.po b/redbot/cogs/image/locales/fr-FR.po index 3d3653e67..35e95cff7 100644 --- a/redbot/cogs/image/locales/fr-FR.po +++ b/redbot/cogs/image/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Commandes relatives aux images." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, docstring msgid "Retrieve pictures from Imgur.\\n\\n Make sure to set the Client ID using `[p]imgurcreds`.\\n " msgstr "Retrouver des images venant d'Imgur.\\n\\n Assurez-vous de définir l'ID client à l'aide de `[p]imgurcreds`.\\n " -#: redbot/cogs/image/image.py:47 +#: redbot/cogs/image/image.py:51 #, 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 "Rechercher sur Imgur pour le terme spécifié.\\n\\n Utilisez `count` pour choisir le nombre d'images qui seront envoyer.\\n La commande peut envoyer jusqu'à 5 images.\\n " -#: redbot/cogs/image/image.py:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "Le nombre d’images doit être entre 1 et 5." -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "Aucun ID client n'a été défini ! Veuillez en définir un avec `{prefix}imgurcreds`." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Votre recherche n'a donné aucun résultat." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "Résultats de la recherche ...\\n" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Quelque chose s'est mal passé. Code d'erreur : {code}." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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 "Obtenir des images venant d'un subreddit.\\n\\n Vous pouvez personnaliser la recherche à l'aide des options suivantes :\\n - ``: nombre d'images à envoyer (Jusqu'à 5)\\n - ``: new, top (nouveau, top)\\n - ``: day, week, month, year, all (Jour, semaine, mois, année, tout)\\n " -#: redbot/cogs/image/image.py:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Seulement 'new' et 'top' sont des types de tri valables." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Aucun résultat trouvé." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "Expliquez comment définir le token d'API Imgur." -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "Pour obtenir un ID client Imgur :\\n1. Connectez-vous à un compte Imgur.\\n. Visitez cette page https://api.imgur.com/oauth2/addclient.\\n3. Entrez un nom pour votre application.\\n4. Sélectionnez *Utilisation anonyme sans autorisation d'utilisateur* pour le type d'authentification.\\n5. Définissez l'URL de rappel d'autorisation à `https://localhost`.\\n6. Laissez le site de l'application vide.\\n7. Entrez une adresse e-mail valide et une description.\\n8. Vérifiez le captcha et cliquez sur Suivant.\\n9. Votre ID client sera à la page suivante.\\n10. Exécutez la commande `{prefix}set api imgur client_id `. \\n" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "Récupère le premier résultat d'une recherche Giphy." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "La clé d'API n'a pas été définie ! Veuillez en définir une avec `{prefix}giphycreds`." -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Erreur lors du contact avec l'API Giphy." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Récupère un GIF aléatoire à partir d'une recherche Giphy." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Erreur lors du contact avec l'API." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "Explique comment définir le token d'API GIPHY." -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "Pour obtenir une clé d'API GIPHY:\\n1. Connectez-vous (ou créez) un compte GIPHY.\\n2. Visitez cette page: https://developers.giphy.com/dashboard.\\n3. Appuyez sur *Create an App*.\\n4. Cliquez sur *Select API*, puis *Next Step*.\\n5. Ajoutez un nom d'application, par exemple *Red*.\\n6. Ajoutez une description d'application, par exemple *Utilisé pour le cod image de Red*.\\n7. Cliquez sur *Create App*. Vous devrez accepter les conditions de l'API GIPHY.\\n8. Copiez la clé API.\\n9. Sur Discord, exécutez la command {command}.\\n" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/he-IL.po b/redbot/cogs/image/locales/he-IL.po index 459050a7a..9df9b1d74 100644 --- a/redbot/cogs/image/locales/he-IL.po +++ b/redbot/cogs/image/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/hu-HU.po b/redbot/cogs/image/locales/hu-HU.po index a637a2110..e139c88d7 100644 --- a/redbot/cogs/image/locales/hu-HU.po +++ b/redbot/cogs/image/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Csak az 'új' és 'top' érvényesek rendezési típusnak." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Nincs találat." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/id-ID.po b/redbot/cogs/image/locales/id-ID.po index c3584ce0e..93babae44 100644 --- a/redbot/cogs/image/locales/id-ID.po +++ b/redbot/cogs/image/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Hanya 'baru' dan 'atas' adalah jenis jenis yang valid." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Tidak ada hasil yang ditemukan." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/it-IT.po b/redbot/cogs/image/locales/it-IT.po index 057fa9005..07a1a79d0 100644 --- a/redbot/cogs/image/locales/it-IT.po +++ b/redbot/cogs/image/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Un tipo di ordinamento valido solo 'new' e 'top'." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Nessun risultato trovato." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ja-JP.po b/redbot/cogs/image/locales/ja-JP.po index 84af1b462..b74d0f637 100644 --- a/redbot/cogs/image/locales/ja-JP.po +++ b/redbot/cogs/image/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "有効なソートタイプは「new」と「top」のみです。" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "結果が見つかりません。" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ko-KR.po b/redbot/cogs/image/locales/ko-KR.po index 4cbd4af43..a1dd35382 100644 --- a/redbot/cogs/image/locales/ko-KR.po +++ b/redbot/cogs/image/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "'new' 와 'top' 만이 사용 가능한 타입이에요." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "결과를 찾을 수 없어요." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/nl-NL.po b/redbot/cogs/image/locales/nl-NL.po index f50c7e036..ebd00d9a8 100644 --- a/redbot/cogs/image/locales/nl-NL.po +++ b/redbot/cogs/image/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Beeld gerelateerde commando's." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "Er is geen client-ID ingesteld! Stel een een in met `{prefix} imgurcreds`." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Je zoekopdracht leverde geen resultaten op." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Er is iets fout gegaan. Foutcode is {code}." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Alleen `new` en `top` zijn geldige sorteertypes." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Geen resultaten gevonden." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "Haal het eerste zoekresultaat op van Giphy." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Fout bij het contacteren van de Giphy API." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Haal een willekeurige GIF op uit een Giphy-zoekopdracht." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Fout bij het contacteren van de API." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/no-NO.po b/redbot/cogs/image/locales/no-NO.po index 11d7c5aa2..ac3bae253 100644 --- a/redbot/cogs/image/locales/no-NO.po +++ b/redbot/cogs/image/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Bare \"nye\" og \"topp\" er en gyldig sorteringstype." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Ingen treff." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/pl-PL.po b/redbot/cogs/image/locales/pl-PL.po index a79154196..8d204e5f9 100644 --- a/redbot/cogs/image/locales/pl-PL.po +++ b/redbot/cogs/image/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Wyszukiwanie nie zwróciło żadnych wyników." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Tylko 'new' i 'top' są prawidłowy typami sortowania." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Nie znaleziono żadnych wyników." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Błąd połączenia z API." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/pt-BR.po b/redbot/cogs/image/locales/pt-BR.po index c1f3c7a1c..2eb1b505a 100644 --- a/redbot/cogs/image/locales/pt-BR.po +++ b/redbot/cogs/image/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/pt-PT.po b/redbot/cogs/image/locales/pt-PT.po index 598845a39..d9f98ce17 100644 --- a/redbot/cogs/image/locales/pt-PT.po +++ b/redbot/cogs/image/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ro-RO.po b/redbot/cogs/image/locales/ro-RO.po index 4cb85a64e..e51c657b6 100644 --- a/redbot/cogs/image/locales/ro-RO.po +++ b/redbot/cogs/image/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/ru-RU.po b/redbot/cogs/image/locales/ru-RU.po index 6927897ff..f7c594cda 100644 --- a/redbot/cogs/image/locales/ru-RU.po +++ b/redbot/cogs/image/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Команды, связанные с изображениями." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "ID клиента не был установлен! Пожалуйста, установите его с помощью `{prefix}imgurcreds`." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Ваш поиск не дал результатов." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "Результаты поиска...\\n" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Что-то пошло не так. Код ошибки {code}." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Вы можете отсортировать только по 'new' или 'top'." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Результаты не найдены." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "Получить первый результат поиска из Giphy." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Ошибка связи с Giphy API." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Получить случайный GIF из поиска Giphy." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Ошибка при обращении к API." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/sk-SK.po b/redbot/cogs/image/locales/sk-SK.po index 128657a08..62a2752b7 100644 --- a/redbot/cogs/image/locales/sk-SK.po +++ b/redbot/cogs/image/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/sr-SP.po b/redbot/cogs/image/locales/sr-SP.po index de8663979..487acd991 100644 --- a/redbot/cogs/image/locales/sr-SP.po +++ b/redbot/cogs/image/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/sv-SE.po b/redbot/cogs/image/locales/sv-SE.po index 2de8b1212..545197507 100644 --- a/redbot/cogs/image/locales/sv-SE.po +++ b/redbot/cogs/image/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Bara 'new' och 'top' är giltiga sorteringstyper." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Inga resultat hittades." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/tr-TR.po b/redbot/cogs/image/locales/tr-TR.po index ae0a7b778..94d7267ea 100644 --- a/redbot/cogs/image/locales/tr-TR.po +++ b/redbot/cogs/image/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "Görüntü ile ilgili komutları." -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "Bir Müşteri Kimliği ayarlanmamış! Lütfen bir tane` {prefix} imgurcreds` ile ayarlayın." -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "Aramanız sonuç döndürdü." -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "Bir şeyler ters gitti. Hata kodu {code} ' dır." -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "Sadece 'yeni' ve 'üst' geçerli bir sıralama türüdür." -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "Hiçbir sonuç bulunamadı." -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "İlk arama sonucu Giphy almak." -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "Giphy API'sı ile iletişim kurulurken hata oluştu." -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "Rastgele bir GIF Giphy aramanın almak." -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "Giphy API'sı ile iletişim kurulurken hata oluştu." -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/uk-UA.po b/redbot/cogs/image/locales/uk-UA.po index 4bd476406..a3202cc53 100644 --- a/redbot/cogs/image/locales/uk-UA.po +++ b/redbot/cogs/image/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/vi-VN.po b/redbot/cogs/image/locales/vi-VN.po index fe4f2f1ec..e5453cc31 100644 --- a/redbot/cogs/image/locales/vi-VN.po +++ b/redbot/cogs/image/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/zh-CN.po b/redbot/cogs/image/locales/zh-CN.po index 1ca1fc901..8ff436177 100644 --- a/redbot/cogs/image/locales/zh-CN.po +++ b/redbot/cogs/image/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "发生错误。错误代码为{code}。" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "只有 '新的' 和 '顶部' 是合法的排序类型。" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "没有找到任何结果。" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/zh-HK.po b/redbot/cogs/image/locales/zh-HK.po index 6634dcab1..cbf5a5853 100644 --- a/redbot/cogs/image/locales/zh-HK.po +++ b/redbot/cogs/image/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/image/locales/zh-TW.po b/redbot/cogs/image/locales/zh-TW.po index abc1c36ab..3fb5a66f1 100644 --- a/redbot/cogs/image/locales/zh-TW.po +++ b/redbot/cogs/image/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -20,91 +20,91 @@ msgstr "" msgid "Image related commands." msgstr "" -#: redbot/cogs/image/image.py:39 +#: redbot/cogs/image/image.py:43 #, 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:47 +#: redbot/cogs/image/image.py:51 #, 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:53 redbot/cogs/image/image.py:102 +#: redbot/cogs/image/image.py:57 redbot/cogs/image/image.py:106 msgid "Image count has to be between 1 and 5." msgstr "" -#: redbot/cogs/image/image.py:60 redbot/cogs/image/image.py:122 +#: redbot/cogs/image/image.py:64 redbot/cogs/image/image.py:126 msgid "A Client ID has not been set! Please set one with `{prefix}imgurcreds`." msgstr "" -#: redbot/cogs/image/image.py:72 +#: redbot/cogs/image/image.py:76 msgid "Your search returned no results." msgstr "" -#: redbot/cogs/image/image.py:75 +#: redbot/cogs/image/image.py:79 msgid "Search results...\\n" msgstr "搜尋結果…\\n" -#: redbot/cogs/image/image.py:82 redbot/cogs/image/image.py:148 +#: redbot/cogs/image/image.py:86 redbot/cogs/image/image.py:152 msgid "Something went wrong. Error code is {code}." msgstr "" -#: redbot/cogs/image/image.py:94 +#: redbot/cogs/image/image.py:98 #, 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:112 +#: redbot/cogs/image/image.py:116 msgid "Only 'new' and 'top' are a valid sort type." msgstr "只有 '最新' 和 '熱門' 是有效的排序方式。" -#: redbot/cogs/image/image.py:145 redbot/cogs/image/image.py:201 -#: redbot/cogs/image/image.py:234 +#: redbot/cogs/image/image.py:149 redbot/cogs/image/image.py:205 +#: redbot/cogs/image/image.py:238 msgid "No results found." msgstr "" -#: redbot/cogs/image/image.py:154 +#: redbot/cogs/image/image.py:158 #, docstring msgid "Explain how to set imgur API tokens." msgstr "" -#: redbot/cogs/image/image.py:156 +#: redbot/cogs/image/image.py:160 msgid "To get an Imgur Client ID:\\n1. Login to an Imgur account.\\n2. Visit this page https://api.imgur.com/oauth2/addclient.\\n3. Enter a name for your application.\\n4. Select *Anonymous usage without user authorization* for the auth type.\\n5. Set the authorization callback URL to `https://localhost`.\\n6. Leave the app website blank.\\n7. Enter a valid email address and a description.\\n8. Check the captcha box and click next.\\n9. Your Client ID will be on the next page.\\n10. Run the command `{prefix}set api imgur client_id `.\\n" msgstr "" -#: redbot/cogs/image/image.py:175 +#: redbot/cogs/image/image.py:179 #, docstring msgid "Retrieve the first search result from Giphy." msgstr "" -#: redbot/cogs/image/image.py:185 redbot/cogs/image/image.py:218 +#: redbot/cogs/image/image.py:189 redbot/cogs/image/image.py:222 msgid "An API key has not been set! Please set one with `{prefix}giphycreds`." msgstr "" -#: redbot/cogs/image/image.py:203 +#: redbot/cogs/image/image.py:207 msgid "Error contacting the Giphy API." msgstr "" -#: redbot/cogs/image/image.py:208 +#: redbot/cogs/image/image.py:212 #, docstring msgid "Retrieve a random GIF from a Giphy search." msgstr "" -#: redbot/cogs/image/image.py:236 +#: redbot/cogs/image/image.py:240 msgid "Error contacting the API." msgstr "" -#: redbot/cogs/image/image.py:241 +#: redbot/cogs/image/image.py:245 #, docstring msgid "Explains how to set GIPHY API tokens." msgstr "" -#: redbot/cogs/image/image.py:243 +#: redbot/cogs/image/image.py:247 msgid "To get a GIPHY API Key:\\n1. Login to (or create) a GIPHY account.\\n2. Visit this page: https://developers.giphy.com/dashboard.\\n3. Press *Create an App*.\\n4. Click *Select API*, then *Next Step*.\\n5. Add an app name, for example *Red*.\\n6. Add an app description, for example *Used for Red's image cog*.\\n7. Click *Create App*. You'll need to agree to the GIPHY API Terms.\\n8. Copy the API Key.\\n9. In Discord, run the command {command}.\\n" msgstr "" -#: redbot/cogs/image/image.py:256 +#: redbot/cogs/image/image.py:260 msgid "" msgstr "" diff --git a/redbot/cogs/mod/locales/af-ZA.po b/redbot/cogs/mod/locales/af-ZA.po index 5ff966331..423d1c3da 100644 --- a/redbot/cogs/mod/locales/af-ZA.po +++ b/redbot/cogs/mod/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ar-SA.po b/redbot/cogs/mod/locales/ar-SA.po index 8c283e653..bcb3cacfc 100644 --- a/redbot/cogs/mod/locales/ar-SA.po +++ b/redbot/cogs/mod/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/bg-BG.po b/redbot/cogs/mod/locales/bg-BG.po index 3ad7e994f..008b4680b 100644 --- a/redbot/cogs/mod/locales/bg-BG.po +++ b/redbot/cogs/mod/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ca-ES.po b/redbot/cogs/mod/locales/ca-ES.po index 6c409728c..a1a87f863 100644 --- a/redbot/cogs/mod/locales/ca-ES.po +++ b/redbot/cogs/mod/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/cs-CZ.po b/redbot/cogs/mod/locales/cs-CZ.po index 3810808fb..a3aa917fc 100644 --- a/redbot/cogs/mod/locales/cs-CZ.po +++ b/redbot/cogs/mod/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} nevypadá jako platné ID uživatele." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Neplatné dny. Musí být mezi 0 a 7." @@ -46,15 +46,15 @@ msgstr "Neplatné dny. Musí být mezi 0 a 7." msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Na tuto akci nemám práva." @@ -62,170 +62,162 @@ msgstr "Na tuto akci nemám práva." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Hotovo. Nylo načase." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "\\nChyby:\\n" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "Uživatel {user_id} neexistuje." -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Z nějakého důvodu to udělat nemůžu." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Zdá se, že uživatel není zabanován!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "Byl jsi odbanován z {server}.\\nZde je pozvánka pro tento server: {invite_link}" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "Moderační nástroje." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "Tento uživatel je již umlčen a ztlumen na serveru!" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "Umlčet uživatele." -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "Uživatel byl umlčen na tomto serveru." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "Odmlčet uživatele." -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "Odmlčení se nezdařilo. Důvod: {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Uživatel byl v tomto kanále odmlčen." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/da-DK.po b/redbot/cogs/mod/locales/da-DK.po index 94c95834d..6e47aedd7 100644 --- a/redbot/cogs/mod/locales/da-DK.po +++ b/redbot/cogs/mod/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/de-DE.po b/redbot/cogs/mod/locales/de-DE.po index af4bcf60c..e49b5ef95 100644 --- a/redbot/cogs/mod/locales/de-DE.po +++ b/redbot/cogs/mod/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} sieht nicht wie eine gültige Benutzerkennung aus." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "Spam von Erwähnungen (Autoban)" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Das kann ich dir leider nicht erlauben. Tu dir das selbst nicht an {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Ich kann dich das nicht tun lassen. Du bist nicht höher in der Rollenhierarchie als der Benutzer." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "Das kann ich aufgrund der Discord-Hierarchie nicht tun." -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Ungültige Anzahl an Tagen. Es muss eine Zahl zwischen 0 und 7 sein." @@ -46,15 +46,15 @@ msgstr "Ungültige Anzahl an Tagen. Es muss eine Zahl zwischen 0 und 7 sein." msgid "You have been banned from {guild}." msgstr "Du wurdest von {guild} gebannt." -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "**Grund**" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "Es wurde kein Grund angegeben." -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Ich bin nicht autorisiert dies zu tun." @@ -62,170 +62,162 @@ msgstr "Ich bin nicht autorisiert dies zu tun." msgid "An unexpected error occurred." msgstr "Ein unerwarteter Fehler ist aufgetreten." -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "Der Benutzer wurde gesperrt, aber bei dem Versuch, den Modlog-Eintrag zu erstellen, trat ein Fehler auf: {reason}" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "Tempban abgesessen" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\n\\n If a reason is specified, it will be the reason that shows up\\n in the audit log.\\n " msgstr "Kicke einen Benutzer.\\n\\n Wenn ein Grund angegeben ist, wird dieser im Audit Log angezeigt.\\n " -#: redbot/cogs/mod/kickban.py:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "Ich kann dich das nicht tun lassen. Tu dir das selbst nicht an {emoji}" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "Du wurdest von {guild} gekickt." -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "Erledigt. Das fühlte sich gut an." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "Banne einen Benutzer von diesem Server und lösche optional Nachrichten der vergangenen X Tage.\\n\\n Wenn ``Tage`` keine Zahl ist, wird es als das erste Wort der Begründung behandelt.\\n\\n ``Tage``: Mindestens 0, maximal 7. Wenn nicht angegeben, wird stattdessen die Standardeinstellung verwendet." -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Erledigt. Einstein hat eine Theorie über Zeit entwickelt und es war verdammt noch einmal Zeit dafür." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "Beendet Benutzer(n) vom Server\\n\\n Benutzer-IDs, um\\n mit diesem Befehl zu verbieten" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "{num} Benutzer vom Server gesperrt." -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "\\nFehler:\\n" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Mir fehlen die Berechtigungen dies zu tun." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "Benutzer {user_id} ist bereits gesperrt." -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "Fehler beim Bannen von Benutzer {user_id}: {reason}" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "Benutzer {user_id} existiert nicht." -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "Konnte {user_id} nicht bannen: fehlende Berechtigungen." -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "Fehler beim Erstellen des Modlog-Falls: {reason}" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "Bannt einen Benutzer vorübergehend vom Server." -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "Ich kann das aufgrund von Discord Hierarchie-Regeln nicht tun" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Ich kann das aus irgendeinem Grund nicht tun." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "Beim bannen hat etwas nicht funktioniert." -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "Erledigt. Das war erstmal genug Chaos." -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "Benutzer kicken und dessen Nachrichten des letzten Tages löschen." -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "Du wurdest gebannt und wieder entbannt, um Nachrichten von dir zu löschen, da du gegen die Regeln verstoßen hast.\\nDu kannst dem Server wieder beitreten. {invite_link}" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Meine Rolle ist nicht hoch genug, um diesen Benutzer zu softbannen." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Erledigt. Das war genug Stress." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "Kicke ein Mitglied aus einem Sprachkanal." -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "Ich kann dieses Mitglied nicht aus dem Sprachkanal herausholen." -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "Beim kicken dieses Members ist etwas schiefgelaufen." -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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 "Entbanne einen Benutzer von diesem Server.\\n\\n Erfordert die ID des Nutzers. Um dies herauszufinden, kannst du entweder:\\n 1. die ID aus dem Mod-Log Fall (falls einer erstellt wurde) entnehmen, oder\\n 2. den Entwicklermodus aktivieren, zu der Kategorie Bans in den Servereinstellungen navigieren und dort mit einem Rechtsklick auf den Benutzer die ID kopieren." -#: redbot/cogs/mod/kickban.py:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Es scheint so, dass dieser Benutzer nicht gebannt ist!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "Beim entbannen dieses Benutzers ist etwas schiefgelaufen." -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "Benutzer entbannt." -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "Ich teile keinen anderen Server mit diesem Benutzer. Ich kann ihm keine Einladung senden." -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "Du wurdest von {server} entbannt.\\nHier ist eine Einladung für diesen Server: {invite_link}" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "Ich konnte keine Einladung an den Benutzer senden. Kannst du das für mich machen?\\nHier ist der Einladungslink: {invite_link}" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "Beim Versuch, dem Benutzer eine Einladung zu senden, ist etwas schief gelaufen. Hier ist der Link, damit du es auch versuchen kannst: {invite_link}" @@ -234,29 +226,29 @@ msgstr "Beim Versuch, dem Benutzer eine Einladung zu senden, ist etwas schief ge msgid "Moderation tools." msgstr "Moderationstools." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "Die Funktion zum ignorieren von Servern und Kanälen wurde verschoben. Benutze `[p]moveignoredchannels` um deine Einstellungen wiederherzustellen." -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "Die Einstellungen für die automatische Befehlsnachrichtenlöschung wurden verschoben. Verwende `[p]movedeletedelay` um deine Einstellungen wiederherzustellen." -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "Verschiebe ignorierte Kanäle in den Core" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "Ignorierte Kanäle und Server wiederhergestellt." -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "\\n Verschiebe die automatische Befehlslöschung in den Kern\\n " -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "Einstellungen für die automatische Befehlslöschung wiederhergestellt." @@ -305,92 +297,92 @@ msgstr "Entbanne einen Benutzer, sodass dieser in den Sprachkanälen des Servers msgid "That user isn't muted or deafened by the server!" msgstr "Dieser Benutzer ist weder stummgeschaltet noch wurde sein Lautsprecher deaktiviert!" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "Der Benutzer darf nun in Sprachkanälen sprechen und hören" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "Banne einen Benutzer, sodass dieser nicht mehr in den Sprachkanälen des Servers Sprechen und Hören kann." -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "Dieser Nutzer ist bereits serverweit stumm- und taubgeschaltet!" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "Es wurde dem Benutzer untersagt, in Sprachkanälen zu sprechen oder zu hören" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "Schalte Benutzer stumm." -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "Schalte einen Benutzer in seinem aktuellen Sprachkanal stumm." -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "Schalte {user} im Kanal {channel.name} stumm" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "Schalte einen Benutzer in seinem aktuellen Text-Kanal stumm." -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "Der Benutzer wurde in diesem Kanal stummgeschaltet." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "Schaltet Benutzer auf dem Server stumm." -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "Der Benutzer wurde auf dem Server stummgeschaltet." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "Entstumme Benutzer." -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "Entstumme einen Benutzer in seinem aktuellen Sprachkanal." -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "{user} wurde im Kanal {channel.name} entstummt" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "Das Aufheben der Stummschaltung ist fehlgeschlagen. Grund: {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "Entstumme einen Benutzer in diesem Kanal." -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Die Stummschaltung des Benutzers wurde in diesem Kanal aufgehoben." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "Entstumme einen Benutzer auf diesem Server." -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "Die Stummschaltung des Benutzers wurde aufgehoben." diff --git a/redbot/cogs/mod/locales/el-GR.po b/redbot/cogs/mod/locales/el-GR.po index 774a9e739..36a9baee9 100644 --- a/redbot/cogs/mod/locales/el-GR.po +++ b/redbot/cogs/mod/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/es-ES.po b/redbot/cogs/mod/locales/es-ES.po index efbbf1918..f8e4690e5 100644 --- a/redbot/cogs/mod/locales/es-ES.po +++ b/redbot/cogs/mod/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "No puedo dejarte hacer eso. Hacerse daño uno mismo esta mal {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "No puedo dejarte hacer eso. No eres más alto que el usuario en la jerarquía de roles." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Días no válidos. Debe estar entre 0 y 7." @@ -46,15 +46,15 @@ msgstr "Días no válidos. Debe estar entre 0 y 7." msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "No estoy autorizado a hacer eso." @@ -62,170 +62,162 @@ msgstr "No estoy autorizado a hacer eso." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "Hecho. Se sintió bien." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Hecho. Ya era hora." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Carezco de los permisos para ello." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "No puedo hacer eso por algunas razones." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Mi rol no es lo suficientemente alto para banear ese usuario." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Hecho. Suficiente caos." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Parece que ese usuario no está baneado!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "¡Ese usuario no está silenciado o ensordecido del servidor!" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "El usuario esta permitido a hablar y escuchar en los canales de voz" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "¡Ese usuario ya está silenciado y ensordecido del servidor!" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "Usuario ha sido baneado de esuchar o hablar en los canales de voz" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "Usuario ha sido muteado en este canal." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "El usuario ha sido muteado en este servidor." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "No se pudo desmutear. Razón: {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Usuario muteado en este canal." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "El usuario ha sido desmuteado en este servidor." diff --git a/redbot/cogs/mod/locales/fi-FI.po b/redbot/cogs/mod/locales/fi-FI.po index 83fefae8d..9512338fc 100644 --- a/redbot/cogs/mod/locales/fi-FI.po +++ b/redbot/cogs/mod/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/fr-FR.po b/redbot/cogs/mod/locales/fr-FR.po index c1bcfbdae..b5f57e6e6 100644 --- a/redbot/cogs/mod/locales/fr-FR.po +++ b/redbot/cogs/mod/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} ne ressemble pas à un ID d'utilisateur valide." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "Spam de mention (Autoban)" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Je ne peux pas vous laisser faire ça. L'automutilation c'est mal {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Je ne peux pas vous laisser faire ça. Vous n'êtes pas supérieur à l'utilisateur dans la hiérarchie des rôles." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "Je ne peux pas faire ça à cause des règles de hiérarchie de Discord." -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Jours non valides. Doit être compris entre 0 et 7." @@ -46,15 +46,15 @@ msgstr "Jours non valides. Doit être compris entre 0 et 7." msgid "You have been banned from {guild}." msgstr "Vous avez été banni de {guild}." -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "**Raison**" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "Aucune raison n'a été fournie." -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Je ne suis pas autorisé à faire cela." @@ -62,170 +62,162 @@ msgstr "Je ne suis pas autorisé à faire cela." msgid "An unexpected error occurred." msgstr "Une erreur inattendue s'est produite." -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "L'utilisateur a été banni mais une erreur est survenue lors de la création de l'entrée du modlog : {reason}" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "Ban temporaire terminé" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\n\\n If a reason is specified, it will be the reason that shows up\\n in the audit log.\\n " msgstr "Éjecte un utilisateur.\\n\\n Si une raison est spécifiée, ce sera celle-ci qui sera\\n affichée dans les logs du serveur.\\n " -#: redbot/cogs/mod/kickban.py:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "Je ne peux pas vous laisser faire ça. L'automutilation c'est mal {emoji}" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "Vous avez été expulsé de {guild}." -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "C'est fait. Ça m'a fait du bien." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "Banni un utilisateur de ce serveur et optionnellement supprime le nombre de jours de messages.\\n\\n Si le nombre de jours n'est pas un nombre, il est traité comme le premier mot de la raison.\\n\\n Minimum 0 jours, maximum 7. Si ce n'est pas spécifié, le paramètre defaultdays sera utilisé à la place." -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Terminé. Il était temps." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "Bannissement préventif d'un utilisateur du serveur.\\n\\n Un ID d'utilisateur sera requis afin de bannir en utilisant cette commande" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "{num} utilisateurs bannis du serveur." -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "\\nErreurs:\\n" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Je n'ai pas les permissions pour le faire." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "L'utilisateur {user_id} est déjà banni." -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "Impossible de bannir l'utilisateur {user_id}: {reason}" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "L’utilisateur {user_id} n’existe pas." -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "Impossible de bannir {user_id}: permissions manquantes." -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "Impossible de créer le cas dans le modlog : {reason}" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "Bannis temporairement un utilisateur du serveur." -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "Je ne peux pas faire ça en raison des règles de hiérarchie de Discord" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Je ne peux pas le faire pour une raison quelconque." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "Quelque chose s'est mal passé durant le bannissement." -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "Terminé. Assez de chaos pour l'instant." -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "Éjecte un utilisateur et supprime les messages envoyés par cet utilisateur pendant ces dernières 24 heures." -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "Vous avez été banni puis dé-banni comme moyen rapide pour supprimer vos messages.\\nVous pouvez maintenant rejoindre le serveur à nouveau. {invite_link}" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Mon rôle n'est pas assez élevé pour softban cet utilisateur." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Terminé. Assez de chaos." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "Expulse un membre d'un salon vocal." -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "Impossible d'expulser ce membre du salon vocal." -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "Quelque chose s'est mal passé lors de la tentative d'expulsion de ce membre." -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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 "Débanni un utilisateur de ce serveur.\\n\\n Nécessite de spécifier l'ID de l'utilisateur. Pour le trouver, vous pouvez soit :\\n #. Le copier à partir du cas dans les mod log (Si il a été créé), ou\\n Activer le mode développeur, allez dans Bannissements dans les paramètres du serveur, clique\\n droit sur l'utilisateur et sélectionner 'Copier l'ID'." -#: redbot/cogs/mod/kickban.py:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Il semble que l'utilisateur n'est pas banni !" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "Quelque chose s'est mal passé lors de la tentative de dé-bannissement de cet utilisateur." -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "Cet utilisateur a été débanni de ce serveur." -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "Je ne partage pas d'autre serveur avec cette utilisateur. Je ne peux pas le réinviter." -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "Vous avez été débanni de {server}.\\nVoici une invitation pour ce serveur : {invite_link}" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "Je n'ai pas réussi à envoyer une invitation à cet utilisateur. Peut-être pouvez-vous l'envoyer à ma place?\\nVoici le lien d'invitation : {invite_link}" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "Quelque chose a mal tourné lors de l'envoi d'une invitation à cet utilisateur. Voici le lien pour que vous puissiez essayer : {invite_link}" @@ -234,29 +226,29 @@ msgstr "Quelque chose a mal tourné lors de l'envoi d'une invitation à cet util msgid "Moderation tools." msgstr "Outils de modération." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "Les serveurs et les salons ignorés ont été déplacés. Veuillez utiliser `[p]moveignoredchannels` pour migrer les anciens paramètres." -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "Les paramètres de délai ont été déplacés. Veuillez utiliser `[p]movedeletedelay` pour migrer les anciens paramètres." -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "Déplacer les salons ignorés et les serveurs vers le noyau" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "Salons et serveurs ignorées restaurées." -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "\\n Déplacer les paramètres de suppression au noyau\\n " -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "Suppression des paramètre de délai de suppression restaurée." @@ -305,92 +297,92 @@ msgstr "Débannir un utilisateur de parler et d'écouter dans les salon vocaux d msgid "That user isn't muted or deafened by the server!" msgstr "Cet utilisateur n'est pas muet ou sourd par le serveur !" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "L'utilisateur est maintenant autorisé à parler et à écouter sur les salons vocaux" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "Bannir un utilisateur de parler et d'écouter les salon vocaux du serveur." -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "Cet utilisateur est déjà muet et sourd à l’échelle du serveur !" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "L'utilisateur a été interdit de parler ou d'écouter dans les salons vocaux" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "Mettre l'utilisateur en sourdine." -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "Rendre un utilisateur muet dans son salon vocal actuel." -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "{user} est maintenant muet dans le salon {channel.name}" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "Rendre un utilisateur muet dans ce salon textuel." -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "L'utilisateur a été mis en sourdine dans ce salon." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "Rend un utilisateur muet dans ce serveur." -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "L'utilisateur a été mis en sourdine sur ce serveur." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "Rétablir les utilisateurs." -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "Rétablir un utilisateur dans son salon vocal actuel." -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "{user} rétablit dans le salon {channel.name}" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "Échec du dé-mute. raison : {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "Rétablir un utilisateur dans ce salon." -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Utilisateur dé-mute dans ce salon." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "Rétablir un utilisateur dans ce serveur." -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "L'utilisateur a été dé-mute sur ce serveur." diff --git a/redbot/cogs/mod/locales/he-IL.po b/redbot/cogs/mod/locales/he-IL.po index e38967c61..a24e613b7 100644 --- a/redbot/cogs/mod/locales/he-IL.po +++ b/redbot/cogs/mod/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/hu-HU.po b/redbot/cogs/mod/locales/hu-HU.po index f18dca046..44c5825f5 100644 --- a/redbot/cogs/mod/locales/hu-HU.po +++ b/redbot/cogs/mod/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/id-ID.po b/redbot/cogs/mod/locales/id-ID.po index 16124713a..c2277fe94 100644 --- a/redbot/cogs/mod/locales/id-ID.po +++ b/redbot/cogs/mod/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Saya tidak dapat membiarkan Anda melakukan itu. Merugikan diri sendiri adalah buruk {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Saya tidak dapat membiarkan Anda melakukan itu. Anda tidak lebih tinggi daripada pengguna dalam peran hirarki." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Hari-hari tidak sah. Harus antara 0 dan 7." @@ -46,15 +46,15 @@ msgstr "Hari-hari tidak sah. Harus antara 0 dan 7." msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Saya tidak diizinkan untuk melakukan itu." @@ -62,170 +62,162 @@ msgstr "Saya tidak diizinkan untuk melakukan itu." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "Selesai. Itu terasa baik." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Selesai. Itu hanya masalah waktu." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Saya tidak memiliki izin untuk melakukan ini." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Saya tidak bisa melakukan itu untuk beberapa alasan." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Hirarki saya tidak cukup tinggi untuk softban pengguna." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Selesai. Cukup kekacauan." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Tampaknya bahwa pengguna tidak di banned!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "Pengguna diizinkan untuk berbicara dan mendengarkan di channel voice" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "Pengguna telah di banned dari berbicara atau mendengarkan channel voice" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "Pengguna telah dibisukan di channel ini." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "Menghidupkan suara gagal. Alasan: {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Pengguna diizinkan bersuara di channel ini." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/it-IT.po b/redbot/cogs/mod/locales/it-IT.po index 36138a339..4727b4ef5 100644 --- a/redbot/cogs/mod/locales/it-IT.po +++ b/redbot/cogs/mod/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ja-JP.po b/redbot/cogs/mod/locales/ja-JP.po index 76c8a0990..f38de167d 100644 --- a/redbot/cogs/mod/locales/ja-JP.po +++ b/redbot/cogs/mod/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ko-KR.po b/redbot/cogs/mod/locales/ko-KR.po index 8bf53184a..05ce1143b 100644 --- a/redbot/cogs/mod/locales/ko-KR.po +++ b/redbot/cogs/mod/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "그렇게 하게 둘 수는 없어요. 자해는 나빠요. {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "그렇게 하게 둘 수는 없어요. 역할 계층의 사용자보다 높지 않아요." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "올바르지 않은 요일이에요. 0에서 7사이여야 해요." @@ -46,15 +46,15 @@ msgstr "올바르지 않은 요일이에요. 0에서 7사이여야 해요." msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "그렇게 하는 건 허용하지 않아요." @@ -62,170 +62,162 @@ msgstr "그렇게 하는 건 허용하지 않아요." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "다 했어요. 앙 기분 좋아." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "다 했어요. 마피아는 고개를 들어주세요." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "제게 행동할 수 있는 권한이 없어요." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "왠지 모르겠어요." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "제 역할이 그 사용자를 밴 할 만큼 충분하지 않습니다." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "다 했어요. 충분히 혼란스러워요." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "사용자들이 밴 처리되지 않은 것 같아요!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "이제 사용자가 음성 채널에서 말하고 들을 수 있어요." -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "사용자가 음성 채널에서 말하거나 듣는 것이 금지됐어요." -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "사용자가 이 채널에서 음소거 됐어요." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "음소거 해제를 실패했어요. 이유 : {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "사용자가 이 채널에서 음소거를 해제했어요." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/nl-NL.po b/redbot/cogs/mod/locales/nl-NL.po index add5bbc34..ca8d785fb 100644 --- a/redbot/cogs/mod/locales/nl-NL.po +++ b/redbot/cogs/mod/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Je hebt niet de permissie om dit uit te voeren." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "Moderatietools." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/no-NO.po b/redbot/cogs/mod/locales/no-NO.po index 8c7675bf2..eeb67db2d 100644 --- a/redbot/cogs/mod/locales/no-NO.po +++ b/redbot/cogs/mod/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/pl-PL.po b/redbot/cogs/mod/locales/pl-PL.po index 8c307f567..a8279f200 100644 --- a/redbot/cogs/mod/locales/pl-PL.po +++ b/redbot/cogs/mod/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} nie wygląda na prawidłowe ID użytkownika." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "Spam wzmiankami (Autoban)" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Nie mogę na to pozwolić. Samookaleczenie jest złe {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Nie mogę ci pozwolić by to zrobić. Nie jesteś wyższy niż użytkownik w hierarchii roli." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Nie wolno mi tego zrobić." @@ -62,170 +62,162 @@ msgstr "Nie wolno mi tego zrobić." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Nie mam uprawnień aby to zrobić." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "Nie mogę tego zrobić ze względu na reguły hierarchii Discorda" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "Wycisz użytkowników." -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/pt-BR.po b/redbot/cogs/mod/locales/pt-BR.po index 84a9a73ec..08146c455 100644 --- a/redbot/cogs/mod/locales/pt-BR.po +++ b/redbot/cogs/mod/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/pt-PT.po b/redbot/cogs/mod/locales/pt-PT.po index 0d124e088..e79259f9a 100644 --- a/redbot/cogs/mod/locales/pt-PT.po +++ b/redbot/cogs/mod/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ro-RO.po b/redbot/cogs/mod/locales/ro-RO.po index b35f68afa..1e2da20d4 100644 --- a/redbot/cogs/mod/locales/ro-RO.po +++ b/redbot/cogs/mod/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/ru-RU.po b/redbot/cogs/mod/locales/ru-RU.po index b47c991bb..6da30f865 100644 --- a/redbot/cogs/mod/locales/ru-RU.po +++ b/redbot/cogs/mod/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} не похож на действительный ID пользователя." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "Спам упоминаниями (Автобан)" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Я не могу позволить вам сделать это. Вред самому себе - это плохо {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Я не могу позволить вам сделать это. Ваша роль ниже роли пользователя в иерархии." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Недопустимое значение дней. Должно быть между 0 и 7." @@ -46,15 +46,15 @@ msgstr "Недопустимое значение дней. Должно быт msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Я не могу это сделать." @@ -62,170 +62,162 @@ msgstr "Я не могу это сделать." msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "Временный бан завершен" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "Я не могу позволить тебе сделать это. Членовредительство - это плохо {emoji}" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "Готово. Это было здорово." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Готово. Это было как раз вовремя." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "У меня недостаточно разрешений для этого действия." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "Временно забанить пользователя на этом сервере." -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "Я не могу этого сделать из-за разногласий в иерархии" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Я не могу сделать это по каким-то причинам." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "Выгнать пользователя и удалить его сообщения за 1 день." -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Моя роль недостаточно высока, чтобы выдать мягкий бан этому пользователю." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Готово. Достаточно хаоса." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Кажется, этот пользователь не забанен!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "Что-то пошло не так при попытке отправить приглашение пользователю. Вот ссылка, которую вы можете попробовать: {invite_link}" @@ -234,29 +226,29 @@ msgstr "Что-то пошло не так при попытке отправи msgid "Moderation tools." msgstr "Инструменты модерации." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "Разрешает пользователю говорить и прос msgid "That user isn't muted or deafened by the server!" msgstr "У этого пользователя не отключены голос и звук сервером!" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "Пользователю теперь разрешено разговаривать и прослушивать голосовые каналы" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "Запретить пользователю говорить и слушать в голосовых каналах сервера." -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "У этого пользователя уже отключены голос и звук на всем сервере!" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "Пользователю было запрещено разговаривать или прослушивать голосовые каналы" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "Заглушить пользователей." -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "Заглушить пользователя в текущем голосовом канале." -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "Заглушен {user} в канале {channel.name}" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "Заглушить пользователя в текущем текстовом канале." -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "Этому пользователю был отключен голос в этом канале." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "Пользователь был заглушен на этом сервере." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "Снять заглушение пользователей." -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "Снять заглушение пользователя в его текущем голосовом канале." -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "Снято заглушение пользователя {user} на канале {channel.name}" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "Заглушение не удалось. Причина: {}" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "Снять заглушение пользователя на этом канале." -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "Пользователь был заглушен в этом канале." -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "Снять заглушение пользователя на этом сервере." -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "У пользователя снято заглушение на этом сервере." diff --git a/redbot/cogs/mod/locales/sk-SK.po b/redbot/cogs/mod/locales/sk-SK.po index e9d5b300c..2c2a8a9af 100644 --- a/redbot/cogs/mod/locales/sk-SK.po +++ b/redbot/cogs/mod/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/sr-SP.po b/redbot/cogs/mod/locales/sr-SP.po index 59ad3a18e..b682686c1 100644 --- a/redbot/cogs/mod/locales/sr-SP.po +++ b/redbot/cogs/mod/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/sv-SE.po b/redbot/cogs/mod/locales/sv-SE.po index 430806474..0b7b56054 100644 --- a/redbot/cogs/mod/locales/sv-SE.po +++ b/redbot/cogs/mod/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "Det verkar som att användaren inte är bannlyst!" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/tr-TR.po b/redbot/cogs/mod/locales/tr-TR.po index 9fc6a2512..195e0b7e3 100644 --- a/redbot/cogs/mod/locales/tr-TR.po +++ b/redbot/cogs/mod/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{} geçersiz mesaj ID'si." -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "Fazla etiketleme (Autoban)" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "Bunu yapmana izin veremem. Kendine zarar vermek kötü bir şey. {}" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "Bunu yapmana izin veremem. Rolün işlem yapmaya çalıştığın kişiden daha düşük." -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "Geçersiz zaman. 1 ila 7 arasında olmalıdır." @@ -46,15 +46,15 @@ msgstr "Geçersiz zaman. 1 ila 7 arasında olmalıdır." msgid "You have been banned from {guild}." msgstr "Bu sunucudan yasaklandınız {guild}." -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "**Sebep**" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "Bir sebep verilmedi." -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "Bunu yapmama iznim yok." @@ -62,170 +62,162 @@ msgstr "Bunu yapmama iznim yok." msgid "An unexpected error occurred." msgstr "Beklenmedik bir hata meydana geldi." -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "Kullanıcı yasaklandı, ancak modlog girişini oluşturmaya çalışırken bir hata oluştu: {reason}" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "Geçici ban bitti" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "Bunu yapmana izin veremem. Kendine zarar vermek kötü bir şey. {}" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "Bu sunucudan atıldınız {guild}." -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "Tamamdır. Bu iyi hissettirdi." -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "Tamamdır. Zaten zamanı gelmişti." -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "Bunu yapmak için izinlerim yok." -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "Bu kullanıcı {user_id} zaten yasaklı." -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "Bu kullanıc {user_id} bulunamadı." -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "Bu üyeyi yasaklayamıyorum {user_id}: yetkim yetmiyor." -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "Bir üyeyi geçici olarak sunucudan yasakla." -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "Bunu bazı sebeplerden dolayı yapamıyorum." -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "Tamamdır. Şimdilik bu kadar kaos yeter." -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "Bir kullanıcıyı atın ve mesajlarının 1 günlüğünü silin." -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "Sunucudan mesajlarının silinmesi için yasaklandın ve ardından yasağın kalktı.\\nŞimdi sunucuya tekrar katılabilirsin. {invite_link}" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "Rolüm bu üyeye softban atacak kadar yukarıda değil." -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "Tamamdır. Şimdilik bu kadar kaos yeter." -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "Bir kullanıcıyı ses kanalından at." -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "Bu üyeyi ses kanalından atamıyorum." -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "Moderasyon Seçenekleri." -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "Üye bu kanalda susturuldu." -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "Üye bu sunucuda susturuldu." -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/uk-UA.po b/redbot/cogs/mod/locales/uk-UA.po index 381bd122b..d9e434d59 100644 --- a/redbot/cogs/mod/locales/uk-UA.po +++ b/redbot/cogs/mod/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/vi-VN.po b/redbot/cogs/mod/locales/vi-VN.po index 0e31377f0..ba0a3144e 100644 --- a/redbot/cogs/mod/locales/vi-VN.po +++ b/redbot/cogs/mod/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-CN.po b/redbot/cogs/mod/locales/zh-CN.po index ccea661ea..99d188482 100644 --- a/redbot/cogs/mod/locales/zh-CN.po +++ b/redbot/cogs/mod/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-HK.po b/redbot/cogs/mod/locales/zh-HK.po index a3ec470db..32cbfee0a 100644 --- a/redbot/cogs/mod/locales/zh-HK.po +++ b/redbot/cogs/mod/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "" @@ -46,15 +46,15 @@ msgstr "" msgid "You have been banned from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/mod/locales/zh-TW.po b/redbot/cogs/mod/locales/zh-TW.po index 8aea390f8..45ea52101 100644 --- a/redbot/cogs/mod/locales/zh-TW.po +++ b/redbot/cogs/mod/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -19,26 +19,26 @@ msgstr "" msgid "{} doesn't look like a valid user ID." msgstr "{}看起來不是有效的使用者ID。" -#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:67 +#: redbot/cogs/mod/events.py:53 redbot/cogs/mod/events.py:66 msgid "Mention spam (Autoban)" msgstr "" -#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:454 +#: redbot/cogs/mod/kickban.py:73 redbot/cogs/mod/kickban.py:442 msgid "I cannot let you do that. Self-harm is bad {}" msgstr "" -#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:198 -#: redbot/cogs/mod/kickban.py:459 redbot/cogs/mod/kickban.py:535 -#: redbot/cogs/mod/kickban.py:619 redbot/cogs/mod/mutes.py:16 +#: redbot/cogs/mod/kickban.py:75 redbot/cogs/mod/kickban.py:192 +#: redbot/cogs/mod/kickban.py:447 redbot/cogs/mod/kickban.py:520 +#: redbot/cogs/mod/kickban.py:601 redbot/cogs/mod/mutes.py:16 msgid "I cannot let you do that. You are not higher than the user in the role hierarchy." msgstr "" -#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:206 +#: redbot/cogs/mod/kickban.py:81 redbot/cogs/mod/kickban.py:200 msgid "I cannot do that due to discord hierarchy rules." msgstr "" -#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:332 -#: redbot/cogs/mod/kickban.py:474 +#: redbot/cogs/mod/kickban.py:83 redbot/cogs/mod/kickban.py:323 +#: redbot/cogs/mod/kickban.py:462 msgid "Invalid days. Must be between 0 and 7." msgstr "無效的天數,天數必須在0和7之間。" @@ -46,15 +46,15 @@ msgstr "無效的天數,天數必須在0和7之間。" msgid "You have been banned from {guild}." msgstr "您已被 {guild} 伺服器封鎖。" -#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:216 +#: redbot/cogs/mod/kickban.py:92 redbot/cogs/mod/kickban.py:210 msgid "**Reason**" msgstr "**原因**" -#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:217 +#: redbot/cogs/mod/kickban.py:93 redbot/cogs/mod/kickban.py:211 msgid "No reason was given." msgstr "未給出原因。" -#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:225 +#: redbot/cogs/mod/kickban.py:109 redbot/cogs/mod/kickban.py:219 msgid "I'm not allowed to do that." msgstr "" @@ -62,170 +62,162 @@ msgstr "" msgid "An unexpected error occurred." msgstr "" -#: redbot/cogs/mod/kickban.py:132 -msgid "The user was banned but an error occurred when trying to create the modlog entry: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:157 +#: redbot/cogs/mod/kickban.py:151 msgid "Tempban finished" msgstr "" -#: redbot/cogs/mod/kickban.py:181 +#: redbot/cogs/mod/kickban.py:175 #, docstring msgid "Kick a user.\\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:191 redbot/cogs/mod/kickban.py:528 +#: redbot/cogs/mod/kickban.py:185 redbot/cogs/mod/kickban.py:513 msgid "I cannot let you do that. Self-harm is bad {emoji}" msgstr "" -#: redbot/cogs/mod/kickban.py:213 +#: redbot/cogs/mod/kickban.py:207 msgid "You have been kicked from {guild}." msgstr "" -#: redbot/cogs/mod/kickban.py:247 +#: redbot/cogs/mod/kickban.py:238 msgid "Done. That felt good." msgstr "做完了。感覺很好。" -#: redbot/cogs/mod/kickban.py:261 +#: redbot/cogs/mod/kickban.py:252 #, docstring 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\\n Minimum 0 days, maximum 7. If not specified, defaultdays setting will be used instead." msgstr "" -#: redbot/cogs/mod/kickban.py:276 +#: redbot/cogs/mod/kickban.py:267 msgid "Done. It was about time." msgstr "" -#: redbot/cogs/mod/kickban.py:292 +#: redbot/cogs/mod/kickban.py:283 #, docstring msgid "Preemptively bans user(s) from the server\\n\\n User IDs need to be provided in order to ban\\n using this command" msgstr "" -#: redbot/cogs/mod/kickban.py:301 +#: redbot/cogs/mod/kickban.py:292 msgid "Banned {num} users from the server." msgstr "" -#: redbot/cogs/mod/kickban.py:305 +#: redbot/cogs/mod/kickban.py:296 msgid "\\nErrors:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:308 +#: redbot/cogs/mod/kickban.py:299 msgid "\\nFollowing user IDs have been upgraded from a temporary to a permanent ban:\\n" msgstr "" -#: redbot/cogs/mod/kickban.py:336 +#: redbot/cogs/mod/kickban.py:327 msgid "I lack the permissions to do this." msgstr "" -#: redbot/cogs/mod/kickban.py:348 +#: redbot/cogs/mod/kickban.py:339 msgid "User {user_id} is already banned." msgstr "" -#: redbot/cogs/mod/kickban.py:373 redbot/cogs/mod/kickban.py:377 +#: redbot/cogs/mod/kickban.py:364 redbot/cogs/mod/kickban.py:368 msgid "Failed to ban user {user_id}: {reason}" msgstr "" -#: redbot/cogs/mod/kickban.py:406 +#: redbot/cogs/mod/kickban.py:397 msgid "User {user_id} does not exist." msgstr "" -#: redbot/cogs/mod/kickban.py:411 +#: redbot/cogs/mod/kickban.py:402 msgid "Could not ban {user_id}: missing permissions." msgstr "" -#: redbot/cogs/mod/kickban.py:431 -msgid "Failed to create modlog case: {reason}" -msgstr "" - -#: redbot/cogs/mod/kickban.py:447 +#: redbot/cogs/mod/kickban.py:435 #, docstring msgid "Temporarily ban a user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:467 +#: redbot/cogs/mod/kickban.py:455 msgid "I cannot do that due to discord hierarchy rules" msgstr "" -#: redbot/cogs/mod/kickban.py:487 +#: redbot/cogs/mod/kickban.py:475 msgid "You have been temporarily banned from {server_name} until {date}." msgstr "" -#: redbot/cogs/mod/kickban.py:491 +#: redbot/cogs/mod/kickban.py:479 msgid " Here is an invite for when your ban expires: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:498 +#: redbot/cogs/mod/kickban.py:486 msgid "I can't do that for some reason." msgstr "" -#: redbot/cogs/mod/kickban.py:500 +#: redbot/cogs/mod/kickban.py:488 msgid "Something went wrong while banning." msgstr "" -#: redbot/cogs/mod/kickban.py:515 +#: redbot/cogs/mod/kickban.py:500 msgid "Done. Enough chaos for now." msgstr "" -#: redbot/cogs/mod/kickban.py:522 +#: redbot/cogs/mod/kickban.py:507 #, docstring msgid "Kick a user and delete 1 day's worth of their messages." msgstr "" -#: redbot/cogs/mod/kickban.py:552 +#: redbot/cogs/mod/kickban.py:537 msgid "You have been banned and then unbanned as a quick way to delete your messages.\\nYou can now join the server again. {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:563 +#: redbot/cogs/mod/kickban.py:548 msgid "My role is not high enough to softban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:602 +#: redbot/cogs/mod/kickban.py:584 msgid "Done. Enough chaos." msgstr "" -#: redbot/cogs/mod/kickban.py:610 +#: redbot/cogs/mod/kickban.py:592 #, docstring msgid "Kick a member from a voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:632 +#: redbot/cogs/mod/kickban.py:614 msgid "I am unable to kick this member from the voice channel." msgstr "" -#: redbot/cogs/mod/kickban.py:635 +#: redbot/cogs/mod/kickban.py:617 msgid "Something went wrong while attempting to kick that member." msgstr "" -#: redbot/cogs/mod/kickban.py:658 +#: redbot/cogs/mod/kickban.py:637 #, 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:671 +#: redbot/cogs/mod/kickban.py:650 msgid "It seems that user isn't banned!" msgstr "" -#: redbot/cogs/mod/kickban.py:677 +#: redbot/cogs/mod/kickban.py:656 msgid "Something went wrong while attempting to unban that user." msgstr "" -#: redbot/cogs/mod/kickban.py:694 +#: redbot/cogs/mod/kickban.py:670 msgid "Unbanned that user from this server." msgstr "" -#: redbot/cogs/mod/kickban.py:700 +#: redbot/cogs/mod/kickban.py:676 msgid "I don't share another server with this user. I can't reinvite them." msgstr "" -#: redbot/cogs/mod/kickban.py:708 +#: redbot/cogs/mod/kickban.py:684 msgid "You've been unbanned from {server}.\\nHere is an invite for that server: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:715 +#: redbot/cogs/mod/kickban.py:691 msgid "I failed to send an invite to that user. Perhaps you may be able to send it for me?\\nHere's the invite link: {invite_link}" msgstr "" -#: redbot/cogs/mod/kickban.py:723 +#: redbot/cogs/mod/kickban.py:699 msgid "Something went wrong when attempting to send that useran invite. Here's the link so you can try: {invite_link}" msgstr "" @@ -234,29 +226,29 @@ msgstr "" msgid "Moderation tools." msgstr "" -#: redbot/cogs/mod/mod.py:112 redbot/cogs/mod/mod.py:122 +#: redbot/cogs/mod/mod.py:140 redbot/cogs/mod/mod.py:150 msgid "Ignored guilds and channels have been moved. Please use `[p]moveignoredchannels` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:134 +#: redbot/cogs/mod/mod.py:162 msgid "Delete delay settings have been moved. Please use `[p]movedeletedelay` to migrate the old settings." msgstr "" -#: redbot/cogs/mod/mod.py:145 +#: redbot/cogs/mod/mod.py:173 #, docstring msgid "Move ignored channels and servers to core" msgstr "" -#: redbot/cogs/mod/mod.py:154 +#: redbot/cogs/mod/mod.py:182 msgid "Ignored channels and guilds restored." msgstr "" -#: redbot/cogs/mod/mod.py:159 +#: redbot/cogs/mod/mod.py:187 #, docstring msgid "\\n Move deletedelay settings to core\\n " msgstr "" -#: redbot/cogs/mod/mod.py:168 +#: redbot/cogs/mod/mod.py:196 msgid "Delete delay settings restored." msgstr "" @@ -305,92 +297,92 @@ msgstr "" msgid "That user isn't muted or deafened by the server!" msgstr "" -#: redbot/cogs/mod/mutes.py:120 +#: redbot/cogs/mod/mutes.py:117 msgid "User is now allowed to speak and listen in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:126 +#: redbot/cogs/mod/mutes.py:123 #, docstring msgid "Ban a user from speaking and listening in the server's voice channels." msgstr "" -#: redbot/cogs/mod/mutes.py:147 +#: redbot/cogs/mod/mutes.py:144 msgid "That user is already muted and deafened server-wide!" msgstr "" -#: redbot/cogs/mod/mutes.py:164 +#: redbot/cogs/mod/mutes.py:158 msgid "User has been banned from speaking or listening in voice channels" msgstr "" -#: redbot/cogs/mod/mutes.py:170 +#: redbot/cogs/mod/mutes.py:164 #, docstring msgid "Mute users." msgstr "" -#: redbot/cogs/mod/mutes.py:176 +#: redbot/cogs/mod/mutes.py:170 #, docstring msgid "Mute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:208 +#: redbot/cogs/mod/mutes.py:199 msgid "Muted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:217 redbot/cogs/mod/mutes.py:343 +#: redbot/cogs/mod/mutes.py:208 redbot/cogs/mod/mutes.py:325 msgid "Because I don't have the Move Members permission, this will take into effect when the user rejoins." msgstr "" -#: redbot/cogs/mod/mutes.py:231 +#: redbot/cogs/mod/mutes.py:222 #, docstring msgid "Mute a user in the current text channel." msgstr "" -#: redbot/cogs/mod/mutes.py:254 +#: redbot/cogs/mod/mutes.py:242 msgid "User has been muted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:263 +#: redbot/cogs/mod/mutes.py:251 #, docstring msgid "Mutes user in the server." msgstr "" -#: redbot/cogs/mod/mutes.py:287 +#: redbot/cogs/mod/mutes.py:272 msgid "User has been muted in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:294 +#: redbot/cogs/mod/mutes.py:279 #, docstring msgid "Unmute users." msgstr "" -#: redbot/cogs/mod/mutes.py:302 +#: redbot/cogs/mod/mutes.py:287 #, docstring msgid "Unmute a user in their current voice channel." msgstr "" -#: redbot/cogs/mod/mutes.py:334 +#: redbot/cogs/mod/mutes.py:316 msgid "Unmuted {user} in channel {channel.name}" msgstr "" -#: redbot/cogs/mod/mutes.py:348 redbot/cogs/mod/mutes.py:382 +#: redbot/cogs/mod/mutes.py:330 redbot/cogs/mod/mutes.py:361 msgid "Unmute failed. Reason: {}" msgstr "" -#: redbot/cogs/mod/mutes.py:357 +#: redbot/cogs/mod/mutes.py:339 #, docstring msgid "Unmute a user in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:380 +#: redbot/cogs/mod/mutes.py:359 msgid "User unmuted in this channel." msgstr "" -#: redbot/cogs/mod/mutes.py:391 +#: redbot/cogs/mod/mutes.py:370 #, docstring msgid "Unmute a user in this server." msgstr "" -#: redbot/cogs/mod/mutes.py:414 +#: redbot/cogs/mod/mutes.py:383 msgid "User has been unmuted in this server." msgstr "" diff --git a/redbot/cogs/modlog/locales/af-ZA.po b/redbot/cogs/modlog/locales/af-ZA.po index 769f725a3..983b3af6a 100644 --- a/redbot/cogs/modlog/locales/af-ZA.po +++ b/redbot/cogs/modlog/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ar-SA.po b/redbot/cogs/modlog/locales/ar-SA.po index 713a87dff..9efa243a6 100644 --- a/redbot/cogs/modlog/locales/ar-SA.po +++ b/redbot/cogs/modlog/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/bg-BG.po b/redbot/cogs/modlog/locales/bg-BG.po index ca41f6d24..cae1987e0 100644 --- a/redbot/cogs/modlog/locales/bg-BG.po +++ b/redbot/cogs/modlog/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ca-ES.po b/redbot/cogs/modlog/locales/ca-ES.po index 565e86b0d..a49ad3f2f 100644 --- a/redbot/cogs/modlog/locales/ca-ES.po +++ b/redbot/cogs/modlog/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/cs-CZ.po b/redbot/cogs/modlog/locales/cs-CZ.po index ebc6a1098..e401a135d 100644 --- a/redbot/cogs/modlog/locales/cs-CZ.po +++ b/redbot/cogs/modlog/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "povoleno" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "zakázáno" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Případy byly resetovány." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "Při načítání tohoto uživatele podle ID došlo k chybě." -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "Tento uživatel nemá žádné případy." -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Tento případ neexistuje!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/da-DK.po b/redbot/cogs/modlog/locales/da-DK.po index e97332f76..253ba5fe7 100644 --- a/redbot/cogs/modlog/locales/da-DK.po +++ b/redbot/cogs/modlog/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "aktiveret" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "deaktiveret" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/de-DE.po b/redbot/cogs/modlog/locales/de-DE.po index cab957c62..bb6e72e5b 100644 --- a/redbot/cogs/modlog/locales/de-DE.po +++ b/redbot/cogs/modlog/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -20,116 +20,116 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "Verwalte Protokollkanäle für Moderationsaktionen." -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Verwalte modlog Einstellungen." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "Command um fehlerhafte Fälle zu reparieren." -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "Lege einen Kanal als modlog fest.\\n\\n Lasse `` weg um modlog zu deaktivieren.\\n " -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "Moderationsevents werden nach {channel} gesendet." -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "Ich habe nicht die Berechtigungen um Nachrichten in {channel} zu senden!" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "Der Mod-log ist bereits aktiviert." -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Mod log deaktiviert." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "Aktiviere oder deaktiviere Fallerstellung für eine Mod Aktion." -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "aktiviert" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "deaktiviert" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "Aktuelle Einstellungen:\\n" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "Diese Aktion wurde nicht registriert." -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "Fallerstellung für {action_name} ist jetzt {enabled}." -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "Setze alle modlog Fälle auf diesem Server zurück." -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Fälle wurden zurückgesetzt." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "Zeige die angegebenen Fälle." -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "Dieser Fall existiert nicht auf diesem Server." -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "Zeigt Fälle für das angegebene Mitglied an." -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "Dieser Benutzer existiert nicht." -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "Etwas Unerwartetes ist beim Abrufen dieses Benutzers durch ID schiefgelaufen." -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "Dieser Benutzer hat keine Fälle." -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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 "Füge eine Beschreibung zu einem Modlog-Fall hinzu.\\n\\n Bitte beachte, dass du nur Fälle bearbeiten kannst die\\n du selbst erstellt hast, es sei denn du bist ein Moderator,\\n Admin oder Besitzer des Servers.\\n\\n Ist keine Fallnummer angegeben, dann wird der letzte Fall verwendet\n" " " -#: redbot/cogs/modlog/modlog.py:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "In diesem server gibt es keine Modlog-Fälle." -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Dieser Fall existiert nicht!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Du bist nicht berechtigt diesen Fall zu ändern!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "Beschreibung für Fall nummer #{num} wurde aktualisiert." diff --git a/redbot/cogs/modlog/locales/el-GR.po b/redbot/cogs/modlog/locales/el-GR.po index 67d485ef9..0a928763c 100644 --- a/redbot/cogs/modlog/locales/el-GR.po +++ b/redbot/cogs/modlog/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/es-ES.po b/redbot/cogs/modlog/locales/es-ES.po index dd5192c74..28bbdc2bf 100644 --- a/redbot/cogs/modlog/locales/es-ES.po +++ b/redbot/cogs/modlog/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Mod log desactivado." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Casos han sido reseteados." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Ese caso no existe!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "No estas autorizado para modificar ese caso!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/fi-FI.po b/redbot/cogs/modlog/locales/fi-FI.po index 486576f80..a525414b4 100644 --- a/redbot/cogs/modlog/locales/fi-FI.po +++ b/redbot/cogs/modlog/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/fr-FR.po b/redbot/cogs/modlog/locales/fr-FR.po index 20b8ad5c3..df6f653c0 100644 --- a/redbot/cogs/modlog/locales/fr-FR.po +++ b/redbot/cogs/modlog/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "Gérer les salons de log pour les actions de modération." -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Gérer les paramètres du modlog." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "Commande pour réparer les cas de mauvaise conduite." -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "Définir un salon comme modlog.\\n\\n Omettre `` pour désactiver le modlog.\\n " -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "Les événements de modération seront envoyés à {channel}." -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "Je n'ai pas les permissions d'envoyer des messages dans {channel} !" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Mod log désactivé." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "Activer ou désactiver la création d'argument pour une action de modération." -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "activé" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "désactivé" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "Paramètres actuels :\\n" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "Cette action n’est pas enregistrée." -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "La création d’arguments pour les actions {action_name} est maintenant {enabled}." -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "Réinitialiser tous les arguments de modlog dans ce serveur." -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Les arguments ont été réinitialisés." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "Afficher l'argument spécifié." -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "Ce cas n'existe pas pour ce serveur." -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "Afficher les cas pour le membre spécifié." -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "Cet utilisateur n'existe pas." -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "Quelque chose s'est mal passé lors de la récupération de cet utilisateur par ID." -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "Cet utilisateur n'a aucun cas." -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, docstring msgid "Specify a reason for a modlog case.\\n\\n Please note that you can only edit cases you are\\n the owner of unless you are a mod, admin or server owner.\\n\\n If no case number is specified, the latest case will be used.\\n " msgstr "Spécifiez une raison pour un argument de modlog.\\n\\n Veuillez noter que vous ne pouvez modifier que les arguments où vous êtes\\n le propriétaire sauf si vous êtes un modérateur, administrateur ou propriétaire du serveur.\\n\\n Si aucun numéro d'argument n'est spécifié, le dernier argument sera utilisé.\\n " -#: redbot/cogs/modlog/modlog.py:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "Il n'y a aucun cas de modlog dans ce serveur." -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Cet argument n'existe pas !" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Vous n’êtes pas autorisé à modifier cette argument !" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "La raison du cas #{num} a été mise à jour." diff --git a/redbot/cogs/modlog/locales/he-IL.po b/redbot/cogs/modlog/locales/he-IL.po index 34bf345eb..108de0117 100644 --- a/redbot/cogs/modlog/locales/he-IL.po +++ b/redbot/cogs/modlog/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/hu-HU.po b/redbot/cogs/modlog/locales/hu-HU.po index e53ff58c3..3740637b6 100644 --- a/redbot/cogs/modlog/locales/hu-HU.po +++ b/redbot/cogs/modlog/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "engedélyezve" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "nincs engedélyezve" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/id-ID.po b/redbot/cogs/modlog/locales/id-ID.po index 1ef9c58f4..ab16dcab3 100644 --- a/redbot/cogs/modlog/locales/id-ID.po +++ b/redbot/cogs/modlog/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Mod log dinonaktifkan." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Kasus telah di setel ulang." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Kasus tersebut tidak ada!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Anda tidak diizinkan untuk mengubah kasus tersebut!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/it-IT.po b/redbot/cogs/modlog/locales/it-IT.po index 64d8e8968..a71abe956 100644 --- a/redbot/cogs/modlog/locales/it-IT.po +++ b/redbot/cogs/modlog/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "abilitata" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "disabilitata" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ja-JP.po b/redbot/cogs/modlog/locales/ja-JP.po index 0406e3e6e..5bd4fda73 100644 --- a/redbot/cogs/modlog/locales/ja-JP.po +++ b/redbot/cogs/modlog/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ko-KR.po b/redbot/cogs/modlog/locales/ko-KR.po index 0404ad8fa..0d6761350 100644 --- a/redbot/cogs/modlog/locales/ko-KR.po +++ b/redbot/cogs/modlog/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "모드 로그가 비활성화됐어요." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "사례들이 초기화됐어요." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "해당 사례는 등록되어 있지 않아요." -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "사용자님은 해당 사례를 수정할 권한이 없어요!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/nl-NL.po b/redbot/cogs/modlog/locales/nl-NL.po index 380addb4d..818727114 100644 --- a/redbot/cogs/modlog/locales/nl-NL.po +++ b/redbot/cogs/modlog/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "activeren" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "de-activeren" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/no-NO.po b/redbot/cogs/modlog/locales/no-NO.po index a1e253774..44ab31b9a 100644 --- a/redbot/cogs/modlog/locales/no-NO.po +++ b/redbot/cogs/modlog/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "skrudd på" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "skrudd av" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/pl-PL.po b/redbot/cogs/modlog/locales/pl-PL.po index d33e1e576..1284d68af 100644 --- a/redbot/cogs/modlog/locales/pl-PL.po +++ b/redbot/cogs/modlog/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "Zarządzaj kanałami z logami dla działań administracji." -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Zarządzanie ustawieniami modlog'a." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "włączone" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "wyłączone" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/pt-BR.po b/redbot/cogs/modlog/locales/pt-BR.po index fd8c8d3b1..d5de0ba6e 100644 --- a/redbot/cogs/modlog/locales/pt-BR.po +++ b/redbot/cogs/modlog/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "habilitado" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "desabilitado" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/pt-PT.po b/redbot/cogs/modlog/locales/pt-PT.po index cdff88391..4e1b60e4c 100644 --- a/redbot/cogs/modlog/locales/pt-PT.po +++ b/redbot/cogs/modlog/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ro-RO.po b/redbot/cogs/modlog/locales/ro-RO.po index c7ed569be..37840bf31 100644 --- a/redbot/cogs/modlog/locales/ro-RO.po +++ b/redbot/cogs/modlog/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -20,116 +20,116 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "Gestionează canalele de activitati pentru acțiuni de moderare." -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Gestioneaza notificarile pentru actiunile de moderare." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "Seteaza un canal ca activitati pentru actiuni de moderare. \n" "Omite pentru a dezactiva modlog-ul " -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "Nu am permiunsea de a trimite mesajele in {channel}, sfat: Gestioneaza-mi permisiunile!" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Notificarile pentru actiunile de moderare au fost dezactivate." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "Activați sau dezactivați crearea de cazuri pentru o acțiune administrativa." -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "activat" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "dezactivat" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "Setările curente:\\n" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "Crearea cazurilor pentru acțiunile {action_name} este acum {enabled}." -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "Resetați toate notificarile administrative din acest server." -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Cazurile au fost resetate." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "Afișează cazul specificat." -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "Afișează cazuri pentru un anumit membru." -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "Acest utilizator nu exista." -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "A intervenit o eroare in timp ce a fost prealuat id-ul membrului." -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "Acest utilizator nu are nici-un caz." -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Acest caz al utilizatorului nu exista" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Nu aveți autorizație pentru a modifica acest caz!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/ru-RU.po b/redbot/cogs/modlog/locales/ru-RU.po index 06ebf56ee..6d1d948e9 100644 --- a/redbot/cogs/modlog/locales/ru-RU.po +++ b/redbot/cogs/modlog/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -20,116 +20,116 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "Управление журнал-каналами для модерации действий." -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Управление настройками журналов модерации." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "У меня нет прав на отправку сообщений в {channel}!" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Журнал модерации деактивирован." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "Включить или отключить создание случая для действия модерации." -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "включен" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "отключен" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "Текущие настройки:\\n" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "Создание случая для действий {action_name} теперь {enabled}." -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "Сбросьте все случаи журанала модерации на этом сервере." -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Случаи были сброшены." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "Показать указанный случай." -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "Отображает случаи для определённых участников." -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "Это пользователь не существует." -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "Что то пошло не так во время получения этого пользователя по ID." -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "У этого пользователя нет ни одного случая." -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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 "Укажите причину для случая журнала модерации.\\n\\n Обратите внимание, что вы можете редактировать только\\n те случаи, владельцем которых вы являетесь, если вы не\\n являетесь владельцем сервера, администратором, модератором.\\n\\n Если номер случая не указан, будет использован последний случай\n" " " -#: redbot/cogs/modlog/modlog.py:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Этот случай не существует!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Вы не уполномочены изменять этот случай!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/sk-SK.po b/redbot/cogs/modlog/locales/sk-SK.po index 88d846965..793374a15 100644 --- a/redbot/cogs/modlog/locales/sk-SK.po +++ b/redbot/cogs/modlog/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/sr-SP.po b/redbot/cogs/modlog/locales/sr-SP.po index 7b574e0ab..3bebee342 100644 --- a/redbot/cogs/modlog/locales/sr-SP.po +++ b/redbot/cogs/modlog/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/sv-SE.po b/redbot/cogs/modlog/locales/sv-SE.po index 4596d71c0..c7572b1a0 100644 --- a/redbot/cogs/modlog/locales/sv-SE.po +++ b/redbot/cogs/modlog/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Moderator loggen inaktiverad." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "Ärenden har återställts." -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "Det ärendet finns inte!" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "Du saknar behörighet för att modifiera detta ärende!" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/tr-TR.po b/redbot/cogs/modlog/locales/tr-TR.po index fc21bfbbc..2f4d6102c 100644 --- a/redbot/cogs/modlog/locales/tr-TR.po +++ b/redbot/cogs/modlog/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "Modlog ayarlarını düzenleyin." -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "Mod hareketleri bu kanala gönderilecek. {channel}." -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "Bu kanala mesaj atma yetkim yok {channel}!" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "Mod logları zaten kapalı." -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "Modlog devre dışı." -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "açıldı" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "deaktif" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "Şuanki ayarlar:\\n" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "Şu anki vakaları göster." -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "Bir kullanıcının vakalarını kontrol edin." -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "Böyle bir kullanıcı bulunmuyor." -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/uk-UA.po b/redbot/cogs/modlog/locales/uk-UA.po index fcd3e2854..82a199b06 100644 --- a/redbot/cogs/modlog/locales/uk-UA.po +++ b/redbot/cogs/modlog/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/vi-VN.po b/redbot/cogs/modlog/locales/vi-VN.po index a9da174cd..926181e97 100644 --- a/redbot/cogs/modlog/locales/vi-VN.po +++ b/redbot/cogs/modlog/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/zh-CN.po b/redbot/cogs/modlog/locales/zh-CN.po index 06b638ee3..0a74074fc 100644 --- a/redbot/cogs/modlog/locales/zh-CN.po +++ b/redbot/cogs/modlog/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "那个用户不存在。" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/zh-HK.po b/redbot/cogs/modlog/locales/zh-HK.po index 3d312ddfe..d5db84a4e 100644 --- a/redbot/cogs/modlog/locales/zh-HK.po +++ b/redbot/cogs/modlog/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/modlog/locales/zh-TW.po b/redbot/cogs/modlog/locales/zh-TW.po index 9d23c237c..e962abab0 100644 --- a/redbot/cogs/modlog/locales/zh-TW.po +++ b/redbot/cogs/modlog/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-06-18 12:13+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -20,115 +20,115 @@ msgstr "" msgid "Manage log channels for moderation actions." msgstr "" -#: redbot/cogs/modlog/modlog.py:26 +#: redbot/cogs/modlog/modlog.py:30 #, docstring msgid "Manage modlog settings." msgstr "" -#: redbot/cogs/modlog/modlog.py:32 +#: redbot/cogs/modlog/modlog.py:36 #, docstring msgid "Command to fix misbehaving casetypes." msgstr "" -#: redbot/cogs/modlog/modlog.py:39 +#: redbot/cogs/modlog/modlog.py:43 #, docstring msgid "Set a channel as the modlog.\\n\\n Omit `` to disable the modlog.\\n " msgstr "" -#: redbot/cogs/modlog/modlog.py:48 +#: redbot/cogs/modlog/modlog.py:52 msgid "Mod events will be sent to {channel}." msgstr "" -#: redbot/cogs/modlog/modlog.py:52 +#: redbot/cogs/modlog/modlog.py:56 msgid "I do not have permissions to send messages in {channel}!" msgstr "" -#: redbot/cogs/modlog/modlog.py:60 +#: redbot/cogs/modlog/modlog.py:64 msgid "Mod log is already disabled." msgstr "" -#: redbot/cogs/modlog/modlog.py:63 +#: redbot/cogs/modlog/modlog.py:67 msgid "Mod log deactivated." msgstr "" -#: redbot/cogs/modlog/modlog.py:68 +#: redbot/cogs/modlog/modlog.py:72 #, docstring msgid "Enable or disable case creation for a mod action." msgstr "" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "enabled" msgstr "已啟用" -#: redbot/cogs/modlog/modlog.py:76 redbot/cogs/modlog/modlog.py:90 +#: redbot/cogs/modlog/modlog.py:80 redbot/cogs/modlog/modlog.py:94 msgid "disabled" msgstr "已停用" -#: redbot/cogs/modlog/modlog.py:79 +#: redbot/cogs/modlog/modlog.py:83 msgid "Current settings:\\n" msgstr "" -#: redbot/cogs/modlog/modlog.py:84 +#: redbot/cogs/modlog/modlog.py:88 msgid "That action is not registered." msgstr "" -#: redbot/cogs/modlog/modlog.py:89 +#: redbot/cogs/modlog/modlog.py:93 msgid "Case creation for {action_name} actions is now {enabled}." msgstr "" -#: redbot/cogs/modlog/modlog.py:97 +#: redbot/cogs/modlog/modlog.py:101 #, docstring msgid "Reset all modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:100 +#: redbot/cogs/modlog/modlog.py:104 msgid "Cases have been reset." msgstr "" -#: redbot/cogs/modlog/modlog.py:105 +#: redbot/cogs/modlog/modlog.py:109 #, docstring msgid "Show the specified case." msgstr "" -#: redbot/cogs/modlog/modlog.py:109 +#: redbot/cogs/modlog/modlog.py:113 msgid "That case does not exist for that server." msgstr "" -#: redbot/cogs/modlog/modlog.py:120 +#: redbot/cogs/modlog/modlog.py:124 #, docstring msgid "Display cases for the specified member." msgstr "" -#: redbot/cogs/modlog/modlog.py:131 +#: redbot/cogs/modlog/modlog.py:135 msgid "That user does not exist." msgstr "" -#: redbot/cogs/modlog/modlog.py:134 +#: redbot/cogs/modlog/modlog.py:138 msgid "Something unexpected went wrong while fetching that user by ID." msgstr "" -#: redbot/cogs/modlog/modlog.py:138 +#: redbot/cogs/modlog/modlog.py:142 msgid "That user does not have any cases." msgstr "" -#: redbot/cogs/modlog/modlog.py:149 +#: redbot/cogs/modlog/modlog.py:153 #, 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:162 +#: redbot/cogs/modlog/modlog.py:166 msgid "There are no modlog cases in this server." msgstr "" -#: redbot/cogs/modlog/modlog.py:168 +#: redbot/cogs/modlog/modlog.py:172 msgid "That case does not exist!" msgstr "" -#: redbot/cogs/modlog/modlog.py:175 +#: redbot/cogs/modlog/modlog.py:179 msgid "You are not authorized to modify that case!" msgstr "" -#: redbot/cogs/modlog/modlog.py:183 +#: redbot/cogs/modlog/modlog.py:187 msgid "Reason for case #{num} has been updated." msgstr "" diff --git a/redbot/cogs/permissions/locales/af-ZA.po b/redbot/cogs/permissions/locales/af-ZA.po index bec6e673f..5d9bd8025 100644 --- a/redbot/cogs/permissions/locales/af-ZA.po +++ b/redbot/cogs/permissions/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ar-SA.po b/redbot/cogs/permissions/locales/ar-SA.po index 5064b2c0b..1fba0eb3a 100644 --- a/redbot/cogs/permissions/locales/ar-SA.po +++ b/redbot/cogs/permissions/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/bg-BG.po b/redbot/cogs/permissions/locales/bg-BG.po index 2958ed02f..830f38881 100644 --- a/redbot/cogs/permissions/locales/bg-BG.po +++ b/redbot/cogs/permissions/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ca-ES.po b/redbot/cogs/permissions/locales/ca-ES.po index efff4eec5..90943defb 100644 --- a/redbot/cogs/permissions/locales/ca-ES.po +++ b/redbot/cogs/permissions/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/cs-CZ.po b/redbot/cogs/permissions/locales/cs-CZ.po index e25125bd5..0cf5f53a0 100644 --- a/redbot/cogs/permissions/locales/cs-CZ.po +++ b/redbot/cogs/permissions/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "Žádný takový příkaz" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "Nemám dovolená PM." -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "Pravidlo bylo přidáno." -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "Pravidlo bylo odstraněno." -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Vypršel časový limit odpovědi." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/da-DK.po b/redbot/cogs/permissions/locales/da-DK.po index fd7d90fa5..98524c897 100644 --- a/redbot/cogs/permissions/locales/da-DK.po +++ b/redbot/cogs/permissions/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/de-DE.po b/redbot/cogs/permissions/locales/de-DE.po index d0cb5e864..803ce1a0a 100644 --- a/redbot/cogs/permissions/locales/de-DE.po +++ b/redbot/cogs/permissions/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -31,228 +31,221 @@ msgstr "\\\"{arg}\\\" nicht gefunden. Es muss die ID, Erwähnung oder der Kanaln 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 "\\\"{arg}\\\" verweist nicht auf einen eindeutigen Kanal, Benutzer oder Rolle. Bitte gib die ID für was/wen an oder erwähne es/sie." -#: redbot/cogs/permissions/converters.py:149 +#: redbot/cogs/permissions/converters.py:156 msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive." msgstr "Cog oder Befehl \\\"{name}\\\" nicht gefunden. Bitte beachte die Groß- und Kleinschreibung." -#: redbot/cogs/permissions/converters.py:162 +#: redbot/cogs/permissions/converters.py:169 msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\"" msgstr "\\\"{arg}\\\" ist keine gültige Regel. Gültige Regeln sind \\\"erlauben\\\" oder \\\"verweigern\\\"" -#: redbot/cogs/permissions/converters.py:175 +#: 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 "\\\"{arg}\\\" ist keine gültige Regel. Gültige Regeln sind \\\"erlauben\\\" oder \\\"verweigern\\\", oder \\\"löschen\\\" um die Regel zu entfernen" -#: redbot/cogs/permissions/permissions.py:46 -#: redbot/cogs/permissions/permissions.py:61 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "Regeln müssen entweder `true` oder `false` sein." -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "Schlüssel unter Befehlsnamen müssen IDs (Zahlen) oder `default` sein." -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "Schlüssel unterhalb von `COMMAND` müssen Befehlsnamen sein (Zeichenkette)." -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "Schlüssel unterhalb von cog Namen müssen IDs oder `default` sein." -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "Schlüssel unterhalb von `COG` müssen cog Namen sein (Zeichenkette)." -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "Schlüssel auf höchster Ebene müssen entweder `COG` oder `COMMAND` sein." -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "Passe Berechtigungen für Befehle und cogs an." -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "Tools zum Verwalten der Befehlsberechtigungen." -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "Erkläre wie Berechtigungen funktionieren." -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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 "Überprüft ob ein Benutzer einen Befehl ausführen kann.\\n\\n Dies berücksichtigt die aktuelle Umgebung, wie etwa den\\n Server und Textkanäle.\\n " -#: redbot/cogs/permissions/permissions.py:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "Befehl nicht vorhanden" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "Dieser Benutzer kann den angegebenen Befehl ausführen." -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "Dieser Benutzer kann den angegebenen Befehl nicht ausführen." -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "Verwalte Berechtigungen mit YAML Dateien." -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "Beispiel YAML um Regeln festzulegen:\\n" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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 "Legt globale Regeln mit einer YAML Datei fest.\\n\\n **WARNUNG**: Dies wird *alle* globalen Regeln,\\n die in der hochgeladenen Datei angegeben sind,\\n überschreiben.\\n\\n Vor Anwendung der Regel wird keine Prüfung der\\n Namen von Befehlen und cogs durchgeführt\n" " " -#: redbot/cogs/permissions/permissions.py:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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 "Legt die Regeln für diesen Server mit einer YAML Datei fest.\\n\\n **WARNUNG**: Dies wird *alle* Regeln, die in der\\n hochgeladenen Datei angegeben sind, für diesen\\n Server überschreiben\n" " \n" " " -#: redbot/cogs/permissions/permissions.py:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "Erhalte eine YAML Datei mit Angaben aller globalen Regeln." -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "Ich bin nicht berechtigt dir Direktnachrichten zu senden." -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: redbot/cogs/permissions/permissions.py:336 +#: redbot/cogs/permissions/permissions.py:351 msgid "I've just sent the file to you via DM." msgstr "Ich habe dir soeben die Datei per Direktnachricht gesendet." -#: redbot/cogs/permissions/permissions.py:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "Erhalte eine YAML Datei mit Angaben aller Regeln für diesen Server." -#: redbot/cogs/permissions/permissions.py:307 +#: 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 "Aktualisiere die globalen Regeln mit einer YAML Datei.\\n\\n Regeln, die nicht in der YAML Datei aufgeführt sind,\\n werden nicht verändert.\\n " -#: redbot/cogs/permissions/permissions.py:318 +#: 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 "Aktualisiere die Regeln für diesen Server mit einer YAML Datei.\\n\\n Regeln, die nicht in der YAML Datei aufgeführt sind,\\n werden nicht verändert.\\n " -#: redbot/cogs/permissions/permissions.py:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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 "Füge eine globale Regel zu einem Befehl hinzu.\\n\\n `` sollte einer von \\\"allow\\\" oder \\\"deny\\\".\\n\\n `` ist der Kog oder Befehl, der die Regel hinzufügen soll.\\n Dies ist eine Groß-Berühmtheit.\\n\\n `` ist ein oder mehrere Benutzer, Kanäle oder Rollen, für die die Regel ist.\\n " -#: redbot/cogs/permissions/permissions.py:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "Regel hinzugefügt." -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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 "Füge eine Regel zu einem Befehl in diesem Server hinzu.\\n\\n `` sollte einer von \\\"allow\\\" oder \\\"deny\\\".\\n\\n `` ist der Kog oder Befehl, um die Regel hinzuzufügen.\\n Dies ist eine Groß-Berühmtheit.\\n\\n `` ist ein oder mehrere Benutzer, Kanäle oder Rollen, für die die Regel ist.\\n " -#: redbot/cogs/permissions/permissions.py:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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 "Entferne eine globale Regel aus einem Befehl.\\n\\n `` ist der Kog oder Befehl, um die Regel zu entfernen\\n aus. Dies ist Groß-sensitive.\\n\\n `` ist ein oder mehrere Benutzer, Kanäle oder Rollen, für die die Regel ist.\\n " -#: redbot/cogs/permissions/permissions.py:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "Regel entfernt." -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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 "Entferne eine Serverregel von einem Befehl.\\n\\n `` ist der Kog oder Befehl, um die Regel zu entfernen\\n aus. Dies ist Groß-sensitive.\\n\\n `` ist ein oder mehrere Benutzer, Kanäle oder Rollen für die Regel.\\n " -#: redbot/cogs/permissions/permissions.py:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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 "Legen Sie die Standardregel für einen Befehl in diesem Server fest.\\n\\n Dies ist die Regel, auf die ein Befehl standardmäßig eingestellt wird, wenn keine andere Regel gefunden wird\\n.\\n\\n `` sollte einer von \\\"allow\\\", \\\"deny\\\" oder \\\"clear\\\" sein.\\n \\\"clear\\\" wird die Standardregel zurücksetzen.\\n\\n `` ist der Kog oder Befehl, um die Standardregel\\n zu setzen. Das ist eine Groß- und Kleinschreibung.\\n " -#: redbot/cogs/permissions/permissions.py:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "Standard festgelegt." -#: redbot/cogs/permissions/permissions.py:496 +#: redbot/cogs/permissions/permissions.py:523 #, 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 "Legen Sie die Standardregel für einen Befehl fest.\\n\\n Dies ist die Regel, auf die ein Befehl standardmäßig eingestellt wird, wenn keine andere Regel gefunden wird\\n .\\n\\n `` sollte einer von \\\"allow\\\", \\\"deny\\\" oder \\\"clear\\\" sein.\\n \\\"clear\\\" wird die Standardregel zurücksetzen.\\n\\n `` ist der Kog oder Befehl, um die Standardregel\\n zu setzen. Das ist eine Groß- und Kleinschreibung.\\n " -#: redbot/cogs/permissions/permissions.py:523 +#: redbot/cogs/permissions/permissions.py:542 #, docstring msgid "Reset all global rules." msgstr "Alle globalen Regeln zurücksetzen." -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "Setzt alle Regeln auf diesem Server zurück." -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "Du musst eine Datei anhängen." -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "Ungültiger Syntax: " -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "Deine YAML Datei entspricht nicht dem Schema: " -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "Regeln festgelegt." -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "Bist du sicher?" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Antwortzeitlimit erreicht." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "Bist du sicher? (y/n)" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "Aktion abgebrochen." diff --git a/redbot/cogs/permissions/locales/el-GR.po b/redbot/cogs/permissions/locales/el-GR.po index c3474d795..f0e71ed77 100644 --- a/redbot/cogs/permissions/locales/el-GR.po +++ b/redbot/cogs/permissions/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/es-ES.po b/redbot/cogs/permissions/locales/es-ES.po index ffd81b00e..6e1ab19f6 100644 --- a/redbot/cogs/permissions/locales/es-ES.po +++ b/redbot/cogs/permissions/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/fi-FI.po b/redbot/cogs/permissions/locales/fi-FI.po index fbe040fc3..edb30639d 100644 --- a/redbot/cogs/permissions/locales/fi-FI.po +++ b/redbot/cogs/permissions/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/fr-FR.po b/redbot/cogs/permissions/locales/fr-FR.po index 9895a3ccd..3b8e10866 100644 --- a/redbot/cogs/permissions/locales/fr-FR.po +++ b/redbot/cogs/permissions/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "\\\"{arg}\\\" n'a pas été trouvé. Cela doit être l'ID, la mention ou 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 "\\\"{arg}\\\" ne fait pas référence à un salon, utilisateur ou rôle. Veuillez utilisez l'ID de ce que vous essayez de spécifier, ou mentionnez-le/les." -#: redbot/cogs/permissions/converters.py:149 +#: redbot/cogs/permissions/converters.py:156 msgid "Cog or command \\\"{name}\\\" not found. Please note that this is case sensitive." msgstr "Cog ou commande \\\"{name}\\\" introuvable. Veuillez notez que c'est sensible aux caractères." -#: redbot/cogs/permissions/converters.py:162 +#: redbot/cogs/permissions/converters.py:169 msgid "\\\"{arg}\\\" is not a valid rule. Valid rules are \\\"allow\\\" or \\\"deny\\\"" msgstr "\\\"{arg}\\\" n'est pas une règle valide. Les règles valides sont \\\"allow\\\" ou \\\"deny\\\"" -#: redbot/cogs/permissions/converters.py:175 +#: 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 "\\\"{arg}\\\" n'est pas une règle valide. Les règles valides sont \\\"allow\\\" ou \\\"deny\\\", ou \\\"clear\\\" pour supprimer la règle" -#: redbot/cogs/permissions/permissions.py:46 -#: redbot/cogs/permissions/permissions.py:61 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "Les règles doivent être soit `true` soit `false`." -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "Les clés sous les noms de commandes doivent être des identifiants (chiffres) ou `default`." -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "Les clés sous `COMMAND` doivent être des noms de commandes (strings)." -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "Les clés sous les noms de commandes doivent être des identifiants (chiffres) ou `default`." -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "Les clés sous `COMMAND` doivent être des noms de commandes (strings)." -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "Les clés de haut niveau doivent être soit `COG` soit `COMMAND`." -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "Personnaliser les permissions pour les commandes et les cogs." -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "Outils de gestion des permissions des commandes." -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "Expliquez comment fonctionnent les permissions." -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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 "Vérifie si un utilisateur peut utiliser une commande.\\n\\n Cela prendra en compte le contexte actuel, tel que\\n le serveur et le salon textuel.\\n " -#: redbot/cogs/permissions/permissions.py:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "Cette commande n'existe pas" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "Cet utilisateur peut exécuter la commande spécifiée." -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "Cet utilisateur ne peut pas exécuter la commande spécifiée." -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "Gérer les permissions avec des fichiers YAML." -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "Exemple d'AYML pour définir les règles :\\n" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "Obtenez un fichier YAML détaillant toutes les règles globales." -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "Je ne suis pas autorisé à vous contacter par message privé." -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: redbot/cogs/permissions/permissions.py:336 +#: redbot/cogs/permissions/permissions.py:351 msgid "I've just sent the file to you via DM." msgstr "Je viens de vous envoyer le fichier par message privé." -#: redbot/cogs/permissions/permissions.py:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "Obtenez un fichier YAML détaillant toutes les règles de ce serveur." -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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 "Ajoute une règle globale à une commande.\\n\\n `` doit être soit \\\"allow\\\" ou \\\"deny\\\".\\n\\n `` est le cog ou la commande à lequelle s'applique la règle.\\n Cela est sensible aux caractères.\\n\\n `` est un ou plusieurs utilisateurs, salons ou rôles à lesquels s'applique la règle.\\n " -#: redbot/cogs/permissions/permissions.py:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "Cette commande est désignée comment étant toujours disponible et ne peut pas être modifiée par des règles de permissions." - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "Règle ajoutée." -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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 "Ajoute une règle à une commande dans ce serveur.\\n\\n `` doit être soit \\\"allow\\\" ou \\\"deny\\\".\\n\\n `` est le cog ou la commande à laquelle s'applique la règle.\\n Cela est sensible aux caractères.\\n\\n `` est un ou plusieurs utilisateurs, salons ou rôles à lesquels s'applique la règle.\\n " -#: redbot/cogs/permissions/permissions.py:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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 "Enlève une règle globale à une commande.\\n\\n `` est le cog ou la commande à laquelle la règle se supprime.\\n Cela est sensible aux caractères.\\n\\n `` est un ou plusieurs utilisateurs, salons ou rôles à lesquels la règle est.\\n " -#: redbot/cogs/permissions/permissions.py:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "Règle supprimée." -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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 "Enlève une règle du serveur à une commande.\\n\\n `` est le cog ou la commande à laquelle la règle se supprime.\\n Cela est sensible aux caractères.\\n\\n `` est un ou plusieurs utilisateurs, salons ou rôles à lesquels la règle est.\\n " -#: redbot/cogs/permissions/permissions.py:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "Réinitialisation des paramètres par défaut." -#: redbot/cogs/permissions/permissions.py:496 +#: redbot/cogs/permissions/permissions.py:523 #, 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:523 +#: redbot/cogs/permissions/permissions.py:542 #, docstring msgid "Reset all global rules." msgstr "Réinitialiser toutes les règles globales." -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "Réinitialiser toutes les règles de ce serveur." -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "Vous devez envoyer un fichier." -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "Syntaxe invalide : " -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "Votre fichier YAML ne correspond pas au schéma : " -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "Règles définies." -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "Êtes-vous sûr ?" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Réponse expirée." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "Êtes-vous sûr ? (y/n)" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "Action annulée." diff --git a/redbot/cogs/permissions/locales/he-IL.po b/redbot/cogs/permissions/locales/he-IL.po index 333b12dbf..74c261cd6 100644 --- a/redbot/cogs/permissions/locales/he-IL.po +++ b/redbot/cogs/permissions/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/hu-HU.po b/redbot/cogs/permissions/locales/hu-HU.po index fd8693f25..49bb401a7 100644 --- a/redbot/cogs/permissions/locales/hu-HU.po +++ b/redbot/cogs/permissions/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "Biztos vagy benne?" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Időtúllépés." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "Biztos vagy benne? (y/n)" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "Visszavonva." diff --git a/redbot/cogs/permissions/locales/id-ID.po b/redbot/cogs/permissions/locales/id-ID.po index ada3e5c50..6a0de235e 100644 --- a/redbot/cogs/permissions/locales/id-ID.po +++ b/redbot/cogs/permissions/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/it-IT.po b/redbot/cogs/permissions/locales/it-IT.po index ca7c25e3f..3e3f250d0 100644 --- a/redbot/cogs/permissions/locales/it-IT.po +++ b/redbot/cogs/permissions/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Risposta scaduta." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ja-JP.po b/redbot/cogs/permissions/locales/ja-JP.po index cb4d62860..a6711f824 100644 --- a/redbot/cogs/permissions/locales/ja-JP.po +++ b/redbot/cogs/permissions/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ko-KR.po b/redbot/cogs/permissions/locales/ko-KR.po index ce7f01fa3..5e7db2e5a 100644 --- a/redbot/cogs/permissions/locales/ko-KR.po +++ b/redbot/cogs/permissions/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/nl-NL.po b/redbot/cogs/permissions/locales/nl-NL.po index 302070956..cdde91d98 100644 --- a/redbot/cogs/permissions/locales/nl-NL.po +++ b/redbot/cogs/permissions/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Reactie time-out." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/no-NO.po b/redbot/cogs/permissions/locales/no-NO.po index e57f33977..00153746b 100644 --- a/redbot/cogs/permissions/locales/no-NO.po +++ b/redbot/cogs/permissions/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/pl-PL.po b/redbot/cogs/permissions/locales/pl-PL.po index 8c75aa20f..a7510b34e 100644 --- a/redbot/cogs/permissions/locales/pl-PL.po +++ b/redbot/cogs/permissions/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Przekroczono limit czasu odpowiedzi." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/pt-BR.po b/redbot/cogs/permissions/locales/pt-BR.po index 6a09f3fae..3ce697169 100644 --- a/redbot/cogs/permissions/locales/pt-BR.po +++ b/redbot/cogs/permissions/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Tempo de resposta excedido." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/pt-PT.po b/redbot/cogs/permissions/locales/pt-PT.po index 0f8b6c6b0..a28fd3690 100644 --- a/redbot/cogs/permissions/locales/pt-PT.po +++ b/redbot/cogs/permissions/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ro-RO.po b/redbot/cogs/permissions/locales/ro-RO.po index 40c62db2a..c70d38ef3 100644 --- a/redbot/cogs/permissions/locales/ro-RO.po +++ b/redbot/cogs/permissions/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/ru-RU.po b/redbot/cogs/permissions/locales/ru-RU.po index fb277a41e..7018354c2 100644 --- a/redbot/cogs/permissions/locales/ru-RU.po +++ b/redbot/cogs/permissions/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "Правила должны быть либо `true`, либо` false`." -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "Ключи под именами команд должны быть ID (числами) или `default`." -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "Ключи в `COMMAND` должны быть именами команд (строками)." -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "Ключи под именами модулей должны быть ID или `default`." -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "Ключи под `COG` должны быть именами модулей (строками)." -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "Ключи верхнего уровня должны быть либо `COG`, либо` COMMAND`." -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "Настроить разрешения для команд и модулей." -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "Инструменты управления разрешениями команд." -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "Объяснить, как работают разрешения." -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "Нет такой команды" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "Этот пользователь может выполнить указанную команду." -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "Этот пользователь не может выполнить указанную команду." -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "Управлять разрешениями с помощью файлов YAML." -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "Получить файл YAML с подробным описанием всех глобальных правил." -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "Мне не разрешено писать вам личные сообщения." -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "Получить файл YAML с подробным описанием всех правил на этом сервере." -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "Правило добавлено." -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "Правило удалено." -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "Настройки по умолчанию установлены." -#: redbot/cogs/permissions/permissions.py:496 +#: redbot/cogs/permissions/permissions.py:523 #, 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:523 +#: redbot/cogs/permissions/permissions.py:542 #, docstring msgid "Reset all global rules." msgstr "Сбросить все глобальные правила." -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "Сбросить все правила на этом сервере." -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "Вы должны загрузить файл." -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "Неверный синтаксис: " -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "Ваш YAML-файл не соответствует схеме: " -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "Правила установлены." -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "Вы уверены?" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Время ответа истекло." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "Вы уверены? (y/n)" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "Действие отменено." diff --git a/redbot/cogs/permissions/locales/sk-SK.po b/redbot/cogs/permissions/locales/sk-SK.po index d1311164a..0314162e4 100644 --- a/redbot/cogs/permissions/locales/sk-SK.po +++ b/redbot/cogs/permissions/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/sr-SP.po b/redbot/cogs/permissions/locales/sr-SP.po index 35850cdd9..9636f0075 100644 --- a/redbot/cogs/permissions/locales/sr-SP.po +++ b/redbot/cogs/permissions/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/sv-SE.po b/redbot/cogs/permissions/locales/sv-SE.po index 52ecc1e91..2e697e6cd 100644 --- a/redbot/cogs/permissions/locales/sv-SE.po +++ b/redbot/cogs/permissions/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/tr-TR.po b/redbot/cogs/permissions/locales/tr-TR.po index 117ab2121..df07b400c 100644 --- a/redbot/cogs/permissions/locales/tr-TR.po +++ b/redbot/cogs/permissions/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" -msgstr "" +msgstr "Böyle bir komut yok" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." -msgstr "" +msgstr "Sana DM atamıyorum." -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: redbot/cogs/permissions/permissions.py:336 +#: redbot/cogs/permissions/permissions.py:351 msgid "I've just sent the file to you via DM." -msgstr "" +msgstr "Sana DM'den dosya gönderdim." -#: redbot/cogs/permissions/permissions.py:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." -msgstr "" +msgstr "Kural başarıyla eklendi." -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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 "" +msgstr "Bu sunucuya bir kural ekleyin.\\n\\n `` ikisinden birisi olmalı \\\"allow\\\" ya da \\\"deny\\\".\\n\\n `` cog ya da bir komut olmalı.\\n Büyük küçük harf uyarlıdır.\\n\\n `` kuralın ilgili olduğu bir veya daha fazla kullanıcı, kanal veya rol.\\n " -#: redbot/cogs/permissions/permissions.py:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." -msgstr "" +msgstr "Kural silindi." -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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 "" +msgstr "Komuttan sunucu kuralı kaldırın.\\n\\n `` cog ya da bir komut\\n olmalı. Büyük küçük harf duyarlıdır.\\n\\n `` kuralın ilgili olduğu bir veya daha fazla kullanıcı, kanal veya rol.\\n " -#: redbot/cogs/permissions/permissions.py:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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 "" +msgstr "Bu sunucudaki varsayılan bir kural ayarla.\\n\\n Bu, başka bir kural bulunmadığında bir komutun varsayılan \\n olacağı kuraldır.\\n\\n `` ikisinden biri olmalı \\\"allow\\\", \\\"deny\\\" ya da \\\"clear\\\".\\n \\\"clear\\\" varsayılan kuralı sıfırlayacaktır.\\n\\n `` varsayılanı ayarlamak için cog veya \\n komuttur. Büyük / küçük harfe duyarlıdır.\\n " -#: redbot/cogs/permissions/permissions.py:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." -msgstr "" +msgstr "Varsayılan ayarlandı." -#: redbot/cogs/permissions/permissions.py:496 +#: redbot/cogs/permissions/permissions.py:523 #, 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:523 +#: redbot/cogs/permissions/permissions.py:542 #, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." -msgstr "" +msgstr "Bu sunucudaki tüm kuralları sıfırlayın." -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " -msgstr "" +msgstr "Geçersiz komut: " -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." -msgstr "" +msgstr "Kurallar ayarlandı." -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" -msgstr "" +msgstr "Emin misiniz?" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "Yanıt yok, zaman aşımı oluştu." -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" -msgstr "" +msgstr "Emin misiniz? (y/n)" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." -msgstr "" +msgstr "İşlem iptal edildi." diff --git a/redbot/cogs/permissions/locales/uk-UA.po b/redbot/cogs/permissions/locales/uk-UA.po index e0ba31cf9..c64c0a808 100644 --- a/redbot/cogs/permissions/locales/uk-UA.po +++ b/redbot/cogs/permissions/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/vi-VN.po b/redbot/cogs/permissions/locales/vi-VN.po index f6cc7984b..7d587bdad 100644 --- a/redbot/cogs/permissions/locales/vi-VN.po +++ b/redbot/cogs/permissions/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/zh-CN.po b/redbot/cogs/permissions/locales/zh-CN.po index 6630369c7..85c64a561 100644 --- a/redbot/cogs/permissions/locales/zh-CN.po +++ b/redbot/cogs/permissions/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/zh-HK.po b/redbot/cogs/permissions/locales/zh-HK.po index 4e4bbe32a..0990ae74b 100644 --- a/redbot/cogs/permissions/locales/zh-HK.po +++ b/redbot/cogs/permissions/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/permissions/locales/zh-TW.po b/redbot/cogs/permissions/locales/zh-TW.po index 6f09759bf..499d179e1 100644 --- a/redbot/cogs/permissions/locales/zh-TW.po +++ b/redbot/cogs/permissions/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -31,225 +31,218 @@ msgstr "" 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:149 +#: 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:162 +#: 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:175 +#: 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 +#: redbot/cogs/permissions/permissions.py:47 +#: redbot/cogs/permissions/permissions.py:62 msgid "Rules must be either `true` or `false`." msgstr "" -#: redbot/cogs/permissions/permissions.py:50 +#: redbot/cogs/permissions/permissions.py:51 msgid "Keys under command names must be IDs (numbers) or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:54 +#: redbot/cogs/permissions/permissions.py:55 msgid "Keys under `COMMAND` must be command names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:65 +#: redbot/cogs/permissions/permissions.py:66 msgid "Keys under cog names must be IDs or `default`." msgstr "" -#: redbot/cogs/permissions/permissions.py:69 +#: redbot/cogs/permissions/permissions.py:70 msgid "Keys under `COG` must be cog names (strings)." msgstr "" -#: redbot/cogs/permissions/permissions.py:73 +#: redbot/cogs/permissions/permissions.py:74 msgid "Top-level keys must be either `COG` or `COMMAND`." msgstr "" -#: redbot/cogs/permissions/permissions.py:83 +#: redbot/cogs/permissions/permissions.py:84 #, docstring msgid "Customise permissions for commands and cogs." msgstr "" -#: redbot/cogs/permissions/permissions.py:157 +#: redbot/cogs/permissions/permissions.py:208 #, docstring msgid "Command permission management tools." msgstr "" -#: redbot/cogs/permissions/permissions.py:162 +#: redbot/cogs/permissions/permissions.py:213 #, docstring msgid "Explain how permissions works." msgstr "" -#: redbot/cogs/permissions/permissions.py:165 +#: redbot/cogs/permissions/permissions.py:216 msgid "This cog extends the default permission model of the bot. By default, many commands are restricted based on what the command can do.\\nThis 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\\nWhen additional rules are set using this cog, those rules will be checked prior to checking for the default restrictions of the command.\\nGlobal 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\\nFor more details, please read the [official documentation](https://docs.discord.red/en/stable/cog_permissions.html)." msgstr "" -#: redbot/cogs/permissions/permissions.py:191 +#: redbot/cogs/permissions/permissions.py:242 #, 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:206 +#: redbot/cogs/permissions/permissions.py:257 msgid "No such command" msgstr "" -#: redbot/cogs/permissions/permissions.py:217 +#: redbot/cogs/permissions/permissions.py:268 msgid "That user can run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:219 +#: redbot/cogs/permissions/permissions.py:270 msgid "That user can not run the specified command." msgstr "" -#: redbot/cogs/permissions/permissions.py:226 +#: redbot/cogs/permissions/permissions.py:277 #, docstring msgid "Manage permissions with YAML files." msgstr "" -#: redbot/cogs/permissions/permissions.py:230 +#: redbot/cogs/permissions/permissions.py:281 #, docstring msgid "Sends an example of the yaml layout for permissions" msgstr "" -#: redbot/cogs/permissions/permissions.py:232 +#: redbot/cogs/permissions/permissions.py:283 msgid "Example YAML for setting rules:\\n" msgstr "" -#: redbot/cogs/permissions/permissions.py:254 +#: redbot/cogs/permissions/permissions.py:305 #, 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:268 +#: redbot/cogs/permissions/permissions.py:319 #, 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:278 +#: redbot/cogs/permissions/permissions.py:329 #, docstring msgid "Get a YAML file detailing all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:283 -#: redbot/cogs/permissions/permissions.py:298 +#: redbot/cogs/permissions/permissions.py:334 +#: redbot/cogs/permissions/permissions.py:349 msgid "I'm not allowed to DM you." msgstr "" -#: redbot/cogs/permissions/permissions.py:285 -#: redbot/cogs/permissions/permissions.py:300 +#: 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:293 +#: redbot/cogs/permissions/permissions.py:344 #, docstring msgid "Get a YAML file detailing all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:307 +#: 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:318 +#: 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:336 +#: redbot/cogs/permissions/permissions.py:387 #, 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:350 -#: redbot/cogs/permissions/permissions.py:393 -#: redbot/cogs/permissions/permissions.py:478 -#: redbot/cogs/permissions/permissions.py:509 -msgid "This command is designated as being always available and cannot be modified by permission rules." -msgstr "" - -#: redbot/cogs/permissions/permissions.py:363 #: redbot/cogs/permissions/permissions.py:406 +#: redbot/cogs/permissions/permissions.py:441 msgid "Rule added." msgstr "" -#: redbot/cogs/permissions/permissions.py:379 +#: redbot/cogs/permissions/permissions.py:422 #, 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:416 +#: redbot/cogs/permissions/permissions.py:451 #, 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:428 -#: redbot/cogs/permissions/permissions.py:457 +#: redbot/cogs/permissions/permissions.py:463 +#: redbot/cogs/permissions/permissions.py:492 msgid "Rule removed." msgstr "" -#: redbot/cogs/permissions/permissions.py:443 +#: redbot/cogs/permissions/permissions.py:478 #, 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:465 +#: redbot/cogs/permissions/permissions.py:500 #, 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:489 -#: redbot/cogs/permissions/permissions.py:518 +#: redbot/cogs/permissions/permissions.py:516 +#: redbot/cogs/permissions/permissions.py:537 msgid "Default set." msgstr "" -#: redbot/cogs/permissions/permissions.py:496 -#, 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:523 #, 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:542 +#, docstring msgid "Reset all global rules." msgstr "" -#: redbot/cogs/permissions/permissions.py:533 +#: redbot/cogs/permissions/permissions.py:552 #, docstring msgid "Reset all rules in this server." msgstr "" -#: redbot/cogs/permissions/permissions.py:636 +#: redbot/cogs/permissions/permissions.py:655 msgid "You must upload a file." msgstr "" -#: redbot/cogs/permissions/permissions.py:642 +#: redbot/cogs/permissions/permissions.py:661 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/permissions/permissions.py:645 +#: redbot/cogs/permissions/permissions.py:664 msgid "Your YAML file did not match the schema: " msgstr "" -#: redbot/cogs/permissions/permissions.py:648 +#: redbot/cogs/permissions/permissions.py:667 msgid "Rules set." msgstr "" -#: redbot/cogs/permissions/permissions.py:692 +#: redbot/cogs/permissions/permissions.py:711 msgid "Are you sure?" msgstr "" -#: redbot/cogs/permissions/permissions.py:699 -#: redbot/cogs/permissions/permissions.py:712 +#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:731 msgid "Response timed out." msgstr "" -#: redbot/cogs/permissions/permissions.py:707 +#: redbot/cogs/permissions/permissions.py:726 msgid "Are you sure? (y/n)" msgstr "" -#: redbot/cogs/permissions/permissions.py:718 +#: redbot/cogs/permissions/permissions.py:737 msgid "Action cancelled." msgstr "" diff --git a/redbot/cogs/reports/locales/af-ZA.po b/redbot/cogs/reports/locales/af-ZA.po index 4646d6099..e191aaf94 100644 --- a/redbot/cogs/reports/locales/af-ZA.po +++ b/redbot/cogs/reports/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ar-SA.po b/redbot/cogs/reports/locales/ar-SA.po index bf5cb8d4e..f1fcb12c7 100644 --- a/redbot/cogs/reports/locales/ar-SA.po +++ b/redbot/cogs/reports/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/bg-BG.po b/redbot/cogs/reports/locales/bg-BG.po index de6b00d0a..2b68ab94f 100644 --- a/redbot/cogs/reports/locales/bg-BG.po +++ b/redbot/cogs/reports/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ca-ES.po b/redbot/cogs/reports/locales/ca-ES.po index 2db6dd1ee..fe05b7600 100644 --- a/redbot/cogs/reports/locales/ca-ES.po +++ b/redbot/cogs/reports/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/cs-CZ.po b/redbot/cogs/reports/locales/cs-CZ.po index 1cdd5ff44..cfd974bbd 100644 --- a/redbot/cogs/reports/locales/cs-CZ.po +++ b/redbot/cogs/reports/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "Správa hlášení." -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "Hlášení je nyní povoleno" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "Hlášení je nyní zakázáno." -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "Výběr trval příliš dlouho. Opakujte akci později." -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "To nebyla platná volba." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "Hlášení #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "{closer} uzavřel korespondenci" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "Zdá se, že tento ticket neexistuje" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "Tento uživatel už tu není." -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "Tento uživatel má zakázána PM." -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "Otevřeli jste dvousměrnou komunikaci ohledně ticketu číslo {ticket_number}." diff --git a/redbot/cogs/reports/locales/da-DK.po b/redbot/cogs/reports/locales/da-DK.po index 021c74907..c807212b3 100644 --- a/redbot/cogs/reports/locales/da-DK.po +++ b/redbot/cogs/reports/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/de-DE.po b/redbot/cogs/reports/locales/de-DE.po index 7f3414b6e..909e8968e 100644 --- a/redbot/cogs/reports/locales/de-DE.po +++ b/redbot/cogs/reports/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "Berichte verwalten." -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "Lege den Kanal fest, in dem Berichte gesendet werden." -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "Der Kanal für Berichte wurde festgelegt." -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "Aktiviere oder deaktiviere Berichterstattung für diesen Server." -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "Berichterstattung ist jetzt aktiviert." -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "Berichterstattung ist jetzt deaktiviert." -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "Du hast zu lange gebraucht eine Auswahl zu treffen. Bitte später erneut versuchen." -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "Das war keine valide Auswahl." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "Bericht von {author}{maybe_nick}" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "Bericht #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "Bericht von {author.mention} (Ticket #{number})" -#: redbot/cogs/reports/reports.py:208 +#: 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 "Sende einen Bericht.\\n\\n Für interaktive Berichterstattung keine Argumente verwenden, oder\\n `[p]report ` für nicht-interaktive Verwendung.\\n " -#: redbot/cogs/reports/reports.py:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "Server auswählen, in dem ein Bericht nach Nummer erstellt wird." -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "Berichterstattung wurde für diesen Server nicht aktiviert" -#: redbot/cogs/reports/reports.py:230 +#: 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 "Du hast zu viele Berichte in kurzer Zeit gesendet. Bitte kontaktiere in dringenden Fällen einen Server Administrator oder warte und versuche es später erneut." -#: redbot/cogs/reports/reports.py:238 +#: redbot/cogs/reports/reports.py:271 msgid "Please finish making your prior report before trying to make an additional one!" msgstr "Bitte schliesse deinen vorherigen Bericht ab bevor du versuchst einen weiteren zu erstellen!" -#: redbot/cogs/reports/reports.py:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "Bitte antworte auf diese Nachricht mit deinem Bericht.\\nDein Bericht sollte aus einer einzelnen Nachricht bestehen" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "Dies erfordert aktivierte Direktnachrichten." -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "Du hast zu lange gebraucht. Versuche es später erneut." -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "Beim Abschicken deines Berichts trat ein Fehler auf. Bitte kontaktiere einen Server Administrator." -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "Dein Bericht wurde eingereicht. (Ticket #{})" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "{closer} hat die Korrespondenz abgeschlossen" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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 "Öffne einen Nachrichtentunnel.\\n\\n Dieser Tunnel wird Dinge, die du in diesen Kanal schreibst,\\n als Direktnachricht an den Ticket-Ersteller schicken.\\n\\n Tunnel bleiben bei Neustart des Bot nicht bestehen.\\n " -#: redbot/cogs/reports/reports.py:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "Dieses Ticket scheint nicht zu existieren" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "Dieser Benutzer ist nicht mehr hier." -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "Zwischen dir oder dem Benutzer, den du versuchst zu erreichen, besteht bereits eine offene Kommunikation." -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr " Alles was du hier schreibst oder hochlädst (Dateigröße maximal 8MB bei Uploads) wird weitergeleitet bis die Kommunikation beendet wurde.\\nDu kannst die Kommunikation jederzeit beenden, indem du mit ❎ auf die letzte empfangene Nachricht reagierst.\\nJede erfolgreich weitergeleitete Nachricht wird mit einem ✅ markiert.\\nTunnel bleiben bei Neustart des Bot nicht bestehen." -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}." msgstr "Ein Moderator des Servers `{guild.name}` hat eine zwei-wege Kommunikation bezüglich Ticket Nummer {ticket_number} gestartet." -#: redbot/cogs/reports/reports.py:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "Dieser Benutzer hat Direktnachrichten deaktiviert." -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "Du hast eine zwei-wege Kommunikation bezüglich Ticket Nummer {ticket_number} gestartet." diff --git a/redbot/cogs/reports/locales/el-GR.po b/redbot/cogs/reports/locales/el-GR.po index a753f8426..0a91ab171 100644 --- a/redbot/cogs/reports/locales/el-GR.po +++ b/redbot/cogs/reports/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/es-ES.po b/redbot/cogs/reports/locales/es-ES.po index b3774579f..2a5727add 100644 --- a/redbot/cogs/reports/locales/es-ES.po +++ b/redbot/cogs/reports/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "Esa no era una opción válida." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/fi-FI.po b/redbot/cogs/reports/locales/fi-FI.po index fdb5ddf9d..ebaeba4e3 100644 --- a/redbot/cogs/reports/locales/fi-FI.po +++ b/redbot/cogs/reports/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/fr-FR.po b/redbot/cogs/reports/locales/fr-FR.po index 3cbc2c507..bb8ee0842 100644 --- a/redbot/cogs/reports/locales/fr-FR.po +++ b/redbot/cogs/reports/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "Gérer les rapports." -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "Définir le salon où les rapports seront envoyés." -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "Le salon des rapports a été défini." -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "Activer ou désactiver les rapports pour ce serveur." -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "Les rapports sont maintenant activés" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "Les rapports sont maintenant déactivés." -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "Vous avez pris trop de temps pour sélectionner. Réessayez plus tard." -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "Ce n’était pas un choix valide." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "Rapport de {author}{maybe_nick}" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "Rapport #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "Rapport de {author.mention} (Ticket #{number})" -#: redbot/cogs/reports/reports.py:208 +#: 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 "Envoyer un rapport.\\n\\n Utiliser sans arguments pour le rapport interactif, ou faire\\n `[p]report ` pour l'utiliser non-interactivement.\\n " -#: redbot/cogs/reports/reports.py:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "Sélectionnez un serveur pour faire un rapport par numéro." -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "Les rapports n'ont pas été activés pour ce serveur" -#: redbot/cogs/reports/reports.py:230 +#: 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 "Vous avez envoyé trop de rapports récemment. Veuillez contacter un administrateur du serveur si c'est une question importante, ou veuillez attendre et réessayer plus tard." -#: redbot/cogs/reports/reports.py:238 +#: redbot/cogs/reports/reports.py:271 msgid "Please finish making your prior report before trying to make an additional one!" msgstr "Veuillez finir de faire votre rapport antérieur avant d'essayer d'en faire un autre !" -#: redbot/cogs/reports/reports.py:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "Veuillez répondre à ce message avec votre rapport.\\nVotre rapport doit être un message unique" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "Cela nécessite l'activation des MP." -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "Vous avez pris trop de temps. Réessayez plus tard." -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "Il y a eu une erreur lors de l'envoi de votre rapport, veuillez contacter un administrateur du serveur." -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "Votre rapport a été soumis. (Ticket #{})" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "{closer} a fermé la correspondance" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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 "Ouvrir un tunnel de messagerie.\\n\\n Ce tunnel transmettra ce que vous dites dans ce salon\\n aux messages privés de l'ouvreur de tickets.\\n\\n Les tunnels ne persistent pas à travers lors des redémarrages du bot.\\n " -#: redbot/cogs/reports/reports.py:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "Ce ticket ne semble pas exister" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "Cet utilisateur n'est plus là." -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "Soit vous, soit l'utilisateur que vous essayez d'atteindre a déjà une communication ouverte." -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr " Tout ce que vous direz ou téléchargerez ici (limite de taille de fichier de 8 Mo pour les téléchargements) leur sera transmis jusqu'à ce que la communication soit fermée.\\nVous pouvez fermer une communication à tout moment en réagissant avec le ❎ au dernier message reçu.\\nTout message transmis avec succès sera marqué par ✅.\\nLes tunnels ne sont pas persistants lors des redémarrages du bot." -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}." msgstr "Un modérateur dans le serveur `{guild.name}` a ouvert une communication à 2 sens à propos du numéro de ticket {ticket_number}." -#: redbot/cogs/reports/reports.py:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "Cet utilisateur a ses MP désactivés." -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "Vous avez ouvert une communication à deux sens sur le numéro de ticket {ticket_number}." diff --git a/redbot/cogs/reports/locales/he-IL.po b/redbot/cogs/reports/locales/he-IL.po index 2b22a9169..832878934 100644 --- a/redbot/cogs/reports/locales/he-IL.po +++ b/redbot/cogs/reports/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/hu-HU.po b/redbot/cogs/reports/locales/hu-HU.po index 2fa533e43..94117dbb8 100644 --- a/redbot/cogs/reports/locales/hu-HU.po +++ b/redbot/cogs/reports/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/id-ID.po b/redbot/cogs/reports/locales/id-ID.po index 8aa2bdb30..cfda6c447 100644 --- a/redbot/cogs/reports/locales/id-ID.po +++ b/redbot/cogs/reports/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/it-IT.po b/redbot/cogs/reports/locales/it-IT.po index 14c726738..36cab71fd 100644 --- a/redbot/cogs/reports/locales/it-IT.po +++ b/redbot/cogs/reports/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ja-JP.po b/redbot/cogs/reports/locales/ja-JP.po index 042cb735c..bf7eebe7f 100644 --- a/redbot/cogs/reports/locales/ja-JP.po +++ b/redbot/cogs/reports/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ko-KR.po b/redbot/cogs/reports/locales/ko-KR.po index 585d2f27b..7254885a2 100644 --- a/redbot/cogs/reports/locales/ko-KR.po +++ b/redbot/cogs/reports/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/nl-NL.po b/redbot/cogs/reports/locales/nl-NL.po index 821191732..f8cce34ff 100644 --- a/redbot/cogs/reports/locales/nl-NL.po +++ b/redbot/cogs/reports/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "Rapportage is nu uitgeschakeld." -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "Dat was geen geldige keuze." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "Rapport #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "Je duurde te lang. Probeer het later opnieuw." -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/no-NO.po b/redbot/cogs/reports/locales/no-NO.po index 969077b14..2da0e6366 100644 --- a/redbot/cogs/reports/locales/no-NO.po +++ b/redbot/cogs/reports/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/pl-PL.po b/redbot/cogs/reports/locales/pl-PL.po index cb7ba6347..9918219bd 100644 --- a/redbot/cogs/reports/locales/pl-PL.po +++ b/redbot/cogs/reports/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/pt-BR.po b/redbot/cogs/reports/locales/pt-BR.po index 787b0b0ac..264b6c834 100644 --- a/redbot/cogs/reports/locales/pt-BR.po +++ b/redbot/cogs/reports/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/pt-PT.po b/redbot/cogs/reports/locales/pt-PT.po index a25d5159b..e6e55d7e5 100644 --- a/redbot/cogs/reports/locales/pt-PT.po +++ b/redbot/cogs/reports/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ro-RO.po b/redbot/cogs/reports/locales/ro-RO.po index 9327f9ecb..2bed1f778 100644 --- a/redbot/cogs/reports/locales/ro-RO.po +++ b/redbot/cogs/reports/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/ru-RU.po b/redbot/cogs/reports/locales/ru-RU.po index 8d7acf356..5535cec80 100644 --- a/redbot/cogs/reports/locales/ru-RU.po +++ b/redbot/cogs/reports/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "Управление отчетами." -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "Установить канал, на который будут отправляться отчеты." -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "Канал отчетов был установлен." -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "Включить или отключить отчеты для этого сервера." -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "Отчеты теперь включены" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "Отчеты теперь отключены." -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "Вы слишком долго выбирали. Попробуйте позже." -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "Это был неправильный выбор." -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "Отчет от {author}{maybe_nick}" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "Отчет #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "Отчет от {author.mention} (Тикет #{number})" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "Выбрать сервер, чтобы сделать отчет по номеру." -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "Отчеты не были включены для этого сервера" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "Это требует, чтобы личные сообщения были включены." -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "Слишком долго. Попробуйте позже." -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "При отправке вашего отчета произошла ошибка, обратитесь к администратору сервера." -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "Ваш отчет был отправлен. (Тикет #{})" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "{closer} закрыл переписку" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "Этот тикет, кажется, не существует" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "Этого пользователя здесь больше нет." -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "У вас или у пользователя, с которым вы пытаетесь связаться, уже есть открытое общение." -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}." msgstr "Модератор на сервере `{guild.name}` открыл двустороннее сообщение о номере тикета {ticket_number}." -#: redbot/cogs/reports/reports.py:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "У этого пользователя отключены личные сообщения." -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "Вы открыли двустороннее сообщение о номере тикета {ticket_number}." diff --git a/redbot/cogs/reports/locales/sk-SK.po b/redbot/cogs/reports/locales/sk-SK.po index bab8b500b..c81f00cd9 100644 --- a/redbot/cogs/reports/locales/sk-SK.po +++ b/redbot/cogs/reports/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/sr-SP.po b/redbot/cogs/reports/locales/sr-SP.po index 1a3e9c512..b5dcc0dd7 100644 --- a/redbot/cogs/reports/locales/sr-SP.po +++ b/redbot/cogs/reports/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/sv-SE.po b/redbot/cogs/reports/locales/sv-SE.po index 95b5b35e7..2604255e5 100644 --- a/redbot/cogs/reports/locales/sv-SE.po +++ b/redbot/cogs/reports/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/tr-TR.po b/redbot/cogs/reports/locales/tr-TR.po index b1fea8fb7..36c6fa755 100644 --- a/redbot/cogs/reports/locales/tr-TR.po +++ b/redbot/cogs/reports/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/uk-UA.po b/redbot/cogs/reports/locales/uk-UA.po index b4c456059..ebf657c7e 100644 --- a/redbot/cogs/reports/locales/uk-UA.po +++ b/redbot/cogs/reports/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/vi-VN.po b/redbot/cogs/reports/locales/vi-VN.po index 3dcc9b127..30f0730fd 100644 --- a/redbot/cogs/reports/locales/vi-VN.po +++ b/redbot/cogs/reports/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/zh-CN.po b/redbot/cogs/reports/locales/zh-CN.po index 4bbdab634..caf57e7fd 100644 --- a/redbot/cogs/reports/locales/zh-CN.po +++ b/redbot/cogs/reports/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/zh-HK.po b/redbot/cogs/reports/locales/zh-HK.po index 6e6bb2c46..5cfcd9d92 100644 --- a/redbot/cogs/reports/locales/zh-HK.po +++ b/redbot/cogs/reports/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "" -#: redbot/cogs/reports/reports.py:208 +#: 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:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr "" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 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:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "" diff --git a/redbot/cogs/reports/locales/zh-TW.po b/redbot/cogs/reports/locales/zh-TW.po index b5f08b13d..a9d70e880 100644 --- a/redbot/cogs/reports/locales/zh-TW.po +++ b/redbot/cogs/reports/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -20,136 +20,136 @@ msgstr "" 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:71 +#: redbot/cogs/reports/reports.py:104 #, docstring msgid "Manage Reports." msgstr "管理回報。" -#: redbot/cogs/reports/reports.py:77 +#: redbot/cogs/reports/reports.py:110 #, docstring msgid "Set the channel where reports will be sent." msgstr "設定回報將會送到哪個頻道。" -#: redbot/cogs/reports/reports.py:79 +#: redbot/cogs/reports/reports.py:112 msgid "The report channel has been set." msgstr "已設定回報頻道。" -#: redbot/cogs/reports/reports.py:84 +#: redbot/cogs/reports/reports.py:117 #, docstring msgid "Enable or Disable reporting for this server." msgstr "對此伺服器啟用或停用回報系統。" -#: redbot/cogs/reports/reports.py:89 +#: redbot/cogs/reports/reports.py:122 msgid "Reporting is now enabled" msgstr "回報系統已啟用" -#: redbot/cogs/reports/reports.py:91 +#: redbot/cogs/reports/reports.py:124 msgid "Reporting is now disabled." msgstr "回報系統已停用。" -#: redbot/cogs/reports/reports.py:150 +#: redbot/cogs/reports/reports.py:183 msgid "You took too long to select. Try again later." msgstr "您在選擇時使用太多時間。請稍後再試。" -#: redbot/cogs/reports/reports.py:157 +#: redbot/cogs/reports/reports.py:190 msgid "That wasn't a valid choice." msgstr "這並非有效的選擇。" -#: redbot/cogs/reports/reports.py:180 +#: redbot/cogs/reports/reports.py:213 msgid "Report from {author}{maybe_nick}" msgstr "由 {author}{maybe_nick} 提出的回報" -#: redbot/cogs/reports/reports.py:185 +#: redbot/cogs/reports/reports.py:218 msgid "Report #{}" msgstr "回報 #{}" -#: redbot/cogs/reports/reports.py:189 +#: redbot/cogs/reports/reports.py:222 msgid "Report from {author.mention} (Ticket #{number})" msgstr "由 {author.mention} 提出的回報 (回報 #{number})" -#: redbot/cogs/reports/reports.py:208 +#: 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 "送出回報。\\n\\n 若不帶參數時則啟用互動式回報,或使用\\n `[p]report <文字>` 來非互動式的回報。\\n " -#: redbot/cogs/reports/reports.py:217 +#: redbot/cogs/reports/reports.py:250 msgid "Select a server to make a report in by number." msgstr "" -#: redbot/cogs/reports/reports.py:223 +#: redbot/cogs/reports/reports.py:256 msgid "Reporting has not been enabled for this server" msgstr "" -#: redbot/cogs/reports/reports.py:230 +#: 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:238 +#: 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:253 +#: redbot/cogs/reports/reports.py:286 msgid "Please respond to this message with your Report.\\nYour report should be a single message" msgstr "請將回報內容回應於此訊息。\\n您的回報須為單一訊息" -#: redbot/cogs/reports/reports.py:259 +#: redbot/cogs/reports/reports.py:292 msgid "This requires DMs enabled." msgstr "" -#: redbot/cogs/reports/reports.py:268 +#: redbot/cogs/reports/reports.py:301 msgid "You took too long. Try again later." msgstr "" -#: redbot/cogs/reports/reports.py:275 +#: redbot/cogs/reports/reports.py:308 msgid "There was an error sending your report, please contact a server admin." msgstr "" -#: redbot/cogs/reports/reports.py:278 +#: redbot/cogs/reports/reports.py:311 msgid "Your report was submitted. (Ticket #{})" msgstr "您的回報已送出。 (回報 #{})" -#: redbot/cogs/reports/reports.py:312 +#: redbot/cogs/reports/reports.py:345 msgid "{closer} has closed the correspondence" msgstr "{closer} 已結束對話" -#: redbot/cogs/reports/reports.py:328 +#: redbot/cogs/reports/reports.py:361 msgid "Re: ticket# {ticket_number} in {guild.name}" msgstr "" -#: redbot/cogs/reports/reports.py:340 +#: redbot/cogs/reports/reports.py:373 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:351 +#: redbot/cogs/reports/reports.py:384 #, 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:365 +#: redbot/cogs/reports/reports.py:398 msgid "That ticket doesn't seem to exist" msgstr "" -#: redbot/cogs/reports/reports.py:368 +#: redbot/cogs/reports/reports.py:401 msgid "That user isn't here anymore." msgstr "" -#: redbot/cogs/reports/reports.py:374 +#: redbot/cogs/reports/reports.py:407 msgid "Either you or the user you are trying to reach already has an open communication." msgstr "" -#: redbot/cogs/reports/reports.py:380 +#: redbot/cogs/reports/reports.py:413 msgid " Anything you say or upload here (8MB file size limitation on uploads) will be forwarded to them until the communication is closed.\\nYou can close a communication at any point by reacting with the ❎ to the last message recieved.\\nAny message succesfully forwarded will be marked with ✅.\\nTunnels are not persistent across bot restarts." msgstr " 您所有在此的聊天訊息與上傳的檔案 (最大8MB) 將會轉送到另一方,直到對話結束。\\n您可以在任何時候點選最後一條訊息上的❎來結束對話。\\n任何成功轉送的訊息將會被標示✅。\\n此訊息通道在機器人重開機後會消失。" -#: redbot/cogs/reports/reports.py:391 +#: redbot/cogs/reports/reports.py:424 msgid "A moderator in the server `{guild.name}` has opened a 2-way communication about ticket number {ticket_number}." msgstr "`{guild.name}` 伺服器上的管理員已針對回報編號 {ticket_number} 開啟了雙向聊天通道。" -#: redbot/cogs/reports/reports.py:400 +#: redbot/cogs/reports/reports.py:433 msgid "That user has DMs disabled." msgstr "" -#: redbot/cogs/reports/reports.py:404 +#: redbot/cogs/reports/reports.py:437 msgid "You have opened a 2-way communication about ticket number {ticket_number}." msgstr "您已針對回報編號 {ticket_number} 開啟了雙向聊天通道。" diff --git a/redbot/cogs/streams/locales/af-ZA.po b/redbot/cogs/streams/locales/af-ZA.po index e7e89f1bb..254598ae8 100644 --- a/redbot/cogs/streams/locales/af-ZA.po +++ b/redbot/cogs/streams/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ar-SA.po b/redbot/cogs/streams/locales/ar-SA.po index 929429efc..b358ab54e 100644 --- a/redbot/cogs/streams/locales/ar-SA.po +++ b/redbot/cogs/streams/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/bg-BG.po b/redbot/cogs/streams/locales/bg-BG.po index 0d47d92f8..19f2a4b9f 100644 --- a/redbot/cogs/streams/locales/bg-BG.po +++ b/redbot/cogs/streams/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ca-ES.po b/redbot/cogs/streams/locales/ca-ES.po index d70f6fa2d..94f7c31fd 100644 --- a/redbot/cogs/streams/locales/ca-ES.po +++ b/redbot/cogs/streams/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/cs-CZ.po b/redbot/cogs/streams/locales/cs-CZ.po index a899417a0..bddb66169 100644 --- a/redbot/cogs/streams/locales/cs-CZ.po +++ b/redbot/cogs/streams/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Zkontroluje, jestli probíhá Twitch vysílání." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Zkontroluje, jestli probíhá Youtube vysílání." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Zkontroluje, jestli probíhá Hitbox vysílání." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Zkontroluje, jestli probíhá Picarto vysílání." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Tento uživatel je offline." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Zdá se, že tento kanál neexistuje." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Při pokusu o spojení s API streamovací službou nastala chyba." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Správa automatického upozornění na vysílání." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Spravovat oznámení Twitch streamu." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Zapnout upozornění v tomto kanálu pro Twitch stream." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "Zadejte název kanálu *Twitch*, ne název Discord serveru." -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Zapnout upozornění v tomto kanálu pro Youtube stream." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Zapnout upozornění v tomto kanálu pro Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "Zapnout upozornění v tomto kanálu pro Picarto stream." -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "Všechna upozornění na vysílání v tomto kanálu byla zakázána." -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "Seznam všech aktivních upozornění vysílání na tomto serveru." -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "Aktivní upozornění:\\n\\n" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "Nejsou žádné aktivní notifikace na tomto serveru." -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "Nastavit čas kontroly streamů." -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "Vysvětli, jak nastavit twitch token." -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "Vysvětli, jak nastavit YouTube token." -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "Spravovat nastavení vlastní zprávy pro upozornění na vysílání." -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "Spravovat nastavení zmínění pro upozornění na vysílání." -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "Zapnout `@​everyone` zmínku." -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "`@​everyone` již nebude zmíněn pro upozornění na vysílání." -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "Když někdo zapne stream, `@​everyone` bude zmíněno." -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "Zapnout `@​here` zmínku." -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "`@​here` již nebude zmíněn pro upozornění na vysílání." -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "Když někdo zapne stream, `@​here` bude zmíněno." -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "Zapnout zmínku role." -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "Zapnout mazání alertů, když streamy budou offline." -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "Oznámení již nebudou odstraňována." -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "Pošlu nyní oznámení do tohoto kanálu, až bude {stream.name} vysílat." -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "Nebudu již posílat oznámení o {stream.name} v tomto kanálu." -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "{mention}, {stream} právě vysílá!" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "{stream} vysílá!" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "Nepojmenované vysílání" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr " - Znovu spustit" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "Sledující" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "Celkové shlédnutí" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "Hraje: " -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Žádná" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "NSFW | " -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "{adult}Kategorie: {category} | Štítky: {tags}" diff --git a/redbot/cogs/streams/locales/da-DK.po b/redbot/cogs/streams/locales/da-DK.po index 0dece27f7..977bd4091 100644 --- a/redbot/cogs/streams/locales/da-DK.po +++ b/redbot/cogs/streams/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/de-DE.po b/redbot/cogs/streams/locales/de-DE.po index 19d5ce58f..50f091a7e 100644 --- a/redbot/cogs/streams/locales/de-DE.po +++ b/redbot/cogs/streams/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Prüfe ob ein Twitch Kanal Live ist." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Prüfe ob ein YouTube Kanal Live ist." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Prüfe ob ein Hitbox Kanal Live ist." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Prüfe ob ein Picarto Kanal Live ist." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Dieser Benutzer ist offline." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Dieser Kanal scheint nicht zu existieren." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Etwas lief schief bei dem Versuch die API des Streaming Dienstes zu kontaktieren." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Verwalte automatische Stream Alarme." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Verwalte Twitch Stream Benachrichtigungen." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Schalte die Alarme in diesem Kanal für Twitch Streams um." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "Bitte geben Sie den Namen eines *Twitch* Kanals ein, nicht den eines Discord-Kanals." -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Schalte die Alarme in diesem Kanal für YouTube Streams um." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Schalte die Alarme in diesem Kanal für Hitbox Streams um." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "Schalte die Alarme in diesem Kanal für Picarto Streams um." -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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 "Deaktiviere alle Stream-Alarme in diesem Kanal oder Server.\\n\\n `[p]streamalert stop` deaktiviert die Stream Alarme in diesem\\n Kanal.\\n\\n Nutze `[p]streamalert stop yes` um alle Stream Alarme auf diesem Server\\n zu stoppen.\\n " -#: redbot/cogs/streams/streams.py:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "Alle Stream Alarme auf diesem Server wurden deaktiviert." -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "Alle Stream Alarme in diesem Kanal wurden deaktiviert." -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "Listet alle aktiven Stream Alarme auf diesem Server auf." -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "Aktive Alarme:\\n\\n" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "Es sind keine aktiven Alarme auf diesem Server vorhanden." -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "Stelle ein wie oft nach neuen Streams geschaut werden soll." -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "Die minimale Wartezeit zwischen Aktualisierungen beträgt 60 Sekunden" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "Erklären Sie, wie Sie den Twitchtoken setzen." -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "Erklären Sie, wie Sie den YouTube-Token setzen." -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "Benutzerdefinierte Nachricht für Stream-Alarme verwalten." -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " 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\\n Benutze `{stream.name}` in der Nachricht um den Kanal oder den Benutzernamen einzufügen.\\n\\n Zum Beispiel: `[p]Streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n format@@9 " -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "Stream-Alarm-Nachricht gesetzt!" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "Stream-Warnmeldung festlegen, wenn Erwähnungen deaktiviert sind.\\n\\n Verwenden Sie `{stream.name}` in der Nachricht, um den Kanal oder den Benutzernamen einzufügen.\\n\\n Zum Beispiel: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "Stream-Warnmeldungen in diesem Server zurücksetzen." -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "Stream-Alarme in diesem Server werden nun die Standardwarnmeldung verwenden." -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "Verwalte Einstellungen für Erwähnungen bei Stream-Alarmen." -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "Schalte die `@everyone` Erwähnung um." -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "`@everyone` wird nicht mehr bei Stream-Alarmen erwähnt." -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "Wenn ein Stream live ist, wird`@everyone` erwähnt." -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "Schalte die `@here` Erwähnung um." -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "`@here` wird nicht mehr bei Stream-Alarmen erwähnt." -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "Wenn ein Stream live ist, wird`@here` erwähnt." -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "Schalte Rollen-Erwähnung um." -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "`@{role.name}` wird nicht mehr bei Stream-Alarmen erwähnt." -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "Wenn ein Stream oder eine Community live ist wird `@{role.name}` erwähnt." -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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 "Da diese Rolle nicht erwähnt werden kann wird sie vorübergehend bei einem Stream-Alarm erwähnbar gemacht. Bitte stelle sicher, dass ich die korrekten Berechtigungen habe diese Rolle zu verwalten, sonst werden Mitglieder diese Rolle keine Benachrichtigung erhalten." -#: redbot/cogs/streams/streams.py:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "Schalte die Löschung von Alarmen um wenn ein Stream offline geht." -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "Die Benachrichtigungen werden gelöscht sobald ein Stream offline geht." -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "Benachrichtigungen werden nicht mehr gelöscht." -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "Aktiviert oder deaktiviert das Ausschließen von erneuten Streams aus Warnungen." -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "Streams vom Typ \"Wiederholung\" werden in Warnungen eingeschlossen." -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "Streams vom Typ \"Erneut ausführen\" senden keine Warnung mehr." -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "Ich werde jetzt in diesem Kanal eine Benachrichtigungen senden, wenn {stream.name} live ist." -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "Ich werde in diesem Kanal keine Benachrichtigungen mehr über {stream.name} senden." -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "{mention}, {stream} ist live!" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "{stream} ist live!" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "Unbenannte Übertragung" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr " - Wiederholung" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "Followers" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "Alle Aufrufe" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "Gerade läuft: " -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Keine" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "NSFW | " -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "{adult}Kategorie: {category} | Tags: {tags}" diff --git a/redbot/cogs/streams/locales/el-GR.po b/redbot/cogs/streams/locales/el-GR.po index 9993483c7..5a25697a5 100644 --- a/redbot/cogs/streams/locales/el-GR.po +++ b/redbot/cogs/streams/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/es-ES.po b/redbot/cogs/streams/locales/es-ES.po index 6edb9dee5..274830086 100644 --- a/redbot/cogs/streams/locales/es-ES.po +++ b/redbot/cogs/streams/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/fi-FI.po b/redbot/cogs/streams/locales/fi-FI.po index 6d1c6c20e..9f1aa76fa 100644 --- a/redbot/cogs/streams/locales/fi-FI.po +++ b/redbot/cogs/streams/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/fr-FR.po b/redbot/cogs/streams/locales/fr-FR.po index 61767fdf6..cb979c046 100644 --- a/redbot/cogs/streams/locales/fr-FR.po +++ b/redbot/cogs/streams/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Vérifiez si une chaîne Twitch est en live." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Vérifiez si une chaîne YouTube est en live." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Vérifiez si une chaîne Hitbox est en live." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Vérifiez si une chaîne Picarto est en live." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Cet utilisateur est hors ligne." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Ce salon ne semble pas exister." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Une erreur s'est produite lors de la tentative de connexion a l'API du service de stream." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Gérer les alertes de stream." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Gérer les notifications de stream Twitch." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Activer les alertes dans ce salon pour un stream Twitch." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "Veuillez fournir le nom d'une chaîne *Twitch*, pas d'un salon Discord." -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Activer les alertes dans ce salon pour un stream YouTube." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Activer les alertes dans ce salon pour un stream Hitbox." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "Activer les alertes dans ce salon pour un stream Picarto." -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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 "Désactive toutes les alertes de stream sur ce salon ou ce serveur.\\n\\n `[p]streamalert stop'' désactivera les alertes pour ce salon.\\n\\n Utiliser `[p]streamalert stop yes` pour désactiver les alertes\\n pour ce serveur.\\n " -#: redbot/cogs/streams/streams.py:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "Toutes les alertes de stream de ce serveur ont été désactivées." -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "Toutes les alertes de stream dans ce salon ont été désactivées." -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "Liste toutes les alertes de streams actives dans ce serveur." -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "Alertes actives :\\n\\n" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "Il n'y a pas d'alertes actives dans ce serveur." -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "Définir le temps de rafraîchissement de la vérification des streams." -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "Vous ne pouvez pas régler le temps de rafraîchissement à moins de 60 secondes" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "Expliquer comment définir le token Twitch." -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "Expliquer comment définir le token YouTube." -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "Gérer le message personnalisé pour les alertes de streams." -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "Défini le message d'alerte lorsque les mentions sont activées.\\n\\n Utilisez `{mention}` dans le message pour insérer les mentions sélectionnées.\\n\\n Utilisez `{stream.name}` dans le message pour insérer le nom de la chaine ou le nom d'utilisateur.\\n\\n Par exemple : `[p]streamset message mention \\\"{mention}, {stream.name} est en live !\\\"`\\n " -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "Message d'alerte de stream défini !" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "Définir le message d'alerte de stream lorsque les mentions sont désactivées.\\n\\n Utilisez `{stream.name}` dans le message pour insérer le salon ou le nom d'utilisateur.\\n\\n Par exemple : `[p]streamset message nomention \\\"{stream.name} est en ligne !\\\"`\\n " -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "Réinitialiser les messages d'alerte de streams sur ce serveur." -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "Les alertes de stream de ce serveur utiliseront maintenant le message d'alerte par défaut." -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "Gérer les paramètres de mention pour les alertes de streams." -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "Activer la mention `@'everyone`." -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "`@'everyone` ne sera plus mentionné pour les alertes de streams." -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "Quand un stream est en direct, `@​everyone` sera mentionné." -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "Utiliser la mention `@here`." -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "`@here` ne sera plus mentionné pour les alertes de streams." -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "Quand un stream est en direct, `@​here` sera mentionné." -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "Activer une mention de rôle." -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "`@{role.name}` ne sera plus mentionné pour les alertes de streams." -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "Quand un stream ou une communauté est en direct, `@{role.name}` sera mentionné." -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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 "Puisque le rôle n'est pas mentionnable, il le sera momentanément lors de l'annonce d'un stream. Veuillez vous assurer que j'ai les bonnes permissions pour gérer ce rôle, sinon les membres de ce rôle ne recevront pas de notification." -#: redbot/cogs/streams/streams.py:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "Activer la suppression de l'alerte lorsque les streams sont hors ligne." -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "Les notifications seront supprimées une fois que les streams seront hors ligne." -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "Les notifications ne seront plus supprimées." -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "Activer/désactiver l'exclusion des reruns de streams des alertes." -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "Les streams de type 'reerun' seront inclus dans les alertes." -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "Les flux de type 'rerun' n'enverront plus d'alerte." -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "Je vais maintenant envoyer une notification dans ce salon lorsque {stream.name} sera en live." -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "Je n'enverrai plus de notifications à propos de {stream.name} dans ce salon." -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "{mention}, {stream} est en live !" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "{stream} est en live !" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "Diffusion sans titre" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr " - Rerun" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "Abonnés" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "Vues totales" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "Joue à : " -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Aucun" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "NSFW | " -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "{adult}Catégorie : {category} | Tags : {tags}" diff --git a/redbot/cogs/streams/locales/he-IL.po b/redbot/cogs/streams/locales/he-IL.po index 4f0f8ec45..1ab1f91b2 100644 --- a/redbot/cogs/streams/locales/he-IL.po +++ b/redbot/cogs/streams/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/hu-HU.po b/redbot/cogs/streams/locales/hu-HU.po index 20c34446d..cda325601 100644 --- a/redbot/cogs/streams/locales/hu-HU.po +++ b/redbot/cogs/streams/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/id-ID.po b/redbot/cogs/streams/locales/id-ID.po index b78940b7e..07ac57699 100644 --- a/redbot/cogs/streams/locales/id-ID.po +++ b/redbot/cogs/streams/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/it-IT.po b/redbot/cogs/streams/locales/it-IT.po index f4ba57263..e506e0ac4 100644 --- a/redbot/cogs/streams/locales/it-IT.po +++ b/redbot/cogs/streams/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ja-JP.po b/redbot/cogs/streams/locales/ja-JP.po index d9e0b13e5..1d5bfe9bb 100644 --- a/redbot/cogs/streams/locales/ja-JP.po +++ b/redbot/cogs/streams/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ko-KR.po b/redbot/cogs/streams/locales/ko-KR.po index 9d738d432..b3d58782e 100644 --- a/redbot/cogs/streams/locales/ko-KR.po +++ b/redbot/cogs/streams/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/nl-NL.po b/redbot/cogs/streams/locales/nl-NL.po index dd31fedac..a4720d89f 100644 --- a/redbot/cogs/streams/locales/nl-NL.po +++ b/redbot/cogs/streams/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Geen" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/no-NO.po b/redbot/cogs/streams/locales/no-NO.po index 8b63225b5..7f04d2b6b 100644 --- a/redbot/cogs/streams/locales/no-NO.po +++ b/redbot/cogs/streams/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/pl-PL.po b/redbot/cogs/streams/locales/pl-PL.po index 834b5e55e..646dabe33 100644 --- a/redbot/cogs/streams/locales/pl-PL.po +++ b/redbot/cogs/streams/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Brak" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/pt-BR.po b/redbot/cogs/streams/locales/pt-BR.po index b9f4bf30a..aedd4df06 100644 --- a/redbot/cogs/streams/locales/pt-BR.po +++ b/redbot/cogs/streams/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/pt-PT.po b/redbot/cogs/streams/locales/pt-PT.po index dc9b20000..4c8612c26 100644 --- a/redbot/cogs/streams/locales/pt-PT.po +++ b/redbot/cogs/streams/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ro-RO.po b/redbot/cogs/streams/locales/ro-RO.po index 543643324..758a58276 100644 --- a/redbot/cogs/streams/locales/ro-RO.po +++ b/redbot/cogs/streams/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/ru-RU.po b/redbot/cogs/streams/locales/ru-RU.po index b87d2eab0..dc571bdc2 100644 --- a/redbot/cogs/streams/locales/ru-RU.po +++ b/redbot/cogs/streams/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Статус канала Twitch." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Статус канала YouTube." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Статус канала Hitbox." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Статус канала Picarto." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Этот пользователь не в сети." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Этот канал, кажется, не существует." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Что-то пошло не так при попытке связаться с API потокового сервиса." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Управление автоматическими оповещениями транслляций." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Управление Twitch уведомлениями." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Переключить оповещения в этом канале для трансляции Twitch." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Переключить оповещения на этом канале для трансляции YouTube." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Переключить оповещения на этом канале для трансляции Hitbox." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "Переключить оповещения на этом канале для трансляции Picarto." -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "Все оповещения о трансляциях на этом сервере были отключены." -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "Все оповещения о трансляциях в этом канале отключены." -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "Список всех активных оповещений о трансляциях на этом сервере." -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "На этом сервере нет активных оповещений." -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "Управление пользовательскими сообщениями оповещений о трансляциях." -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "Управление настройками упоминаний для оповещений о трансляциях." -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "Переключить упоминание `@​everyone`." -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "Упоминание `@​everyone` больше не будет использоваться в оповещениях." -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "Переключить упоминание `@​here`." -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "Упоминание `@​here` больше не будет использоваться в оповещениях." -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "Переключить упоминание роли." -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "Упоминание `@​{role.name}` больше не будет использоваться в оповещениях." -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "Когда будет транслироваться поток или сообщество, будет использоваться `@​{role.name}`." -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "Переключить удаление оповещений при окончании трансляции." -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "Уведомления будут удалены при окончании трансляции." -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "Уведомления больше не будут удаляться." -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "Теперь я отправлю уведомление на этом канале, когда {stream.name} будет активен." -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "Я больше не буду отправлять уведомления о {stream.name} на этом канале." -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "Воспроизводится: " -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "Нет" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/sk-SK.po b/redbot/cogs/streams/locales/sk-SK.po index 196aa340a..9b4b56eed 100644 --- a/redbot/cogs/streams/locales/sk-SK.po +++ b/redbot/cogs/streams/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/sr-SP.po b/redbot/cogs/streams/locales/sr-SP.po index fa346b26e..b47109d0c 100644 --- a/redbot/cogs/streams/locales/sr-SP.po +++ b/redbot/cogs/streams/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/sv-SE.po b/redbot/cogs/streams/locales/sv-SE.po index 35ae6e3af..fdc499ec8 100644 --- a/redbot/cogs/streams/locales/sv-SE.po +++ b/redbot/cogs/streams/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Kontrollera om en Twitch-kanal är live." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Kontrollera om en YouTube-kanal är live." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Kontrollera om en Hitbox-kanal är live." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Kontrollera om en Picarto kanal är live." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Användaren är offline." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Den här kanalen existerar inte." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Något gick fel när du försökte kontakta streaming-tjänstens API." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Hantera automatiska stream-notifikationer." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Hantera Twitch stream notifikationer." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Växla varningar i den här kanalen för en Twitch-ström." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "Ange namnet på en *Twitch*-kanal, inte en Discord-kanal." -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Växla varningar i den här kanalen för en Youtube-ström." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Växla varningar i denna kanal för en Hitbox-ström." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "Växla varningar i denna kanal för en Picarto ström." -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "Alla ström notifikationer i den här servern har inaktiverats." -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "Alla ström-notifikationer i denna kanal har inaktiverats." -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "Lista alla aktiva ström-notififikationer på denna server." -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "Aktiva notifikationer:\\n\\n" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "Det finns inga aktiva notifikationer på denna server." -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "Ställ in uppdateringstid för strömmnings-notifikationer." -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "Du kan inte ställa in uppdateringstimern till mindre än 60 sekunder" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "Förklara hur man ställer in twitch token." -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "Förklara hur man ställer in YouTube token." -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "Hantera anpassade meddelanden för strömmnings-notifikationer." -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "Meddelande för strömavisering!" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/tr-TR.po b/redbot/cogs/streams/locales/tr-TR.po index 6143265a9..2d9e442bc 100644 --- a/redbot/cogs/streams/locales/tr-TR.po +++ b/redbot/cogs/streams/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "Bir Twitch kanalı açık mı değil mi kontrol edin." -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "Bir YouTube kanalı açık mı değil mi kontrol edin." -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." -msgstr "Bir Hitbox kanalı açık mı değil mi kontrol edin." +msgid "Check if a smashcast channel is live." +msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "Bir Picarto kanalı açık mı değil mi kontrol edin." -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "Bu kullanıcı çevrimdışı." -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "Böyle bir kanal var gibi gözükmüyor." -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "Yayın API'sine bağlanmaya çalışırken bir şeyler ters gitti." -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "Otomatik yayın bilgilendirmelerini ayarların." -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "Twitch bildirilimlerini ayarların." -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "Bu kanal için Twitch bildirimlerini ayarlayın." -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "Lütfen bir Twitch kanalı ismi girin, Discord kanal ismi değil." -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "Bu kanala YouTube yayın bildirimlerini ayarlayın." -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." -msgstr "Bu kanala Hitbox yayın bildirimlerini ayarlayın." +msgid "Toggle alerts in this channel for a Smashcast stream." +msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "Oynatılıyor" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "None" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/uk-UA.po b/redbot/cogs/streams/locales/uk-UA.po index bd0f57066..f3ef3cb55 100644 --- a/redbot/cogs/streams/locales/uk-UA.po +++ b/redbot/cogs/streams/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/vi-VN.po b/redbot/cogs/streams/locales/vi-VN.po index f7dd4a105..fced10d7e 100644 --- a/redbot/cogs/streams/locales/vi-VN.po +++ b/redbot/cogs/streams/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/zh-CN.po b/redbot/cogs/streams/locales/zh-CN.po index c4bdf2959..2e05f0674 100644 --- a/redbot/cogs/streams/locales/zh-CN.po +++ b/redbot/cogs/streams/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/zh-HK.po b/redbot/cogs/streams/locales/zh-HK.po index fe4d7ec14..c3d9f4f16 100644 --- a/redbot/cogs/streams/locales/zh-HK.po +++ b/redbot/cogs/streams/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "" -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/streams/locales/zh-TW.po b/redbot/cogs/streams/locales/zh-TW.po index a16d0a0ba..5b8f82206 100644 --- a/redbot/cogs/streams/locales/zh-TW.po +++ b/redbot/cogs/streams/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -20,305 +20,305 @@ msgstr "" 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:136 +#: redbot/cogs/streams/streams.py:140 msgid "You need a client secret key if you want to use the Twitch API on this cog.\\nFollow these steps:\\n1. Go to this page: https://dev.twitch.tv/console/apps.\\n2. Click \\\"Manage\\\" on your application.\\n3. Click on \\\"New secret\\\".\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: 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:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:149 redbot/cogs/streams/streams.py:457 +#: redbot/cogs/streams/streams.py:153 redbot/cogs/streams/streams.py:461 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:202 +#: redbot/cogs/streams/streams.py:206 #, docstring msgid "Check if a Twitch channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:213 +#: redbot/cogs/streams/streams.py:217 #, docstring msgid "Check if a YouTube channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:226 +#: redbot/cogs/streams/streams.py:230 #, docstring -msgid "Check if a Hitbox channel is live." +msgid "Check if a smashcast channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:232 +#: redbot/cogs/streams/streams.py:236 #, docstring msgid "Check if a Picarto channel is live." msgstr "" -#: redbot/cogs/streams/streams.py:244 redbot/cogs/streams/streams.py:268 +#: redbot/cogs/streams/streams.py:248 redbot/cogs/streams/streams.py:272 msgid "That user is offline." msgstr "" -#: redbot/cogs/streams/streams.py:246 redbot/cogs/streams/streams.py:416 +#: redbot/cogs/streams/streams.py:250 redbot/cogs/streams/streams.py:420 msgid "That channel doesn't seem to exist." msgstr "" -#: redbot/cogs/streams/streams.py:249 redbot/cogs/streams/streams.py:396 +#: redbot/cogs/streams/streams.py:253 redbot/cogs/streams/streams.py:400 msgid "The Twitch token is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:255 redbot/cogs/streams/streams.py:403 +#: redbot/cogs/streams/streams.py:259 redbot/cogs/streams/streams.py:407 msgid "The YouTube API key is either invalid or has not been set. See {command}." msgstr "" -#: redbot/cogs/streams/streams.py:261 redbot/cogs/streams/streams.py:411 +#: redbot/cogs/streams/streams.py:265 redbot/cogs/streams/streams.py:415 msgid "Something went wrong whilst trying to contact the stream service's API." msgstr "" -#: redbot/cogs/streams/streams.py:278 +#: redbot/cogs/streams/streams.py:282 #, docstring msgid "Manage automated stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:283 +#: redbot/cogs/streams/streams.py:287 #, docstring msgid "Manage Twitch stream notifications." msgstr "" -#: redbot/cogs/streams/streams.py:291 +#: redbot/cogs/streams/streams.py:295 #, docstring msgid "Toggle alerts in this channel for a Twitch stream." msgstr "" -#: redbot/cogs/streams/streams.py:294 +#: redbot/cogs/streams/streams.py:298 msgid "Please supply the name of a *Twitch* channel, not a Discord channel." msgstr "" -#: redbot/cogs/streams/streams.py:301 +#: redbot/cogs/streams/streams.py:305 #, docstring msgid "Toggle alerts in this channel for a YouTube stream." msgstr "" -#: redbot/cogs/streams/streams.py:306 +#: redbot/cogs/streams/streams.py:310 #, docstring -msgid "Toggle alerts in this channel for a Hitbox stream." +msgid "Toggle alerts in this channel for a Smashcast stream." msgstr "" -#: redbot/cogs/streams/streams.py:311 +#: redbot/cogs/streams/streams.py:315 #, docstring msgid "Toggle alerts in this channel for a Picarto stream." msgstr "" -#: redbot/cogs/streams/streams.py:316 +#: redbot/cogs/streams/streams.py:320 #, 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:346 +#: redbot/cogs/streams/streams.py:350 msgid "All the stream alerts in this server have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:348 +#: redbot/cogs/streams/streams.py:352 msgid "All the stream alerts in this channel have been disabled." msgstr "" -#: redbot/cogs/streams/streams.py:354 +#: redbot/cogs/streams/streams.py:358 #, docstring msgid "List all active stream alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:357 +#: redbot/cogs/streams/streams.py:361 msgid "Active alerts:\\n\\n" msgstr "" -#: redbot/cogs/streams/streams.py:365 +#: redbot/cogs/streams/streams.py:369 msgid "There are no active alerts in this server." msgstr "" -#: redbot/cogs/streams/streams.py:424 +#: redbot/cogs/streams/streams.py:428 #, docstring msgid "Manage stream alert settings." msgstr "" -#: redbot/cogs/streams/streams.py:430 +#: redbot/cogs/streams/streams.py:434 #, docstring msgid "Set stream check refresh time." msgstr "" -#: redbot/cogs/streams/streams.py:432 +#: redbot/cogs/streams/streams.py:436 msgid "You cannot set the refresh timer to less than 60 seconds" msgstr "" -#: redbot/cogs/streams/streams.py:442 +#: redbot/cogs/streams/streams.py:446 #, docstring msgid "Explain how to set the twitch token." msgstr "" -#: redbot/cogs/streams/streams.py:443 +#: redbot/cogs/streams/streams.py:447 msgid "To set the twitch API tokens, follow these steps:\\n1. Go to this page: https://dev.twitch.tv/dashboard/apps.\\n2. Click *Register Your Application*.\\n3. Enter a name, set the OAuth Redirect URI to `http://localhost`, and select an Application Category of your choosing.\\n4. Click *Register*.\\n5. Copy your client ID and your client secret into:\\n{command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:466 +#: redbot/cogs/streams/streams.py:470 #, docstring msgid "Explain how to set the YouTube token." msgstr "" -#: redbot/cogs/streams/streams.py:468 +#: redbot/cogs/streams/streams.py:472 msgid "To get one, do the following:\\n1. Create a project\\n(see https://support.google.com/googleapi/answer/6251787 for details)\\n2. Enable the YouTube Data API v3 \\n(see https://support.google.com/googleapi/answer/6158841 for instructions)\\n3. Set up your API key \\n(see https://support.google.com/googleapi/answer/6158862 for instructions)\\n4. Copy your API key and run the command {command}\\n\\nNote: These tokens are sensitive and should only be used in a private channel\\nor in DM with the bot.\\n" msgstr "" -#: redbot/cogs/streams/streams.py:482 +#: redbot/cogs/streams/streams.py:486 msgid "" msgstr "" -#: redbot/cogs/streams/streams.py:491 +#: redbot/cogs/streams/streams.py:495 #, docstring msgid "Manage custom message for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:497 +#: redbot/cogs/streams/streams.py:501 #, docstring msgid "Set stream alert message when mentions are enabled.\\n\\n Use `{mention}` in the message to insert the selected mentions.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message mention \\\"{mention}, {stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:508 redbot/cogs/streams/streams.py:524 +#: redbot/cogs/streams/streams.py:512 redbot/cogs/streams/streams.py:528 msgid "Stream alert message set!" msgstr "" -#: redbot/cogs/streams/streams.py:515 +#: redbot/cogs/streams/streams.py:519 #, docstring msgid "Set stream alert message when mentions are disabled.\\n\\n Use `{stream.name}` in the message to insert the channel or user name.\\n\\n For example: `[p]streamset message nomention \\\"{stream.name} is live!\\\"`\\n " msgstr "" -#: redbot/cogs/streams/streams.py:531 +#: redbot/cogs/streams/streams.py:535 #, docstring msgid "Reset the stream alert messages in this server." msgstr "" -#: redbot/cogs/streams/streams.py:535 +#: redbot/cogs/streams/streams.py:539 msgid "Stream alerts in this server will now use the default alert message." msgstr "" -#: redbot/cogs/streams/streams.py:540 +#: redbot/cogs/streams/streams.py:544 #, docstring msgid "Manage mention settings for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:546 +#: redbot/cogs/streams/streams.py:550 #, docstring msgid "Toggle the `@​everyone` mention." msgstr "" -#: redbot/cogs/streams/streams.py:551 +#: redbot/cogs/streams/streams.py:555 msgid "`@​everyone` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:554 +#: redbot/cogs/streams/streams.py:558 msgid "When a stream is live, `@​everyone` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:559 +#: redbot/cogs/streams/streams.py:563 #, docstring msgid "Toggle the `@​here` mention." msgstr "" -#: redbot/cogs/streams/streams.py:564 +#: redbot/cogs/streams/streams.py:568 msgid "`@​here` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:567 +#: redbot/cogs/streams/streams.py:571 msgid "When a stream is live, `@​here` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:572 +#: redbot/cogs/streams/streams.py:576 #, docstring msgid "Toggle a role mention." msgstr "" -#: redbot/cogs/streams/streams.py:577 +#: redbot/cogs/streams/streams.py:581 msgid "`@​{role.name}` will no longer be mentioned for stream alerts." msgstr "" -#: redbot/cogs/streams/streams.py:583 +#: redbot/cogs/streams/streams.py:587 msgid "When a stream or community is live, `@​{role.name}` will be mentioned." msgstr "" -#: redbot/cogs/streams/streams.py:587 +#: redbot/cogs/streams/streams.py:591 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:598 +#: redbot/cogs/streams/streams.py:602 #, docstring msgid "Toggle alert deletion for when streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:601 +#: redbot/cogs/streams/streams.py:605 msgid "The notifications will be deleted once streams go offline." msgstr "" -#: redbot/cogs/streams/streams.py:603 +#: redbot/cogs/streams/streams.py:607 msgid "Notifications will no longer be deleted." msgstr "" -#: redbot/cogs/streams/streams.py:608 +#: redbot/cogs/streams/streams.py:612 #, docstring msgid "Toggle excluding rerun streams from alerts." msgstr "" -#: redbot/cogs/streams/streams.py:613 +#: redbot/cogs/streams/streams.py:617 msgid "Streams of type 'rerun' will be included in alerts." msgstr "" -#: redbot/cogs/streams/streams.py:616 +#: redbot/cogs/streams/streams.py:620 msgid "Streams of type 'rerun' will no longer send an alert." msgstr "" -#: redbot/cogs/streams/streams.py:624 +#: redbot/cogs/streams/streams.py:628 msgid "I'll now send a notification in this channel when {stream.name} is live." msgstr "" -#: redbot/cogs/streams/streams.py:633 +#: redbot/cogs/streams/streams.py:637 msgid "I won't send notifications about {stream.name} in this channel anymore." msgstr "" -#: redbot/cogs/streams/streams.py:721 +#: redbot/cogs/streams/streams.py:725 msgid "{mention}, {stream} is live!" msgstr "" -#: redbot/cogs/streams/streams.py:734 +#: redbot/cogs/streams/streams.py:738 msgid "{stream} is live!" msgstr "" -#: redbot/cogs/streams/streamtypes.py:305 +#: redbot/cogs/streams/streamtypes.py:311 msgid "Untitled broadcast" msgstr "" -#: redbot/cogs/streams/streamtypes.py:307 +#: redbot/cogs/streams/streamtypes.py:313 msgid " - Rerun" msgstr "" -#: redbot/cogs/streams/streamtypes.py:310 -#: redbot/cogs/streams/streamtypes.py:353 -#: redbot/cogs/streams/streamtypes.py:394 +#: redbot/cogs/streams/streamtypes.py:316 +#: redbot/cogs/streams/streamtypes.py:359 +#: redbot/cogs/streams/streamtypes.py:400 msgid "Followers" msgstr "" -#: redbot/cogs/streams/streamtypes.py:311 -#: redbot/cogs/streams/streamtypes.py:395 +#: redbot/cogs/streams/streamtypes.py:317 +#: redbot/cogs/streams/streamtypes.py:401 msgid "Total views" msgstr "" -#: redbot/cogs/streams/streamtypes.py:316 -#: redbot/cogs/streams/streamtypes.py:357 +#: redbot/cogs/streams/streamtypes.py:322 +#: redbot/cogs/streams/streamtypes.py:363 msgid "Playing: " msgstr "正在播放: " -#: redbot/cogs/streams/streamtypes.py:400 +#: redbot/cogs/streams/streamtypes.py:406 msgid "None" msgstr "無" -#: redbot/cogs/streams/streamtypes.py:403 +#: redbot/cogs/streams/streamtypes.py:409 msgid "NSFW | " msgstr "" -#: redbot/cogs/streams/streamtypes.py:407 +#: redbot/cogs/streams/streamtypes.py:413 msgid "{adult}Category: {category} | Tags: {tags}" msgstr "" diff --git a/redbot/cogs/trivia/locales/af-ZA.po b/redbot/cogs/trivia/locales/af-ZA.po index f2eddf57e..75164ef31 100644 --- a/redbot/cogs/trivia/locales/af-ZA.po +++ b/redbot/cogs/trivia/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: af_ZA\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ar-SA.po b/redbot/cogs/trivia/locales/ar-SA.po index 15659a40e..2791909e2 100644 --- a/redbot/cogs/trivia/locales/ar-SA.po +++ b/redbot/cogs/trivia/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ar_SA\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/bg-BG.po b/redbot/cogs/trivia/locales/bg-BG.po index 608b1844d..94b6fc2c4 100644 --- a/redbot/cogs/trivia/locales/bg-BG.po +++ b/redbot/cogs/trivia/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: bg_BG\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ca-ES.po b/redbot/cogs/trivia/locales/ca-ES.po index 46aed1b34..d15a9f586 100644 --- a/redbot/cogs/trivia/locales/ca-ES.po +++ b/redbot/cogs/trivia/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ca_ES\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/cs-CZ.po b/redbot/cogs/trivia/locales/cs-CZ.po index 9b7def2e3..c9f610a62 100644 --- a/redbot/cogs/trivia/locales/cs-CZ.po +++ b/redbot/cogs/trivia/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: cs_CZ\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "Násobitel musí být alespoň 0." -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "V záznamu nejsou žádné skóre!" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Rank" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Člen" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Výhry" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Odehrané hry" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Celkové skóre" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Průměrné skóre" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/da-DK.po b/redbot/cogs/trivia/locales/da-DK.po index c6f63e391..0b3296b72 100644 --- a/redbot/cogs/trivia/locales/da-DK.po +++ b/redbot/cogs/trivia/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: da_DK\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/de-DE.po b/redbot/cogs/trivia/locales/de-DE.po index 613bbe16a..5a6840175 100644 --- a/redbot/cogs/trivia/locales/de-DE.po +++ b/redbot/cogs/trivia/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: de_DE\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "In diesem Kanal läuft gerade keine Trivia Runde." @@ -91,279 +91,279 @@ msgstr "Du hast es raus, {user}! **+1** für dich!" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "Glückwunsch, {user}. Du erhältst {num} {currency} weil du Erster gewesen bist." -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "Spiele Trivia mit Freunden!" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "Verwalte Trivia Einstellungen." -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "Zeige die aktuellen Trivia-Einstellungen." -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "Aktuelle Einstellungen\\nBot erhält Punkte: {bot_plays}\\nAntwortzeit-Limit: {delay} Sekunden\\nMangel an Reaktionszeit: {timeout} Sekunden\\nPunkte zu gewinnen: {max_score}\\nAntwort auf Zeitüberschreitung: {reveal_answer}\\nAuszahlungsverfolgung: {payout_multiplier}\\nListen erlauben, Einstellungen zu überschreiben: {allow_override}" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "Die Gesamtpunktzahl für den Sieg festlegen." -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "Punkte müssen höher als 0 sein." -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "Erledigt. Punkte für den Sieg auf {num} gesetzt." -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "Maximal erlaubte Sekunden zum Beantworten einer Frage festlegen." -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "Muss mindestens 4 Sekunden betragen." -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "Erledigt. Maximale Sekunden zum Beantworten auf {num} gesetzt." -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "Festlegen wann Trivia beendet wird wenn keine Teilnahme besteht." -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "Muss größer sein als das Zeitlimit für Antworten." -#: redbot/cogs/trivia/trivia.py:114 +#: redbot/cogs/trivia/trivia.py:130 msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." msgstr "Erledigt. Trivia Runden ohne Teilnahme werden nun nach {num} Sekunden abgeschaltet." -#: redbot/cogs/trivia/trivia.py:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "Erlaubt/verbietet Trivia Listen Einstellungen zu überschreiben." -#: redbot/cogs/trivia/trivia.py:126 +#: redbot/cogs/trivia/trivia.py:142 msgid "Done. Trivia lists can now override the trivia settings for this server." msgstr "Erledigt. Trivia Listen können nun die Trivia Einstellungen auf diesem Server überschreiben." -#: redbot/cogs/trivia/trivia.py:130 +#: redbot/cogs/trivia/trivia.py:146 msgid "Done. Trivia lists can no longer override the trivia settings for this server." msgstr "Erledigt. Trivia Listen können nicht mehr die Trivia Einstellungen auf diesem Server überschreiben." -#: redbot/cogs/trivia/trivia.py:138 +#: 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 "Legt fest ob der Bot Punkte erhält oder nicht.\\n\\n Bei Aktivierung erhält der Bot Punkte, wenn keiner die richtige Antwort gibt.\\n " -#: redbot/cogs/trivia/trivia.py:145 +#: redbot/cogs/trivia/trivia.py:161 msgid "Done. I'll now gain a point if users don't answer in time." msgstr "Erledigt. Ich erhalte jetzt einen Punkt wenn Benutzer nicht rechtzeitig antworten." -#: redbot/cogs/trivia/trivia.py:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "Na gut, ich werde euch nicht länger bei Trivia vorführen." -#: redbot/cogs/trivia/trivia.py:151 +#: 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 "Legt fest ob die Antwort verraten wird.\\n\\n Bei Aktivierung wird der Bot die Antwort verraten wenn keiner\\n rechtzeitig die richtige Antwort gegeben hat.\\n " -#: redbot/cogs/trivia/trivia.py:159 +#: redbot/cogs/trivia/trivia.py:175 msgid "Done. I'll reveal the answer if no one knows it." msgstr "Erledigt. Ich werde die Antwort verraten wenn sie keiner wusste." -#: redbot/cogs/trivia/trivia.py:161 +#: redbot/cogs/trivia/trivia.py:177 msgid "Alright, I won't reveal the answer to the questions anymore." msgstr "Alles klar. Ich werde die Antworten nicht mehr verraten." -#: redbot/cogs/trivia/trivia.py:167 +#: 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 "Legt den Gewinn Multiplikator fest.\\n\\n Dies kann eine beliebige positive Dezimalzahl sein. Wenn ein Benutzer bei\\n mindestens drei Teilnehmern gewinnt, erhält er Credits. Zum Deaktivieren\\n auf 0 stellen.\\n\\n Die Höhe der Credits ergibt sich aus der Gesamtpunktzahl multipliziert\\n mit diesem Multiplikator.\\n " -#: redbot/cogs/trivia/trivia.py:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "Multiplikator muss mindestens 0 sein." -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "Erledigt. Gewinn Multiplikator steht jetzt auf {num}." -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "Erledigt. Ich werde dem Gewinner keinen Gewinn mehr auszahlen." -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "Verwalte Benutzerdefinierte Trivia-Listen." -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "Liste aller benutzerdefinierten Trivias." -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "Keine benutzerdefinierten Trivia-Listen wurden hochgeladen." -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "Hochgeladene Trivia-Listen" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "Lade eine Trivia-Liste hoch." -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "Sende mit der nächsten Nachricht eine Datei oder gib zum Abbrechen einen Text ein." -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "Du hast zu lange gebraucht, um eine Liste hochzuladen." -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "Du hast den Uploadprozess abgebrochen." -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "Ungültiger Syntax: " -#: redbot/cogs/trivia/trivia.py:251 +#: redbot/cogs/trivia/trivia.py:267 msgid "There was an error parsing the trivia list. See logs for more info." msgstr "Beim Parsen der Trivia-Liste ist ein Fehler aufgetreten. Weitere Informationen findest du in den Systemlogs." -#: redbot/cogs/trivia/trivia.py:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "Lösche eine Trivia-Liste." -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "Trivia-Liste {filename} wurde gelöscht." -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "Trivia-Liste nicht gefunden." -#: redbot/cogs/trivia/trivia.py:269 +#: 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 "Startet eine Trivia Runde der angegebenen Kategorie\\n\\n Du kannst mehrere Kategorien wählen, wodurch Trivia die Fragen\\n aus diesen Kategorien vermischt.\\n " -#: redbot/cogs/trivia/trivia.py:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "In diesem Kanal läuft bereits eine Trivia Runde." -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "Ungültige Kategorie `{name}`. Siehe `{prefix}trivia list` für eine Liste der Trivia Kategorien." -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "Beim Analysieren der Trivia Liste für die `{name}` Kategorie trat ein Fehler auf. Möglicherweise wurde sie falsch formatiert." -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "Die Trivia Liste wurde erfolgreich analysiert, sie scheint jedoch leer zu sein!" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "Stoppt eine laufende Trivia Runde." -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "Trivia gestoppt." -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "Liste verfügbarer Trivia Kategorien." -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "Verfügbare Trivia Listen" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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 "Trivia Bestenliste.\\n\\n Standardmäßig die Top 10 dieses Servers, sortiert nach Gesamtsiegen.\\n Verwende untergeordnete Befehle für eine angepasste Bestenliste.\\n " -#: redbot/cogs/trivia/trivia.py:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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 "Trivia Bestenliste für diesen Server.\\n\\n `` kann eine dieser Angaben sein:\\n - `wins` : Gesamtsiege\\n - `avg` : Durchschnittliche Punktzahl\\n - `total` : gesamte korrekte Antworten aller Runden\\n - `games` : Insgesamt gespielte Spiele\\n\\n `` ist die Anzahl der Plätze, die auf der Bestenliste gezeigt werden sollen.\\n " -#: redbot/cogs/trivia/trivia.py:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "Unbekannte Angabe `{field_name}`, siehe `{prefix} help trivia leaderboard server` für gültige Angaben nach denen sortiert werden soll." -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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 "Globale Trivia Bestenliste.\\n\\n `` kann eine dieser Angaben sein:\\n - `wins` : Gesamtsiege\\n - `avg` : Durchschnittliche Punktzahl\\n - `total` : gesamte korrekte Antworten aller Runden\\n - `games` : Insgesamt gespielte Spiele\\n\\n `` ist die Anzahl der Plätze, die auf der Bestenliste gezeigt werden sollen.\\n " -#: redbot/cogs/trivia/trivia.py:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "Es wurden noch keine Punktzahlen erfasst!" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Rang" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Mitglied" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Siege" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Gespielte Runden" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Gesamtpunktzahl" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Durchschnittliche Punktzahl" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "{filename} ist ein reservierter Trivia-Name und kann nicht ersetzt werden.\\nWähle bitte einen anderen Namen." -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "{filename} existiert bereits. Soll die Datei überschrieben werden?" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "Du hast zu lange zum antworten gebraucht." -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "Ich werde die bestehende Datei nicht ersetzen." -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "Trivia-Liste als {filename} gespeichert." diff --git a/redbot/cogs/trivia/locales/el-GR.po b/redbot/cogs/trivia/locales/el-GR.po index ece7975b4..9865ddf61 100644 --- a/redbot/cogs/trivia/locales/el-GR.po +++ b/redbot/cogs/trivia/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: el_GR\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/es-ES.po b/redbot/cogs/trivia/locales/es-ES.po index 4ab0654ef..89fe6f33b 100644 --- a/redbot/cogs/trivia/locales/es-ES.po +++ b/redbot/cogs/trivia/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: es_ES\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/fi-FI.po b/redbot/cogs/trivia/locales/fi-FI.po index b3b074802..ada56b8ea 100644 --- a/redbot/cogs/trivia/locales/fi-FI.po +++ b/redbot/cogs/trivia/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: fi_FI\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/fr-FR.po b/redbot/cogs/trivia/locales/fr-FR.po index 5393a1fda..68e2d3eaf 100644 --- a/redbot/cogs/trivia/locales/fr-FR.po +++ b/redbot/cogs/trivia/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: fr_FR\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "Il n'y a aucune session de Trivia en cours dans ce salon." @@ -91,279 +91,279 @@ msgstr "Bonne réponse {user} ! **+1** pour vous !" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "Félicitations, {user}, vous avez reçu {num} {currency} pour avoir fini premier." -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "Jouez au Trivia entre amis !" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "Gérer les paramètres du Trivia." -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "Paramètres actuels**\\nLe bot gagne des points : {bot_plays}\\nDélai de réponse : {delay} secondes\\nDélai de non-réponse : {timeout} secondes\\nPoints pour gagner : {max_score}\\nRévéler la réponse à la fin du délai : {reveal_answer}\\nMultiplicateur des gains : {payout_multiplier}\\nAutoriser les listes à remplacer les paramètres : {allow_override}" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "Définissez le nombre total de points requis pour gagner." -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "Le score doit être supérieur à 0." -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "Fait. Nombre de points requis pour gagner définir sur {num}." -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "Définissez le nombre maximum de secondes autorisées pour répondre à une question." -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "Il faut au moins 4 secondes." -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "Fait. Le nombre de secondes pour répondre est défini à {num}." -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "Définissez combien de temps avant l'arrêt du Trivia en raison de l'absence de réponse." -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "Doit être supérieur au délai de réponse." -#: redbot/cogs/trivia/trivia.py:114 +#: redbot/cogs/trivia/trivia.py:130 msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." msgstr "Fait. Les sessions de Trivia vont maintenant expirer après {num} secondes s'il n'y a aucune réponse." -#: redbot/cogs/trivia/trivia.py:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "Autoriser/interdire les listes de trivia pour substituer les paramètres." -#: redbot/cogs/trivia/trivia.py:126 +#: redbot/cogs/trivia/trivia.py:142 msgid "Done. Trivia lists can now override the trivia settings for this server." msgstr "Fait. Les listes de trivia peuvent maintenant substituer les paramètres de Trivia pour ce serveur." -#: redbot/cogs/trivia/trivia.py:130 +#: redbot/cogs/trivia/trivia.py:146 msgid "Done. Trivia lists can no longer override the trivia settings for this server." msgstr "Fait. Les listes de trivia ne peuvent maintenant plus substituer les paramètres de Trivia pour ce serveur." -#: redbot/cogs/trivia/trivia.py:138 +#: 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 "Définit si le bot gagne ou non des points.\\n\\n Si cette option est activée, le bot gagnera un point si personne ne devine correctement.\\n " -#: redbot/cogs/trivia/trivia.py:145 +#: redbot/cogs/trivia/trivia.py:161 msgid "Done. I'll now gain a point if users don't answer in time." msgstr "Fait. Je vais maintenant gagné un point si les utilisateurs ne répondent pas dans le délai." -#: redbot/cogs/trivia/trivia.py:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "D'accord, je ne vous dérangerais plus pour les Trivia." -#: redbot/cogs/trivia/trivia.py:151 +#: 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 "Définissez si la réponse est révélée ou non.\\n\\n Si activé, le bot révélera la réponse si personne ne devine correctement à temps.\\n " -#: redbot/cogs/trivia/trivia.py:159 +#: redbot/cogs/trivia/trivia.py:175 msgid "Done. I'll reveal the answer if no one knows it." msgstr "Fait. Je vais révéler la réponse si personne ne la trouve." -#: redbot/cogs/trivia/trivia.py:161 +#: redbot/cogs/trivia/trivia.py:177 msgid "Alright, I won't reveal the answer to the questions anymore." msgstr "D'accord, je ne révélerais plus la réponse aux questions." -#: redbot/cogs/trivia/trivia.py:167 +#: 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 "Définissez le multiplicateur de gains.\\n\\n Il peut s'agir de n'importe quel nombre décimal positif.\\n Si un utilisateur gagne un Trivia alors qu'il y a au moins\\n 3 membres qui jouent, ils recevront des crédits. \\n Réglez sur 0 pour désactiver.\\n\\n Le nombre de crédits est déterminé en multipliant leur\\n score total par ce multiplicateur.\\n " -#: redbot/cogs/trivia/trivia.py:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "Le multiplicateur doit être d'au moins 0." -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "Fait. Le multiplicateur de gains est défini sur {num}." -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "Fait. Je ne récompenserais plus le gagnant avec un gain." -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "Gérer les listes personnalisées de Trivia." -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "Liste les trivias personnalisées." -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "Aucune liste personnalisée de Trivia téléchargée." -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "Liste de trivia téléchargée" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "Télécharger un fichier trivia." -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "Fournissez un fichier au message suivant ou tapez quoi que ce soit pour annuler." -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "Vous avez pris trop de temps pour envoyer la liste." -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "Vous avez annulé le processus de téléchargement." -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "Syntaxe invalide : " -#: redbot/cogs/trivia/trivia.py:251 +#: redbot/cogs/trivia/trivia.py:267 msgid "There was an error parsing the trivia list. See logs for more info." msgstr "Une erreur s'est produite pendant l'analyse de la liste trivia. Voir les logs pour plus d'informations." -#: redbot/cogs/trivia/trivia.py:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "Supprime un fichier trivia." -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "La Trivia {filename} a été supprimée." -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "La fichier Trivia ne peut pas être trouvé." -#: redbot/cogs/trivia/trivia.py:269 +#: 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 "Lancez une session de Trivia sur la catégorie spécifiée.\\n\\n Vous pouvez énumérer plusieurs catégories, auquel cas\\n le Trivia comportera les éléments suivants\\n des questions de la part de chacun d'eux.\\n " -#: redbot/cogs/trivia/trivia.py:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "Il y a déjà un session de Trivia en cours dans ce salon." -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "Categorie `{name}` non valide. Voir `{prefix}trivia list` pour obtenir la liste des catégories de Trivia." -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "Il y a eu une erreur lors de l'analyse des listes de Trivia pour la catégorie `{name}`. Il se peut qu'elle soit mal écrit." -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "La liste des Trivia a été analysée avec succès, mais elle semble vide !" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "Arrêter une session de Trivia en cours." -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "Le Trivia à été arrêter." -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "Liste les catégories de Trivia disponibles." -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "Listes Trivia disponibles" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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 "Classements pour le Trivia.\\n\\n Par défaut pour le top 10 de ce serveur, trié par le total des victoires.\\n Utilisez les sous-commandes pour un classement\\n plus personnaliser.\\n " -#: redbot/cogs/trivia/trivia.py:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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 "Classement pour ce serveur.\\n\\n `` peut être l'un des champs suivants :\\n - `wins` : nombre total de victoires\\n - `avg` : score moyen\\n - `total` : nombre total de bonnes réponses\\n - `games` : nombre total de parties jouées\\n\\n `` est le nombre de rangs a afficher sur le classement.\\n " -#: redbot/cogs/trivia/trivia.py:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "Champ `{field_name}` inconnu, voir `{prefix}help trivia leaderboard server` pour avoir les champs valides à utiliser." -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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 "Classement global Trivia.\\n\\n `` peut être l'un des champs suivants :\\n - `wins` : nombre total de victoires\\n - `avg` : score moyen\\n - `total` : nombre total de bonnes réponses\\n - `games` : nombre total de parties jouées\\n\\n `` est le nombre de rangs a afficher sur le classement.\\n " -#: redbot/cogs/trivia/trivia.py:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "Il n'y a pas de score enregistré !" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Rang" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Membre" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Victoires" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Parties jouées" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Score Total" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Score moyen" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "{filename} est un nom de trivia réservé et ne peut pas être remplacé.\\nChoisissez un autre nom." -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "{filename} existe déjà. Voulez-vous l'écraser?" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "Vous avez pris trop de temps à répondre." -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "Je ne remplace pas le fichier existant." -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "Liste de Trivia enregistrée en tant que {filename}." diff --git a/redbot/cogs/trivia/locales/he-IL.po b/redbot/cogs/trivia/locales/he-IL.po index 66e01e054..4af56cc30 100644 --- a/redbot/cogs/trivia/locales/he-IL.po +++ b/redbot/cogs/trivia/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: he_IL\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/hu-HU.po b/redbot/cogs/trivia/locales/hu-HU.po index d7328aaee..b3eefbfba 100644 --- a/redbot/cogs/trivia/locales/hu-HU.po +++ b/redbot/cogs/trivia/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: hu_HU\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/id-ID.po b/redbot/cogs/trivia/locales/id-ID.po index 00028b871..d349c926b 100644 --- a/redbot/cogs/trivia/locales/id-ID.po +++ b/redbot/cogs/trivia/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: id_ID\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/it-IT.po b/redbot/cogs/trivia/locales/it-IT.po index bcedcb92a..098bd2b6e 100644 --- a/redbot/cogs/trivia/locales/it-IT.po +++ b/redbot/cogs/trivia/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: it_IT\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "Non c'è un quiz in corso in questo canale." @@ -91,279 +91,279 @@ msgstr "Colpito e affondato {user}! **+1** a te!" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "Congratulazioni, {user}, hai ricevuto {num} {currency} per essere arrivato primo." -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "Fate il quiz con gli amici!" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "Gestisci le impostazioni Trivia." -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "Imposta i punti totali necessari per vincere." -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "Il punteggio deve essere maggiore di 0." -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "Fatto. Punti necessari per vincere impostati a {num}." -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "Imposta il numero di secondi massimo permessi per rispondere a una domanda." -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "Deve essere di almeno 4 secondi." -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "Fatto. Secondi massimi per rispondere impostati a {num}." -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "Imposta quanto tempo deve trascorrere perché il quiz si ferma per mancanza di risposta." -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "Deve essere superiore al limite di tempo di risposta." -#: redbot/cogs/trivia/trivia.py:114 +#: redbot/cogs/trivia/trivia.py:130 msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." msgstr "Fatto. Le sessioni di Quiz scadranno dopo {num} secondi senza alcuna risposta." -#: redbot/cogs/trivia/trivia.py:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "Consenti/proibisci che le liste di Quiz ignoring le impostazioni." -#: redbot/cogs/trivia/trivia.py:126 +#: redbot/cogs/trivia/trivia.py:142 msgid "Done. Trivia lists can now override the trivia settings for this server." msgstr "Fatto. Le liste di Quiz adesso possono ignorare le impostazioni dei quiz per questo server." -#: redbot/cogs/trivia/trivia.py:130 +#: redbot/cogs/trivia/trivia.py:146 msgid "Done. Trivia lists can no longer override the trivia settings for this server." msgstr "Fatto. Le liste di Quiz adesso non possono più ignorare le impostazioni dei quiz per questo server." -#: redbot/cogs/trivia/trivia.py:138 +#: 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:145 +#: redbot/cogs/trivia/trivia.py:161 msgid "Done. I'll now gain a point if users don't answer in time." msgstr "Fatto. Ora otterrò un punto se gli utenti non rispondono in tempo." -#: redbot/cogs/trivia/trivia.py:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "E va bene, non vi disturberò più con il mio quiz." -#: redbot/cogs/trivia/trivia.py:151 +#: 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:159 +#: redbot/cogs/trivia/trivia.py:175 msgid "Done. I'll reveal the answer if no one knows it." msgstr "Fatto. rivelerò la risposta se nessuno la sa." -#: redbot/cogs/trivia/trivia.py:161 +#: redbot/cogs/trivia/trivia.py:177 msgid "Alright, I won't reveal the answer to the questions anymore." msgstr "Bene, non rivelerò più la risposta alle domande." -#: redbot/cogs/trivia/trivia.py:167 +#: 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "Il moltiplicatore deve essere almeno pari a 0." -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "Fatto. Moltiplicatore impostato a {num}." -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "Fatto. Non ricompenserò più il vincitore con un versamento." -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "C'è già un quiz in corso in questo canale." -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "La categoria `{name}` non è stata trovata. Vedi `{prefix}trivia list` per una lista di categorie di quiz." -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "Si è verificato un errore nell'analisi della lista delle domande per la categoria `{name}`. Potrebbe contenere errori di formattazione." -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "La lista delle domande è stata analizzata con successo, ma sembra essere vuota!" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "Interrompi una sessione di quiz in corso." -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "Quiz fermato." -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "Elenco categorie di quiz disponibili." -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "Liste di quiz disponibili" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "Campo `{field_name}` sconosciuto, vedi `{prefix}help trivia leaderboard server` per i campi validi per cui ordinare i risultati." -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "Non ci sono punteggi da registrare!" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Posizione" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Membro" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Vittorie" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Partite giocate" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Punteggio Totale" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Punteggio Medio" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ja-JP.po b/redbot/cogs/trivia/locales/ja-JP.po index fd2684aaf..86a13b0c4 100644 --- a/redbot/cogs/trivia/locales/ja-JP.po +++ b/redbot/cogs/trivia/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ja_JP\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ko-KR.po b/redbot/cogs/trivia/locales/ko-KR.po index ff45d7c45..d7feb478d 100644 --- a/redbot/cogs/trivia/locales/ko-KR.po +++ b/redbot/cogs/trivia/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ko_KR\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/nl-NL.po b/redbot/cogs/trivia/locales/nl-NL.po index b37c27f41..67a240572 100644 --- a/redbot/cogs/trivia/locales/nl-NL.po +++ b/redbot/cogs/trivia/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: nl_NL\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Positie" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Lid" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Overwinningen" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Potjes gespeeld" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Totaalscore" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Gemiddelde score" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/no-NO.po b/redbot/cogs/trivia/locales/no-NO.po index 9627aeb81..85fe59c05 100644 --- a/redbot/cogs/trivia/locales/no-NO.po +++ b/redbot/cogs/trivia/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: no_NO\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/pl-PL.po b/redbot/cogs/trivia/locales/pl-PL.po index 8f1d62065..2ea49b129 100644 --- a/redbot/cogs/trivia/locales/pl-PL.po +++ b/redbot/cogs/trivia/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: pl_PL\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/pt-BR.po b/redbot/cogs/trivia/locales/pt-BR.po index f9f97bb12..bd607ddc3 100644 --- a/redbot/cogs/trivia/locales/pt-BR.po +++ b/redbot/cogs/trivia/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: pt_BR\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/pt-PT.po b/redbot/cogs/trivia/locales/pt-PT.po index 556ce432b..9a61eda34 100644 --- a/redbot/cogs/trivia/locales/pt-PT.po +++ b/redbot/cogs/trivia/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: pt_PT\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ro-RO.po b/redbot/cogs/trivia/locales/ro-RO.po index 8dfc4ad43..7146bb3f1 100644 --- a/redbot/cogs/trivia/locales/ro-RO.po +++ b/redbot/cogs/trivia/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ro_RO\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/ru-RU.po b/redbot/cogs/trivia/locales/ru-RU.po index 19a1a4371..b0a62b424 100644 --- a/redbot/cogs/trivia/locales/ru-RU.po +++ b/redbot/cogs/trivia/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: ru_RU\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "На этом канале нет текущей сессии викторины." @@ -91,279 +91,279 @@ msgstr "{user}, тебе удалось! **+1** для тебя!" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "Поздравляю, {user}, вы получили {num} {currency} за то, что пришли первыми." -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "Играть в викторину с друзьями!" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "Управление настройками викторины." -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "Установить общее количество очков, необходимое для победы." -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "Счет должен быть больше 0." -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "Готово. Очки, необходимые для победы, равны {num}." -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "Установить максимально разрешенное количество секунд для ответа на вопрос." -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "Должно быть не менее 4 секунд." -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "Готово. Максимальное количество секунд на ответ - {num}." -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "Установить, через какое время викторина остановится из-за отсутствия ответа." -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "Должно быть больше, чем время ответа." -#: redbot/cogs/trivia/trivia.py:114 +#: redbot/cogs/trivia/trivia.py:130 msgid "Done. Trivia sessions will now time out after {num} seconds of no responses." msgstr "Готово. Сеансы викторины теперь будут иметь время ожидания после {num} секунд отсутствия ответов." -#: redbot/cogs/trivia/trivia.py:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "Разрешить/запретить спискам викторины переопределять настройки." -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "Хорошо, я не буду больше смущать вас в викторине." -#: redbot/cogs/trivia/trivia.py:151 +#: 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:159 +#: redbot/cogs/trivia/trivia.py:175 msgid "Done. I'll reveal the answer if no one knows it." msgstr "Готово. Я раскрою ответ, если никто не знает его." -#: redbot/cogs/trivia/trivia.py:161 +#: redbot/cogs/trivia/trivia.py:177 msgid "Alright, I won't reveal the answer to the questions anymore." msgstr "Хорошо, я больше не буду раскрывать ответ на вопросы." -#: redbot/cogs/trivia/trivia.py:167 +#: 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "Множитель должен быть не менее 0." -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "Готово. Множитель выплат установлен на {num}." -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "Готово. Я больше не буду награждать победителя выплатой." -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "Неверный синтаксис: " -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "На этом канале уже идет сессия викторины." -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "Неверная категория `{name}`. См. `{prefix}trivia list` для списка категорий." -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "При анализе списка викторины для категории `{name}` произошла ошибка. Возможно, он отформатирован неправильно." -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "Список викторины был успешно проанализирован, однако он, кажется, пустой!" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "Остановить текущий сеанс викторины." -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "Викторина остановлена." -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "Список доступных категорий викторины." -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "Доступные списки викторины" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "Неизвестное поле `{field_name}`, см. `{prefix}help trivia leaderboard server` действительные поля для сортировки." -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "Нет счетов в записи!" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "Ранг" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "Участник" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "Побед" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "Игр сыграно" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "Общий счет" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "Средний счет" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/sk-SK.po b/redbot/cogs/trivia/locales/sk-SK.po index b634cdcc2..b082a98a0 100644 --- a/redbot/cogs/trivia/locales/sk-SK.po +++ b/redbot/cogs/trivia/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: sk_SK\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/sr-SP.po b/redbot/cogs/trivia/locales/sr-SP.po index e65817517..48e8a5e92 100644 --- a/redbot/cogs/trivia/locales/sr-SP.po +++ b/redbot/cogs/trivia/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: sr_SP\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/sv-SE.po b/redbot/cogs/trivia/locales/sv-SE.po index b10e232e9..0fe2c8837 100644 --- a/redbot/cogs/trivia/locales/sv-SE.po +++ b/redbot/cogs/trivia/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: sv_SE\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/tr-TR.po b/redbot/cogs/trivia/locales/tr-TR.po index b036e3f53..ab64852af 100644 --- a/redbot/cogs/trivia/locales/tr-TR.po +++ b/redbot/cogs/trivia/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: tr_TR\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " -msgstr "" +msgstr "Geçersiz komut: " -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/uk-UA.po b/redbot/cogs/trivia/locales/uk-UA.po index 1f84eb8ab..6e76b1d43 100644 --- a/redbot/cogs/trivia/locales/uk-UA.po +++ b/redbot/cogs/trivia/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: uk_UA\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/vi-VN.po b/redbot/cogs/trivia/locales/vi-VN.po index c75422668..bce00026e 100644 --- a/redbot/cogs/trivia/locales/vi-VN.po +++ b/redbot/cogs/trivia/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: vi_VN\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/zh-CN.po b/redbot/cogs/trivia/locales/zh-CN.po index 052f6fb2e..eabbfce9e 100644 --- a/redbot/cogs/trivia/locales/zh-CN.po +++ b/redbot/cogs/trivia/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: zh_CN\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/zh-HK.po b/redbot/cogs/trivia/locales/zh-HK.po index 240107550..3f5507c47 100644 --- a/redbot/cogs/trivia/locales/zh-HK.po +++ b/redbot/cogs/trivia/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: zh_HK\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/trivia/locales/zh-TW.po b/redbot/cogs/trivia/locales/zh-TW.po index 0fc6d5a87..1caa7d548 100644 --- a/redbot/cogs/trivia/locales/zh-TW.po +++ b/redbot/cogs/trivia/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 45\n" "Language: zh_TW\n" -#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:328 +#: redbot/cogs/trivia/checks.py:13 redbot/cogs/trivia/trivia.py:344 msgid "There is no ongoing trivia session in this channel." msgstr "" @@ -91,279 +91,279 @@ msgstr "" msgid "Congratulations, {user}, you have received {num} {currency} for coming first." msgstr "" -#: redbot/cogs/trivia/trivia.py:40 +#: redbot/cogs/trivia/trivia.py:41 #, docstring msgid "Play trivia with friends!" msgstr "" -#: redbot/cogs/trivia/trivia.py:63 +#: redbot/cogs/trivia/trivia.py:79 #, docstring msgid "Manage Trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:67 +#: redbot/cogs/trivia/trivia.py:83 #, docstring msgid "Show the current trivia settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:71 +#: redbot/cogs/trivia/trivia.py:87 msgid "Current settings\\nBot gains points: {bot_plays}\\nAnswer time limit: {delay} seconds\\nLack of response timeout: {timeout} seconds\\nPoints to win: {max_score}\\nReveal answer on timeout: {reveal_answer}\\nPayout multiplier: {payout_multiplier}\\nAllow lists to override settings: {allow_override}" msgstr "" -#: redbot/cogs/trivia/trivia.py:87 +#: redbot/cogs/trivia/trivia.py:103 #, docstring msgid "Set the total points required to win." msgstr "" -#: redbot/cogs/trivia/trivia.py:89 +#: redbot/cogs/trivia/trivia.py:105 msgid "Score must be greater than 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:93 +#: redbot/cogs/trivia/trivia.py:109 msgid "Done. Points required to win set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:97 +#: redbot/cogs/trivia/trivia.py:113 #, docstring msgid "Set the maximum seconds permitted to answer a question." msgstr "" -#: redbot/cogs/trivia/trivia.py:99 +#: redbot/cogs/trivia/trivia.py:115 msgid "Must be at least 4 seconds." msgstr "" -#: redbot/cogs/trivia/trivia.py:103 +#: redbot/cogs/trivia/trivia.py:119 msgid "Done. Maximum seconds to answer set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:107 +#: redbot/cogs/trivia/trivia.py:123 #, docstring msgid "Set how long until trivia stops due to no response." msgstr "" -#: redbot/cogs/trivia/trivia.py:110 +#: redbot/cogs/trivia/trivia.py:126 msgid "Must be larger than the answer time limit." msgstr "" -#: redbot/cogs/trivia/trivia.py:114 +#: 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:121 +#: redbot/cogs/trivia/trivia.py:137 #, docstring msgid "Allow/disallow trivia lists to override settings." msgstr "" -#: redbot/cogs/trivia/trivia.py:126 +#: 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:130 +#: 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:138 +#: 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:145 +#: 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:147 +#: redbot/cogs/trivia/trivia.py:163 msgid "Alright, I won't embarass you at trivia anymore." msgstr "" -#: redbot/cogs/trivia/trivia.py:151 -#, 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:159 -msgid "Done. I'll reveal the answer if no one knows it." -msgstr "" - -#: redbot/cogs/trivia/trivia.py:161 -msgid "Alright, I won't reveal the answer to the questions 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:178 +#: redbot/cogs/trivia/trivia.py:194 msgid "Multiplier must be at least 0." msgstr "" -#: redbot/cogs/trivia/trivia.py:182 +#: redbot/cogs/trivia/trivia.py:198 msgid "Done. Payout multiplier set to {num}." msgstr "" -#: redbot/cogs/trivia/trivia.py:184 +#: redbot/cogs/trivia/trivia.py:200 msgid "Done. I will no longer reward the winner with a payout." msgstr "" -#: redbot/cogs/trivia/trivia.py:189 +#: redbot/cogs/trivia/trivia.py:205 #, docstring msgid "Manage Custom Trivia lists." msgstr "" -#: redbot/cogs/trivia/trivia.py:194 +#: redbot/cogs/trivia/trivia.py:210 #, docstring msgid "List uploaded custom trivia." msgstr "" -#: redbot/cogs/trivia/trivia.py:196 +#: redbot/cogs/trivia/trivia.py:212 msgid "No custom Trivia lists uploaded." msgstr "" -#: redbot/cogs/trivia/trivia.py:212 redbot/cogs/trivia/trivia.py:219 +#: redbot/cogs/trivia/trivia.py:228 redbot/cogs/trivia/trivia.py:235 msgid "Uploaded trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:229 +#: redbot/cogs/trivia/trivia.py:245 #, docstring msgid "Upload a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:231 +#: redbot/cogs/trivia/trivia.py:247 msgid "Supply a file with next message or type anything to cancel." msgstr "" -#: redbot/cogs/trivia/trivia.py:237 +#: redbot/cogs/trivia/trivia.py:253 msgid "You took too long to upload a list." msgstr "" -#: redbot/cogs/trivia/trivia.py:240 +#: redbot/cogs/trivia/trivia.py:256 msgid "You have cancelled the upload process." msgstr "" -#: redbot/cogs/trivia/trivia.py:248 +#: redbot/cogs/trivia/trivia.py:264 msgid "Invalid syntax: " msgstr "" -#: redbot/cogs/trivia/trivia.py:251 +#: 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:258 +#: redbot/cogs/trivia/trivia.py:274 #, docstring msgid "Delete a trivia file." msgstr "" -#: redbot/cogs/trivia/trivia.py:262 +#: redbot/cogs/trivia/trivia.py:278 msgid "Trivia {filename} was deleted." msgstr "" -#: redbot/cogs/trivia/trivia.py:264 +#: redbot/cogs/trivia/trivia.py:280 msgid "Trivia file was not found." msgstr "" -#: redbot/cogs/trivia/trivia.py:269 +#: 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:280 +#: redbot/cogs/trivia/trivia.py:296 msgid "There is already an ongoing trivia session in this channel." msgstr "" -#: redbot/cogs/trivia/trivia.py:291 +#: redbot/cogs/trivia/trivia.py:307 msgid "Invalid category `{name}`. See `{prefix}trivia list` for a list of trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:298 +#: redbot/cogs/trivia/trivia.py:314 msgid "There was an error parsing the trivia list for the `{name}` category. It may be formatted incorrectly." msgstr "" -#: redbot/cogs/trivia/trivia.py:310 +#: redbot/cogs/trivia/trivia.py:326 msgid "The trivia list was parsed successfully, however it appears to be empty!" msgstr "" -#: redbot/cogs/trivia/trivia.py:325 +#: redbot/cogs/trivia/trivia.py:341 #, docstring msgid "Stop an ongoing trivia session." msgstr "" -#: redbot/cogs/trivia/trivia.py:332 +#: redbot/cogs/trivia/trivia.py:348 msgid "Trivia stopped." msgstr "" -#: redbot/cogs/trivia/trivia.py:336 +#: redbot/cogs/trivia/trivia.py:352 #, docstring msgid "List available trivia categories." msgstr "" -#: redbot/cogs/trivia/trivia.py:341 redbot/cogs/trivia/trivia.py:347 +#: redbot/cogs/trivia/trivia.py:357 redbot/cogs/trivia/trivia.py:363 msgid "Available trivia lists" msgstr "" -#: redbot/cogs/trivia/trivia.py:357 +#: redbot/cogs/trivia/trivia.py:373 #, 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:372 +#: redbot/cogs/trivia/trivia.py:388 #, 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:385 redbot/cogs/trivia/trivia.py:414 +#: redbot/cogs/trivia/trivia.py:401 redbot/cogs/trivia/trivia.py:430 msgid "Unknown field `{field_name}`, see `{prefix}help trivia leaderboard server` for valid fields to sort by." msgstr "" -#: redbot/cogs/trivia/trivia.py:401 +#: redbot/cogs/trivia/trivia.py:417 #, 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:469 +#: redbot/cogs/trivia/trivia.py:485 msgid "There are no scores on record!" msgstr "" -#: redbot/cogs/trivia/trivia.py:499 +#: redbot/cogs/trivia/trivia.py:515 msgid "Rank" msgstr "" -#: redbot/cogs/trivia/trivia.py:500 +#: redbot/cogs/trivia/trivia.py:516 msgid "Member" msgstr "" -#: redbot/cogs/trivia/trivia.py:501 +#: redbot/cogs/trivia/trivia.py:517 msgid "Wins" msgstr "" -#: redbot/cogs/trivia/trivia.py:502 +#: redbot/cogs/trivia/trivia.py:518 msgid "Games Played" msgstr "" -#: redbot/cogs/trivia/trivia.py:503 +#: redbot/cogs/trivia/trivia.py:519 msgid "Total Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:504 +#: redbot/cogs/trivia/trivia.py:520 msgid "Average Score" msgstr "" -#: redbot/cogs/trivia/trivia.py:619 +#: redbot/cogs/trivia/trivia.py:635 msgid "{filename} is a reserved trivia name and cannot be replaced.\\nChoose another name." msgstr "" -#: redbot/cogs/trivia/trivia.py:628 +#: redbot/cogs/trivia/trivia.py:644 msgid "{filename} already exists. Do you wish to overwrite?" msgstr "" -#: redbot/cogs/trivia/trivia.py:650 +#: redbot/cogs/trivia/trivia.py:666 msgid "You took too long answering." msgstr "" -#: redbot/cogs/trivia/trivia.py:654 +#: redbot/cogs/trivia/trivia.py:670 msgid "I am not replacing the existing file." msgstr "" -#: redbot/cogs/trivia/trivia.py:663 +#: redbot/cogs/trivia/trivia.py:679 msgid "Saved Trivia list as {filename}." msgstr "" diff --git a/redbot/cogs/warnings/locales/af-ZA.po b/redbot/cogs/warnings/locales/af-ZA.po index 6e661f2bb..b105eaf2c 100644 --- a/redbot/cogs/warnings/locales/af-ZA.po +++ b/redbot/cogs/warnings/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/ar-SA.po b/redbot/cogs/warnings/locales/ar-SA.po index 02e06c245..170616557 100644 --- a/redbot/cogs/warnings/locales/ar-SA.po +++ b/redbot/cogs/warnings/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/bg-BG.po b/redbot/cogs/warnings/locales/bg-BG.po index 864102b74..05ed48c58 100644 --- a/redbot/cogs/warnings/locales/bg-BG.po +++ b/redbot/cogs/warnings/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/ca-ES.po b/redbot/cogs/warnings/locales/ca-ES.po index a6e790abe..11981456d 100644 --- a/redbot/cogs/warnings/locales/ca-ES.po +++ b/redbot/cogs/warnings/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/cs-CZ.po b/redbot/cogs/warnings/locales/cs-CZ.po index ac8fa6e32..1f4af2128 100644 --- a/redbot/cogs/warnings/locales/cs-CZ.po +++ b/redbot/cogs/warnings/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Nyní můžete zadat svou odpověď." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "Zadejte příkaz, který má být proveden, když uživatel **překročí body, aby k této akci došlo. *\\n**Pokud si nepřejete spustit příkaz, zadejte `none`.\\n\\nZadejte to přesně tak, jak byste se snažili spustit příkaz, kromě nevkládání prefixu a použití `{user}` namísto argumentů uživatele/členů\\n\\nVAROVÁNÍ: zadaný příkaz bude spuštěn bez ohledu na kontroly nebo čekání mezi příkazy. Příkazy vyžadující majitele bota nejsou z bezpečnostních důvodů povoleny.\\n\\nPočkejte prosím 15 sekund před zadáním odpovědi." -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "Upozornit na chybné chování uživatelů a podniknout automatické akce." -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "Správa nastavení pro varování." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "Povolit nebo zakázat vlastní důvody pro varování." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "Vlastní důvody byly povoleny." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "Vlastní důvody byly zakázány." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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 "Spravovat automatické akce pro varování.\\n\\n Akce jsou v podstatě příkazová makra. Každý příkaz může být proveden\\n, když je akce spuštěna, a/nebo po zrušení akce\\n.\\n\\n Akce musí mít zadány název a práh bodů. Když je uživatel\\n bude dostatečně upozorněn a překročí dostatek bodů\\n, akce bude provedena.\\n " -#: redbot/cogs/warnings/warnings.py:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "Vytvořit automatickou akci.\\n\\n Duplicitní názvy akcí nejsou povoleny.\\n " -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Nalezen duplicitní název akce!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "Akce {name} byla přidána." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "Odstranit akci se zadaným názvem." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "Neexistuje žádná akce s názvem {name}!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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 "Správa varovných důvodů.\\n\\n Důvody musí být zadány jméno, popis a hodnotu bodů. Pokud je varován uživatel, musí být uvedeno\\n jméno důvodu.\\n " -#: redbot/cogs/warnings/warnings.py:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "Vytvořit důvod varování." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "*Vlastní* nelze použít jako název důvodu!" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "Nový důvod byl zaregistrován." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "Odstranit důvod varování." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "To není registrovaný název důvodu." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "Seznam všech nastavených důvodů varování." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "Důvod: {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Body" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "Jméno: {reason_name}\\nBody: {points}\\nPopis: {description}" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "Nejsou nastaveny žádné důvody!" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "Seznam všech nastavených automatických akcí pro varování." -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "Akce: {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "Překročení příkazu" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "Zahodit příkaz" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "Jméno: {action_name}\\nBody: {points}\\nPříkaz pro pokračování: {exceed_command}\\nVypínací příkaz: {drop_command}" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "Nejsou nakonfigurovány žádné akce!" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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 "Upozornit uživatele na zadaný důvod.\\n\\n `počet bodů, pro které by varování mělo být. Pokud není zadáno žádné číslo\\n, bude uveden 1 bod. Přednastavené výstrahy to neberou v úvahu.\\n `` může být registrovaným důvodem, pokud existuje nebo je ve výchozím nastavení vytvořen vlastní\\n.\\n " -#: redbot/cogs/warnings/warnings.py:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "Nemůžeš varovat sám sebe." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "To není registrovaný důvod!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "Pro povolení vlastních důvodů povolte `{prefix}warningset allowcustomreasons true`." -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "Varování od {user}" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "Obdrželi jste varování v {guild_name}." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "{reason}\\n\\nPoužij `{prefix}pro odstranění tohoto varování {user} {message}`." -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "{description}\\nBody: {points}" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "Seznam varování pro daného uživatele." -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Tento uživatel nemá žádná varování!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "Neznámý moderátor ({})" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "Upozornění na {num_points} bodů za {reason_name}, vydané {user}, popis {description}\\n" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "Varování pro {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "Seznam varování pro sebe." -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "Nemáte žádné varování!" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "Upozornění na {num_points} bodů za {reason_name}, vydané {user}, popis {description}\\n" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "Odstraní varování od uživatele." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "Nemůžete od sebe odstranit varování." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "Toto varování neexistuje!" diff --git a/redbot/cogs/warnings/locales/da-DK.po b/redbot/cogs/warnings/locales/da-DK.po index 662b9af64..f8c0f9075 100644 --- a/redbot/cogs/warnings/locales/da-DK.po +++ b/redbot/cogs/warnings/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/de-DE.po b/redbot/cogs/warnings/locales/de-DE.po index 216ade02f..05d3c9a66 100644 --- a/redbot/cogs/warnings/locales/de-DE.po +++ b/redbot/cogs/warnings/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Du kannst deine Antwort nun eingeben." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "Geben Sie den Befehl ein, der ausgeführt werden soll, wenn der Benutzer **einen Wert unterhalb der Punkte, die für diese Aktion auftreten, zurückgeliefert hat.** Bitte beachten Sie, dass dies für die Umkehr der Aktion verwendet werden soll, wenn der Benutzer den Punktzwert überschritten hat.\\n**Wenn du keinen Befehl ausführen möchtest, wenn du Punkte ablegst, gib** `none`.\\n\\nGib es genau ein, wie du es willst, wenn du den Befehl tatsächlich ausführen möchtest, außer stelle keine Präfix und verwende `{user}` anstelle von Benutzerargumenten/Mitgliedsargumenten\\n\\nWARNUNG: Der eingegebene Befehl wird ohne Rücksicht auf Überprüfungen oder Abklingzeiten ausgeführt. Befehle, die Bot-Besitzer benötigen, sind aus Sicherheitsgründen nicht erlaubt.\\n\\nBitte warten Sie 15 Sekunden, bevor Sie Ihre Antwort eingeben." -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "Verwarne Fehlverhalten von Benutzern und führe automatisierte Aktionen aus." -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "Verwalte Einstellungen für Verwarnungen." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "Aktiviere oder deaktiviere benutzerdefinierte Gründe für eine Verwarnung." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "Benutzerdefinierte Gründe wurden aktiviert." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "Benutzerdefinierte Gründe wurden deaktiviert." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "Legt fest, ob Warnungen per DM an den verwarnten Nutzer gesendet werden sollen." -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "Ich werde nun versuchen verwarnte Nutzer per DM zu informieren." -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "Ich werde nicht mehr versuchen verwarnte Nutzer per DM zu informieren." -#: redbot/cogs/warnings/warnings.py:103 +#: 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 "Lege fest, ob der Name des Moderators der die Verwarnung erteilt in der DM an den Nutzer enthalten sein sollte." -#: redbot/cogs/warnings/warnings.py:107 +#: 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 "Ich werde den Namen der Moderators der die Verwarnung erteilt hat in der DM nennen." -#: redbot/cogs/warnings/warnings.py:113 +#: 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 "Ich werde den Namen der Moderators der die Verwarnung erteilt hat nicht in der DM nennen." -#: redbot/cogs/warnings/warnings.py:121 +#: 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 "Bestimme den Kanal, in welchen Warnungen gesendet werden sollen.\\n\\nVerwende den Befehl ohne einen Kanal zu nennen, um immer den Kanal zu verwenden, in dem der `[p]warn` Befehl verwendet wurde.\\n " -#: redbot/cogs/warnings/warnings.py:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "Der Warnungskanal wurde auf {channel} gesetzt." -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "Warnungen werden nun in den Kanal gesendet, in dem der Befehl verwendet wurde." -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "\\n Lege fest, ob Warnungen in einen mit `[p]warningset warnchannel` eingestellten Kanal gesendet werden sollen.\\n " -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "Warnungen werden jetzt in {channel} gesendet." -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "Warnungskanal wurde deaktiviert." -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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 "Verwalte automatisierte Aktionen für Verwarnungen.\\n\\n Aktionen sind im Grunde genommen Befehlmakros. Jeder Befehl kann ausgeführt\\n werden wenn die Aktion ausgelöst wird, und/oder wenn die Aktion aufgehoben\\n wird.\\n\\n Aktionen muss sowohl ein Name als auch ein Punkte-Grenzwert vergeben werden.\\n Wenn ein Benutzer verwarnt wird und dessen Punkte diesen Grenzwert übersteigen,\\n dann wird die Aktion ausgeführt.\\n " -#: redbot/cogs/warnings/warnings.py:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "Erstelle eine automatisierte Aktion.\\n\\n Doppelte Aktionsnamen sind nicht erlaubt.\\n " -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Doppelter Aktionsname gefunden!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "Aktion {name} wurde hinzugefügt." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "Lösche die Aktion mit den angegebenen Namen." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "Es gibt keine Aktion mit dem Namen {name}!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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 "Verwalte Gründe für Verwarnungen.\\n\\n Gründen muss ein Name, eine Beschreibung und ein Punktewert vergeben werden.\\n Der Name des Grunds muss bei der Verwarnung eines Benutzers angegeben werden.\\n " -#: redbot/cogs/warnings/warnings.py:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "Erstelle einen Grund für Verwarnungen." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "*Benutzerdefiniert* kann nicht als Name für einen Grund verwendet werden!" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "Der neue Grund wurde registriert." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "Lösche einen Grund für Verwarnungen." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "Das ist kein registrierter Name für einen Grund." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "Liste alle konfigurierten Gründe für Verwarnungen auf." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "Grund: {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Punkte" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "Name: {reason_name}\\nPunkte: {points}\\nBeschreibung: {description}" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "Es sind keine Gründe konfiguriert!" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "Liste alle konfigurierten automatisierten Aktionen für Verwarnungen auf." -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "Aktion: {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "Befehl überschreiten" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "Befehl streichen" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "Name: {action_name}\\nPunkte: {points}\\nBefehl überschreiten: {exceed_command}\\nBefehl ablegen: {drop_command}" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "Es sind keine Aktionen konfiguriert!" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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 "Warnung den Benutzer aus dem angegebenen Grund.\\n\\n `` Anzahl der Punkte, für die die Warnung gelten sollte. Wenn keine Nummer angegeben wird\\n 1 Punkt wird angegeben. Vorgesetzte Warnungen ignorieren dies.\\n `` kann ein registrierter Grund sein, wenn sie existiert oder ein benutzerdefinierter\\n standardmäßig erstellt wird.\\n " -#: redbot/cogs/warnings/warnings.py:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "Du kannst dich selbst nicht verwarnen." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "Du kannst andere Bots nicht warnen." -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "Das ist kein registrierter Grund!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "Nutze `{prefix}warningset allowcustomreasons true`, um benutzerdefinierte Gründe zu aktivieren." -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "Verwarnung von {user}" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "Verwarnung" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "Du hast eine Verwarnung in {guild_name} erhalten." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 msgid "A warning for {user} has been issued, but I wasn't able to send them a warn message." msgstr "{user} wurde verwarnt, ich konnte aber keine DM senden." -#: redbot/cogs/warnings/warnings.py:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "{user} wurde verwarnt." -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "{reason}\\n\\nBenutze `{prefix}unwarn {user} {message}` um diese Warnung zu entfernen." -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "{description}\\nPunkte: {points}" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "Listet die Verwarnungen des angegebenen Benutzers auf." -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Dieser Benutzer hat noch keine Verwarnungen!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "Unbekannter Moderator ({})" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "{num_points} Punkte Verwarnung {reason_name} ausgestellt von {user} wegen {description}\\n" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "Verwarnung für {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "Listet Verwarnungen für dich selbst auf." -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "Du hast keine Warnungen!" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "{num_points} Punkte Verwarnung {reason_name} ausgestellt von {user} wegen {description}\\n" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "Entferne eine Verwarnung von einem Benutzer." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "Du kannst keine Verwarnungen von dir selbst entfernen." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "Diese Warnung existiert nicht!" diff --git a/redbot/cogs/warnings/locales/el-GR.po b/redbot/cogs/warnings/locales/el-GR.po index d71bdecc0..d2cc2c719 100644 --- a/redbot/cogs/warnings/locales/el-GR.po +++ b/redbot/cogs/warnings/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/es-ES.po b/redbot/cogs/warnings/locales/es-ES.po index 3a823fe39..b248a8a65 100644 --- a/redbot/cogs/warnings/locales/es-ES.po +++ b/redbot/cogs/warnings/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Ya puede escribir su respuesta." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/fi-FI.po b/redbot/cogs/warnings/locales/fi-FI.po index 3e6674663..24a9eed1d 100644 --- a/redbot/cogs/warnings/locales/fi-FI.po +++ b/redbot/cogs/warnings/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/fr-FR.po b/redbot/cogs/warnings/locales/fr-FR.po index 9b87940b1..91ec05db3 100644 --- a/redbot/cogs/warnings/locales/fr-FR.po +++ b/redbot/cogs/warnings/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Vous pouvez saisir votre réponse maintenant." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "Avertissez les utilisateurs qui se comportent mal et prenez des actions automatisées." -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "Gérer les paramètres pour Warnings." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "Activer ou désactiver les raisons personnalisées pour un avertissement." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "Les raisons personnalisées ont été activées." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "Les raisons personnalisées ont été désactivées." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "Activer/désactiver l'envoi d'avertissements aux utilisateurs en message privé." -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "Je vais maintenant essayer d'envoyer des avertissements aux utilisateurs par message privé." -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "Les avertissements ne seront plus envoyés aux utilisateurs par message privé." -#: redbot/cogs/warnings/warnings.py:103 +#: 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 "Décide si le nom du modérateur de l'avertissement doit être inclus en message privé avec l'utilisateur." -#: redbot/cogs/warnings/warnings.py:107 +#: 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 "J'inclurais le nom du modérateur qui a émis l'avertissement lors de l'envoi d'un message privé à un utilisateur." -#: redbot/cogs/warnings/warnings.py:113 +#: 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 "Je n'inclurais pas le nom du modérateur qui a émis l'avertissement lors de l'envoi d'un message privé à un utilisateur." -#: redbot/cogs/warnings/warnings.py:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "Le salon d'avertissement a été réglé sur {channel}." -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "Les avertissements seront maintenant envoyés dans le salon où la commande a été invoqué." -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "Les avertissements seront maintenant envoyés à {channel}." -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Nom d'action dupliqué trouvé !" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "L'action {name} a été ajoutée." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "Supprimer l'action avec le nom spécifié." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "Aucune action nommée {name} n'existe!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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 "Gérer les raisons d'avertissement.\\n\\n Les raisons doivent avoir un nom, une description et une valeur de points. Le nom\\n de la raison devra être donné quand un utilisateur est averti.\\n " -#: redbot/cogs/warnings/warnings.py:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "Créer une raison d'avertissement." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "*Custom* ne peut pas être utilisé comme nom de raison !" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "La nouvelle raison a été enregistrée." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "Supprimer une raison d'avertissement." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "Ce n'est pas un nom de raison enregistré." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "Lister toutes les raisons configurées pour les avertissements." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "Raison : {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Points" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "Nom : {reason_name}\\nPoints : {points}\\nDescription : {description}" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "Il n'y a pas de raisons configurées !" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "Lister toutes les actions automatisées configurées pour les avertissements." -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "Action : {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "Commande dépassée" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "Commande de suppression" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "Il n'y a aucune action configurée !" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "Vous ne pouvez pas vous avertir vous-même." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "Vous ne pouvez pas avertir les autres bots." -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "Ce n'est pas une raison enregistrée !" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "Utilisez `{prefix}warningset allowcustomreasons` pour activer les raisons personnalisées." -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "Avertissement de {user}" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "Avertissement" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "Vous avez reçu un avertissement dans {guild_name}." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 msgid "A warning for {user} has been issued, but I wasn't able to send them a warn message." msgstr "Un avertissement pour {user} a été émis, mais je n'ai pas pu leur envoyer un message d'avertissement." -#: redbot/cogs/warnings/warnings.py:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "{user} a été averti." -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "{reason}\\n\\nUtilisez `{prefix}unwarn {user} {message}` pour retirer cet avertissement." -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "{description}\\nPoints : {points}" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "Lister les avertissements pour l'utilisateur spécifié." -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Cet utilisateur n'a aucun avertissement !" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "Modérateur inconnu ({})" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "{num_points} points d'avertissement {reason_name} émis par {user} pour {description}\\n" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "Avertissements pour {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "Liste les avertissements pour vous." -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "Vous n'avez pas d'avertissements !" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "{num_points} points d'avertissement {reason_name} émis par {user} pour {description}\\n" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "Supprimer un avertissement d'un utilisateur." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "Vous ne pouvez pas supprimer les avertissements de vous-même." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "Cet avertissement n'existe pas !" diff --git a/redbot/cogs/warnings/locales/he-IL.po b/redbot/cogs/warnings/locales/he-IL.po index 172de70ed..8aac7919d 100644 --- a/redbot/cogs/warnings/locales/he-IL.po +++ b/redbot/cogs/warnings/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/hu-HU.po b/redbot/cogs/warnings/locales/hu-HU.po index bf19c1735..b42545aea 100644 --- a/redbot/cogs/warnings/locales/hu-HU.po +++ b/redbot/cogs/warnings/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/id-ID.po b/redbot/cogs/warnings/locales/id-ID.po index 7c09e77e1..05bc3c0cb 100644 --- a/redbot/cogs/warnings/locales/id-ID.po +++ b/redbot/cogs/warnings/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/it-IT.po b/redbot/cogs/warnings/locales/it-IT.po index 3cef4a89a..a279b03f5 100644 --- a/redbot/cogs/warnings/locales/it-IT.po +++ b/redbot/cogs/warnings/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Puoi inserire la tua risposta ora." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "Ammonisce gli utenti che si comportano male e compie azioni automatizzate." -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "Gestisci le impostazioni per gli avvisi." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "Abilita o disabilita i motivi personalizzati per un avviso." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "I motivi personalizzati sono stati abilitati." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "I motivi personalizzati sono stati disabilitati." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Trovato nome azione duplicato!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "L'azione {name} è stata aggiunta." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "Elimina l'azione con il nome specificato." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "Non esiste alcuna azione chiamata {name}!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "Crea un motivo di ammonizione." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "*Custom* non può essere utilizzato come nome del motivo!" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "Il nuovo motivo è stato registrato." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "Elimina un motivo di ammonizione." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "Non è un nome di motivo registrato." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "Elenca tutti i motivi configurati per le ammonizioni." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "Motivo: {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Punti" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "Non sono stati configurati motivi!" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "Elenca tutte le azioni automatizzate configurate per le ammonizioni." -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "Azione: {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "Comando di superamento in alto" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "Comando di superamento in basso" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "Non sono state configurate azioni!" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "Non puoi ammonirti da solo." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "Non è un motivo registrato!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "Esegui `{prefix}warningset allowcustomreasons true` per abilitare i motivi personalizzati." -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "Ammonizione da {user}" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "Hai ricevuto un'ammonizione in {guild_name}." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Questo utente non ha ammonizioni!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "Ammonizioni per {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "Rimuovi un'ammonizione da un utente." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "Non puoi rimuovere ammonizioni da te stesso." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "Questa ammonizione non esiste!" diff --git a/redbot/cogs/warnings/locales/ja-JP.po b/redbot/cogs/warnings/locales/ja-JP.po index 05d702b77..ad7b861d1 100644 --- a/redbot/cogs/warnings/locales/ja-JP.po +++ b/redbot/cogs/warnings/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/ko-KR.po b/redbot/cogs/warnings/locales/ko-KR.po index 352cb0c1f..c991e2277 100644 --- a/redbot/cogs/warnings/locales/ko-KR.po +++ b/redbot/cogs/warnings/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "지금 응답을 입력하실 수 있어요." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "경고에 대한 설정을 관리하세요." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "경고에 대한 사용자 지정 이유를 사용하거나 사용하지 않도록 설정하세요." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "사용자 지정 이유가 활성화되었어요." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "사용자 지정 이유가 비활성화되었어요." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "DM의 사용자들에게 경고를 보낼지 여부를 전환하세요." -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "이제부터 DM 사용자들에게 경고를 보내도록 할게요." -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "더 이상 DM 사용자들에게 경고가 전송되지 않아요." -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "경고 채널이 {channel}로 설정되었어요." -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "이제 경고가 사용된 채널 명령어로 전송될거에요." -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "이제 경고가 {channel}로 전송될거에요." -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "토글 채널이 비활성화되었어요." -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "중복된 동작 이름이 발견되었어요!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "동작 {name}가 추가되었어요." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "지정된 이름의 작동을 삭제하세요." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "이름이 {name}인 동작이 존재하지 않아요!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "경고 이유를 생성하세요." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "새로운 이유가 등록되었어요." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "경고 이유를 삭제하세요." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "해당 이름은 등록되지 않은 이유의 이름이에요." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "경고에 대한 설정된 이유들을 나열하세요." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "이유: {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "설정된 이유가 없어요!" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "동작: {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "명령어 초과" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "명령어 드롭" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "설정된 동작이 없어요!" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "본인 스스로에게 경고를 할 수 없어요." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "그것은 등록된 이유가 아니에요!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "{user}으로부터의 경고" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "{guild_name}에게 경고를 받았아요." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "{user}가 경고를 받았어요." -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "해당 사용자는 경고가 없어요!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "경고 대상 {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "본인의 경고를 나열합니다." -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "경고가 없어요!" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "사용자의 경고를 제거합니다." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "본인이 본인에 대한 경고를 제거할 수 없어요." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "경고가 존재하지 않아요." diff --git a/redbot/cogs/warnings/locales/nl-NL.po b/redbot/cogs/warnings/locales/nl-NL.po index 5012700b3..2a0a16939 100644 --- a/redbot/cogs/warnings/locales/nl-NL.po +++ b/redbot/cogs/warnings/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Je kan nu jouw antwoord invoeren." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Dubbele actienaam gevonden!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "Dat is geen geregistreerde reden!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Deze gebruiker heeft geen waarschuwingen!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/no-NO.po b/redbot/cogs/warnings/locales/no-NO.po index b769c4d85..65fb63081 100644 --- a/redbot/cogs/warnings/locales/no-NO.po +++ b/redbot/cogs/warnings/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/pl-PL.po b/redbot/cogs/warnings/locales/pl-PL.po index ce6329f2c..c3b118e7f 100644 --- a/redbot/cogs/warnings/locales/pl-PL.po +++ b/redbot/cogs/warnings/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/pt-BR.po b/redbot/cogs/warnings/locales/pt-BR.po index 1dd5cacd0..4a0aabb34 100644 --- a/redbot/cogs/warnings/locales/pt-BR.po +++ b/redbot/cogs/warnings/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/pt-PT.po b/redbot/cogs/warnings/locales/pt-PT.po index f7553c87d..9ec707a32 100644 --- a/redbot/cogs/warnings/locales/pt-PT.po +++ b/redbot/cogs/warnings/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/ro-RO.po b/redbot/cogs/warnings/locales/ro-RO.po index dcb87bac9..9886344a3 100644 --- a/redbot/cogs/warnings/locales/ro-RO.po +++ b/redbot/cogs/warnings/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/ru-RU.po b/redbot/cogs/warnings/locales/ru-RU.po index 617c878f0..b0f7e13e1 100644 --- a/redbot/cogs/warnings/locales/ru-RU.po +++ b/redbot/cogs/warnings/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "Вам необходимо написать ответ сейчас." msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "Предупреждать плохо ведущих себя пользователей и предпринимайте автоматизированные действия." -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "Управление настройками для предупреждений." -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "Включить или отключить пользовательские причины для предупреждения." -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "Пользовательские причины были включены." -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "Пользовательские причины были отключены." -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "Найдено повторяющееся имя действия!" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "Действие {name} было добавлено." -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "Удалить действие с указанным именем." -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "Никаких действий с именем {name} не существует!" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "Создать причину предупреждения." -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "*Custom* нельзя использовать в качестве имени причины!" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "Новая причина была зарегистрирована." -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "Удалить причину предупреждения." -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "Это не зарегистрированное имя причины." -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "Перечислите все настроенные причины для предупреждений." -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "Причина: {name}" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Баллы" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "Нет настроенных причин!" -#: redbot/cogs/warnings/warnings.py:297 +#: redbot/cogs/warnings/warnings.py:334 #, docstring msgid "List all configured automated actions for Warnings." msgstr "Список всех настроенных автоматических действий для предупреждений." -#: redbot/cogs/warnings/warnings.py:304 +#: redbot/cogs/warnings/warnings.py:341 msgid "Action: {name}" msgstr "Действие: {name}" -#: redbot/cogs/warnings/warnings.py:307 +#: redbot/cogs/warnings/warnings.py:344 msgid "Exceed command" msgstr "Команды превышения" -#: redbot/cogs/warnings/warnings.py:309 +#: redbot/cogs/warnings/warnings.py:346 msgid "Drop command" msgstr "Команда сброса" -#: redbot/cogs/warnings/warnings.py:313 +#: redbot/cogs/warnings/warnings.py:350 msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" msgstr "" -#: redbot/cogs/warnings/warnings.py:321 +#: redbot/cogs/warnings/warnings.py:358 msgid "There are no actions configured!" msgstr "Нет настроенных действий!" -#: redbot/cogs/warnings/warnings.py:334 +#: redbot/cogs/warnings/warnings.py:371 #, 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:344 +#: redbot/cogs/warnings/warnings.py:381 msgid "You cannot warn yourself." msgstr "Вы не можете предупредить себя." -#: redbot/cogs/warnings/warnings.py:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "Эта причина не зарегистрированна!" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "Введите `{prefix}warningset allowcustomreasons true` чтобы включить пользовательские причины." -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "Предупреждение от {user}" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "Вы получили предупреждение на сервере {guild_name}." -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "У этого пользователя нет предупреждений!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "Неизвестный модератор ({})" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "Предупреждения для {user}" -#: redbot/cogs/warnings/warnings.py:510 +#: redbot/cogs/warnings/warnings.py:548 #, docstring msgid "List warnings for yourself." msgstr "Список своих предупреждений." -#: redbot/cogs/warnings/warnings.py:518 +#: redbot/cogs/warnings/warnings.py:556 msgid "You have no warnings!" msgstr "У вас нет предупреждений!" -#: redbot/cogs/warnings/warnings.py:523 +#: redbot/cogs/warnings/warnings.py:565 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:548 +#: redbot/cogs/warnings/warnings.py:590 #, docstring msgid "Remove a warning from a user." msgstr "Удалить предупреждение пользователя." -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "Вы не можете удалить предупреждения от себя." -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "Это предупреждение не существует!" diff --git a/redbot/cogs/warnings/locales/sk-SK.po b/redbot/cogs/warnings/locales/sk-SK.po index f20c5b0ab..c607e65d8 100644 --- a/redbot/cogs/warnings/locales/sk-SK.po +++ b/redbot/cogs/warnings/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/sr-SP.po b/redbot/cogs/warnings/locales/sr-SP.po index 5980fe5ef..f01218885 100644 --- a/redbot/cogs/warnings/locales/sr-SP.po +++ b/redbot/cogs/warnings/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/sv-SE.po b/redbot/cogs/warnings/locales/sv-SE.po index f3dfc67bf..caa66d7d2 100644 --- a/redbot/cogs/warnings/locales/sv-SE.po +++ b/redbot/cogs/warnings/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/tr-TR.po b/redbot/cogs/warnings/locales/tr-TR.po index f6874f5ff..dc7e73a71 100644 --- a/redbot/cogs/warnings/locales/tr-TR.po +++ b/redbot/cogs/warnings/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "Puanlar" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "Bu kullanıcının hiç uyarısı yok!" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/uk-UA.po b/redbot/cogs/warnings/locales/uk-UA.po index dee385585..bce75d190 100644 --- a/redbot/cogs/warnings/locales/uk-UA.po +++ b/redbot/cogs/warnings/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/vi-VN.po b/redbot/cogs/warnings/locales/vi-VN.po index 577771f45..05af3097c 100644 --- a/redbot/cogs/warnings/locales/vi-VN.po +++ b/redbot/cogs/warnings/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/zh-CN.po b/redbot/cogs/warnings/locales/zh-CN.po index 3754cbd17..d7b0948a0 100644 --- a/redbot/cogs/warnings/locales/zh-CN.po +++ b/redbot/cogs/warnings/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/zh-HK.po b/redbot/cogs/warnings/locales/zh-HK.po index be34273c1..cacd94ccb 100644 --- a/redbot/cogs/warnings/locales/zh-HK.po +++ b/redbot/cogs/warnings/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/cogs/warnings/locales/zh-TW.po b/redbot/cogs/warnings/locales/zh-TW.po index 0d193ae12..303de4548 100644 --- a/redbot/cogs/warnings/locales/zh-TW.po +++ b/redbot/cogs/warnings/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-16 12:17+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -35,275 +35,279 @@ msgstr "" msgid "Enter the command to be run when the user **returns to a value below the points for this action to occur.** Please note that this is intended to be used for reversal of the action taken when the user exceeded the action's point value.\\n**If you do not wish to have a command run on dropping points, enter** `none`.\\n\\nEnter it exactly as you would if you were actually trying to run the command, except don't put a prefix and use `{user}` in place of any user/member arguments\\n\\nWARNING: The command entered will be run without regard to checks or cooldowns. Commands requiring bot owner are not allowed for security reasons.\\n\\nPlease wait 15 seconds before entering your response." msgstr "" -#: redbot/cogs/warnings/warnings.py:26 +#: redbot/cogs/warnings/warnings.py:28 #, docstring msgid "Warn misbehaving users and take automated actions." msgstr "" -#: redbot/cogs/warnings/warnings.py:74 +#: redbot/cogs/warnings/warnings.py:111 #, docstring msgid "Manage settings for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:80 +#: redbot/cogs/warnings/warnings.py:117 #, docstring msgid "Enable or disable custom reasons for a warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:84 +#: redbot/cogs/warnings/warnings.py:121 msgid "Custom reasons have been enabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:86 +#: redbot/cogs/warnings/warnings.py:123 msgid "Custom reasons have been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:91 +#: redbot/cogs/warnings/warnings.py:128 #, docstring msgid "Toggle whether warnings should be sent to users in DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:96 +#: redbot/cogs/warnings/warnings.py:133 msgid "I will now try to send warnings to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:98 +#: redbot/cogs/warnings/warnings.py:135 msgid "Warnings will no longer be sent to users DMs." msgstr "" -#: redbot/cogs/warnings/warnings.py:103 +#: 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:107 +#: 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:113 +#: 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:121 +#: 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:129 +#: redbot/cogs/warnings/warnings.py:166 msgid "The warn channel has been set to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:133 redbot/cogs/warnings/warnings.py:151 +#: redbot/cogs/warnings/warnings.py:170 redbot/cogs/warnings/warnings.py:188 msgid "Warnings will now be sent in the channel command was used in." msgstr "" -#: redbot/cogs/warnings/warnings.py:138 +#: redbot/cogs/warnings/warnings.py:175 #, docstring msgid "\\n Toggle if warnings should be sent to a channel set with `[p]warningset warnchannel`.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:148 +#: redbot/cogs/warnings/warnings.py:185 msgid "Warnings will now be sent to {channel}." msgstr "" -#: redbot/cogs/warnings/warnings.py:153 +#: redbot/cogs/warnings/warnings.py:190 msgid "Toggle channel has been disabled." msgstr "" -#: redbot/cogs/warnings/warnings.py:159 +#: redbot/cogs/warnings/warnings.py:196 #, 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:174 +#: redbot/cogs/warnings/warnings.py:211 #, docstring msgid "Create an automated action.\\n\\n Duplicate action names are not allowed.\\n " msgstr "" -#: redbot/cogs/warnings/warnings.py:195 +#: redbot/cogs/warnings/warnings.py:232 msgid "Duplicate action name found!" msgstr "" -#: redbot/cogs/warnings/warnings.py:202 +#: redbot/cogs/warnings/warnings.py:239 msgid "Action {name} has been added." msgstr "" -#: redbot/cogs/warnings/warnings.py:207 +#: redbot/cogs/warnings/warnings.py:244 #, docstring msgid "Delete the action with the specified name." msgstr "" -#: redbot/cogs/warnings/warnings.py:220 +#: redbot/cogs/warnings/warnings.py:257 msgid "No action named {name} exists!" msgstr "" -#: redbot/cogs/warnings/warnings.py:226 +#: redbot/cogs/warnings/warnings.py:263 #, 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:238 +#: redbot/cogs/warnings/warnings.py:275 #, docstring msgid "Create a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:242 +#: redbot/cogs/warnings/warnings.py:279 msgid "*Custom* cannot be used as a reason name!" msgstr "" -#: redbot/cogs/warnings/warnings.py:252 +#: redbot/cogs/warnings/warnings.py:289 msgid "The new reason has been registered." msgstr "" -#: redbot/cogs/warnings/warnings.py:257 +#: redbot/cogs/warnings/warnings.py:294 #, docstring msgid "Delete a warning reason." msgstr "" -#: redbot/cogs/warnings/warnings.py:264 +#: redbot/cogs/warnings/warnings.py:301 msgid "That is not a registered reason name." msgstr "" -#: redbot/cogs/warnings/warnings.py:270 +#: redbot/cogs/warnings/warnings.py:307 #, docstring msgid "List all configured reasons for Warnings." msgstr "" -#: redbot/cogs/warnings/warnings.py:278 +#: redbot/cogs/warnings/warnings.py:315 msgid "Reason: {name}" msgstr "" -#: redbot/cogs/warnings/warnings.py:280 redbot/cogs/warnings/warnings.py:305 -#: redbot/cogs/warnings/warnings.py:401 redbot/cogs/warnings/warnings.py:427 +#: redbot/cogs/warnings/warnings.py:317 redbot/cogs/warnings/warnings.py:342 +#: redbot/cogs/warnings/warnings.py:438 redbot/cogs/warnings/warnings.py:464 msgid "Points" msgstr "" -#: redbot/cogs/warnings/warnings.py:284 +#: redbot/cogs/warnings/warnings.py:321 msgid "Name: {reason_name}\\nPoints: {points}\\nDescription: {description}" msgstr "" -#: redbot/cogs/warnings/warnings.py:291 +#: redbot/cogs/warnings/warnings.py:328 msgid "There are no reasons configured!" msgstr "" -#: redbot/cogs/warnings/warnings.py:297 -#, docstring -msgid "List all configured automated actions for Warnings." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:304 -msgid "Action: {name}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:307 -msgid "Exceed command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:309 -msgid "Drop command" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:313 -msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:321 -msgid "There are no actions configured!" -msgstr "" - #: redbot/cogs/warnings/warnings.py:334 #, 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 " +msgid "List all configured automated actions for Warnings." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:341 +msgid "Action: {name}" msgstr "" #: redbot/cogs/warnings/warnings.py:344 +msgid "Exceed command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:346 +msgid "Drop command" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:350 +msgid "Name: {action_name}\\nPoints: {points}\\nExceed command: {exceed_command}\\nDrop command: {drop_command}" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:358 +msgid "There are no actions configured!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:371 +#, 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:347 +#: redbot/cogs/warnings/warnings.py:384 msgid "You cannot warn other bots." msgstr "" -#: redbot/cogs/warnings/warnings.py:355 +#: redbot/cogs/warnings/warnings.py:392 msgid "That is not a registered reason!" msgstr "" -#: redbot/cogs/warnings/warnings.py:370 +#: redbot/cogs/warnings/warnings.py:407 msgid "Do `{prefix}warningset allowcustomreasons true` to enable custom reasons." msgstr "" -#: redbot/cogs/warnings/warnings.py:397 redbot/cogs/warnings/warnings.py:423 +#: redbot/cogs/warnings/warnings.py:434 redbot/cogs/warnings/warnings.py:460 msgid "Warning from {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:399 redbot/cogs/warnings/warnings.py:425 +#: redbot/cogs/warnings/warnings.py:436 redbot/cogs/warnings/warnings.py:462 msgid "Warning" msgstr "" -#: redbot/cogs/warnings/warnings.py:404 +#: redbot/cogs/warnings/warnings.py:441 msgid "You have received a warning in {guild_name}." msgstr "" -#: redbot/cogs/warnings/warnings.py:414 +#: redbot/cogs/warnings/warnings.py:451 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:433 redbot/cogs/warnings/warnings.py:441 +#: redbot/cogs/warnings/warnings.py:470 redbot/cogs/warnings/warnings.py:478 msgid "{user} has been warned." msgstr "" -#: redbot/cogs/warnings/warnings.py:447 +#: redbot/cogs/warnings/warnings.py:483 msgid "{reason}\\n\\nUse `{prefix}unwarn {user} {message}` to remove this warning." msgstr "" -#: redbot/cogs/warnings/warnings.py:450 +#: redbot/cogs/warnings/warnings.py:486 msgid "{description}\\nPoints: {points}" msgstr "" -#: redbot/cogs/warnings/warnings.py:475 +#: redbot/cogs/warnings/warnings.py:509 #, docstring msgid "List the warnings for the specified user." msgstr "" -#: redbot/cogs/warnings/warnings.py:488 +#: redbot/cogs/warnings/warnings.py:522 msgid "That user has no warnings!" msgstr "" -#: redbot/cogs/warnings/warnings.py:492 redbot/cogs/warnings/warnings.py:522 +#: redbot/cogs/warnings/warnings.py:527 redbot/cogs/warnings/warnings.py:561 +msgid "Deleted Moderator" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:530 redbot/cogs/warnings/warnings.py:564 msgid "Unknown Moderator ({})" msgstr "" -#: redbot/cogs/warnings/warnings.py:493 +#: redbot/cogs/warnings/warnings.py:531 msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" msgstr "" -#: redbot/cogs/warnings/warnings.py:504 redbot/cogs/warnings/warnings.py:534 +#: redbot/cogs/warnings/warnings.py:542 redbot/cogs/warnings/warnings.py:576 msgid "Warnings for {user}" msgstr "" -#: redbot/cogs/warnings/warnings.py:510 -#, docstring -msgid "List warnings for yourself." -msgstr "" - -#: redbot/cogs/warnings/warnings.py:518 -msgid "You have no warnings!" -msgstr "" - -#: redbot/cogs/warnings/warnings.py:523 -msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" -msgstr "" - #: redbot/cogs/warnings/warnings.py:548 #, docstring +msgid "List warnings for yourself." +msgstr "" + +#: redbot/cogs/warnings/warnings.py:556 +msgid "You have no warnings!" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:565 +msgid "{num_points} point warning {reason_name} issued by {user} for {description}\\n" +msgstr "" + +#: redbot/cogs/warnings/warnings.py:590 +#, docstring msgid "Remove a warning from a user." msgstr "" -#: redbot/cogs/warnings/warnings.py:561 +#: redbot/cogs/warnings/warnings.py:603 msgid "You cannot remove warnings from yourself." msgstr "" -#: redbot/cogs/warnings/warnings.py:568 +#: redbot/cogs/warnings/warnings.py:610 msgid "That warning doesn't exist!" msgstr "" diff --git a/redbot/core/commands/locales/af-ZA.po b/redbot/core/commands/locales/af-ZA.po index 17e0dca5e..67ef84d03 100644 --- a/redbot/core/commands/locales/af-ZA.po +++ b/redbot/core/commands/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: af_ZA\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ar-SA.po b/redbot/core/commands/locales/ar-SA.po index d2fdf5f18..916ded88a 100644 --- a/redbot/core/commands/locales/ar-SA.po +++ b/redbot/core/commands/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ar_SA\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/bg-BG.po b/redbot/core/commands/locales/bg-BG.po index 0dfe06b07..fef1ad4c6 100644 --- a/redbot/core/commands/locales/bg-BG.po +++ b/redbot/core/commands/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: bg_BG\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Да" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ca-ES.po b/redbot/core/commands/locales/ca-ES.po index 2621a3138..1e495244c 100644 --- a/redbot/core/commands/locales/ca-ES.po +++ b/redbot/core/commands/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ca_ES\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/cs-CZ.po b/redbot/core/commands/locales/cs-CZ.po index 79175d091..63b6d486c 100644 --- a/redbot/core/commands/locales/cs-CZ.po +++ b/redbot/core/commands/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: cs_CZ\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" není číslo." @@ -47,72 +47,92 @@ msgstr "Neočekávaný klíč {key}" msgid "Expected one of: {}" msgstr "Očekáváno jedno z: {}" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Ne" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ano" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Zakázáno" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/da-DK.po b/redbot/core/commands/locales/da-DK.po index 0de02377a..faf89fea8 100644 --- a/redbot/core/commands/locales/da-DK.po +++ b/redbot/core/commands/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: da_DK\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ja" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/de-DE.po b/redbot/core/commands/locales/de-DE.po index 8db24684d..2a9c058fc 100644 --- a/redbot/core/commands/locales/de-DE.po +++ b/redbot/core/commands/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: de_DE\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" ist keine Zahl." @@ -47,72 +47,92 @@ msgstr "Unerwarteter Schlüssel {key}" msgid "Expected one of: {}" msgstr "Eins von {} erwartet" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Nein" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ja" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Deaktiviert" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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 "Geben Sie {ctx.clean_prefix}help für weitere Informationen zu einem Befehl ein. Sie können auch {ctx.clean_prefix}help für weitere Informationen zu einer Kategorie eingeben." -#: redbot/core/commands/help.py:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "**__Unterbefehle:__**" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "**__Unterbefehle:__** (Fortsetzung)" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "Unterbefehle:" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "{ctx.me.display_name} Hilfe-Menü" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "*Seite {page_num} von {page_count}*\\n{content_description}" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "**__Befehle:__**" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "**__Befehle:__** (Fortsetzung)" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "Befehle:" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "**__Ohne Kategorie:__**" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "{title} (Fortsetzung)" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "Ohne Kategorie:" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "Es konnte keine Hilfe für *{command_name}* gefunden werden." -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "Befehl *{command_name}* besitzt keinen Unterbefehl mit dem Namen *{not_found}*." -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server." msgstr "Es konnte keine Hilfe-Nachricht als Direktnachricht zugestellt werden. Entweder ist der Bot blockiert oder Direktnachrichten sind auf diesem Server deaktiviert." -#: redbot/core/commands/help.py:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/el-GR.po b/redbot/core/commands/locales/el-GR.po index dc8ade6e3..896be7d57 100644 --- a/redbot/core/commands/locales/el-GR.po +++ b/redbot/core/commands/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: el_GR\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/es-ES.po b/redbot/core/commands/locales/es-ES.po index 525cc6588..72758787a 100644 --- a/redbot/core/commands/locales/es-ES.po +++ b/redbot/core/commands/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: es_ES\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Sí" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/fi-FI.po b/redbot/core/commands/locales/fi-FI.po index 745b7e6d1..9a4d0fe30 100644 --- a/redbot/core/commands/locales/fi-FI.po +++ b/redbot/core/commands/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: fi_FI\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, 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/fr-FR.po b/redbot/core/commands/locales/fr-FR.po index df8b88515..45bb6350f 100644 --- a/redbot/core/commands/locales/fr-FR.po +++ b/redbot/core/commands/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: fr_FR\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" n'est pas un nombre." @@ -47,72 +47,92 @@ msgstr "Clé inattendue {key}" msgid "Expected one of: {}" msgstr "Un des : {} était attendu" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Non" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Oui" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Désactivé" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/he-IL.po b/redbot/core/commands/locales/he-IL.po index 7d7af0c9f..82debcff5 100644 --- a/redbot/core/commands/locales/he-IL.po +++ b/redbot/core/commands/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: he_IL\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/hu-HU.po b/redbot/core/commands/locales/hu-HU.po index fadeac892..f41e819f4 100644 --- a/redbot/core/commands/locales/hu-HU.po +++ b/redbot/core/commands/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: hu_HU\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Igen" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/id-ID.po b/redbot/core/commands/locales/id-ID.po index c37c8bd18..7ac8adfac 100644 --- a/redbot/core/commands/locales/id-ID.po +++ b/redbot/core/commands/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: id_ID\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ya" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/it-IT.po b/redbot/core/commands/locales/it-IT.po index d96a396db..5933615c0 100644 --- a/redbot/core/commands/locales/it-IT.po +++ b/redbot/core/commands/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: it_IT\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Sì" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ja-JP.po b/redbot/core/commands/locales/ja-JP.po index dd3a67c68..22b85a5b9 100644 --- a/redbot/core/commands/locales/ja-JP.po +++ b/redbot/core/commands/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ja_JP\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "イエス" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ko-KR.po b/redbot/core/commands/locales/ko-KR.po index d7cdceb5e..6071e3dda 100644 --- a/redbot/core/commands/locales/ko-KR.po +++ b/redbot/core/commands/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ko_KR\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "그래요!" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "비활성화됨" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/nl-NL.po b/redbot/core/commands/locales/nl-NL.po index 244820399..6e946049b 100644 --- a/redbot/core/commands/locales/nl-NL.po +++ b/redbot/core/commands/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: nl_NL\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" is geen getal." @@ -47,72 +47,92 @@ msgstr "Onverwachte sleutel {key}" msgid "Expected one of: {}" msgstr "Eén verwacht van: {}" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Nee" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ja" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/no-NO.po b/redbot/core/commands/locales/no-NO.po index c1a03fed8..6ebaabc56 100644 --- a/redbot/core/commands/locales/no-NO.po +++ b/redbot/core/commands/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: no_NO\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ja" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/pl-PL.po b/redbot/core/commands/locales/pl-PL.po index 34e635c5b..22e6f9423 100644 --- a/redbot/core/commands/locales/pl-PL.po +++ b/redbot/core/commands/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: pl_PL\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "Nieoczekiwany klucz: {key}" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Nie" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Tak" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Wyłączone" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "**__Subkomendy:__**" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "**__Podkomendy:__** (ciąg dalszy)" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "Komendy:" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "**__Brak kategorii:__**" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "{title} (kontynuowany)" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "Bez kategorii:" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/pt-BR.po b/redbot/core/commands/locales/pt-BR.po index 5fdf9ed2c..bcf613178 100644 --- a/redbot/core/commands/locales/pt-BR.po +++ b/redbot/core/commands/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: pt_BR\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" não é um número." @@ -47,72 +47,92 @@ msgstr "Chave inesperada {key}" msgid "Expected one of: {}" msgstr "Esperado um de: {}" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Desabilitado" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/pt-PT.po b/redbot/core/commands/locales/pt-PT.po index 17e0068bd..a1d883070 100644 --- a/redbot/core/commands/locales/pt-PT.po +++ b/redbot/core/commands/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: pt_PT\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ro-RO.po b/redbot/core/commands/locales/ro-RO.po index aa444d599..37a9756d6 100644 --- a/redbot/core/commands/locales/ro-RO.po +++ b/redbot/core/commands/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ro_RO\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/ru-RU.po b/redbot/core/commands/locales/ru-RU.po index b07fd3a6c..826f1380b 100644 --- a/redbot/core/commands/locales/ru-RU.po +++ b/redbot/core/commands/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: ru_RU\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" не является числом." @@ -47,72 +47,92 @@ msgstr "Неожиданный ключ {key}" msgid "Expected one of: {}" msgstr "Ожидался один из: {}" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "Нет" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Да" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Отключено" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/sk-SK.po b/redbot/core/commands/locales/sk-SK.po index 1e65e0b94..15d6f2044 100644 --- a/redbot/core/commands/locales/sk-SK.po +++ b/redbot/core/commands/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: sk_SK\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" nie je číslo." @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Áno" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/sr-SP.po b/redbot/core/commands/locales/sr-SP.po index 659b41f91..7236a97ff 100644 --- a/redbot/core/commands/locales/sr-SP.po +++ b/redbot/core/commands/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: sr_SP\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/sv-SE.po b/redbot/core/commands/locales/sv-SE.po index 90260df62..76e03e5a5 100644 --- a/redbot/core/commands/locales/sv-SE.po +++ b/redbot/core/commands/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: sv_SE\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" är inte ett tal." @@ -47,72 +47,92 @@ msgstr "Oväntad nyckel {key}" msgid "Expected one of: {}" msgstr "Förväntade sig en av: {}" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Ja" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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 "Skriv {ctx.clean_prefix}help för mer information om ett kommando. Du kan också skriva {ctx.clean_prefix}help för mer information om en kategori." -#: redbot/core/commands/help.py:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "**__Underkommandon:__** (fortsatt)" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "{ctx.me.display_name} Hjälpmeny" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "*Sida {page_num} av {page_count}*\\n{content_description}" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "**__Kommandon:__** (fortsatt)" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "{title} (fortsatt)" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "Ingen kategori:" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "Hjälptråden för *{command_name}* hittades inte." -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "Kommandot *{command_name}* har inget underkommando som heter *{not_found}*." -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server." msgstr "Jag kunde inte skicka hjälpmeddelandet till dig i DM. Antingen blockerade du mig eller så inaktiverade du DMs i denna server." -#: redbot/core/commands/help.py:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/tr-TR.po b/redbot/core/commands/locales/tr-TR.po index b4e7025d4..449bd0406 100644 --- a/redbot/core/commands/locales/tr-TR.po +++ b/redbot/core/commands/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: tr_TR\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "Evet" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "Devre dışı bırakıldı" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 msgid "I couldn't send the help message to you in DM. Either you blocked me or you disabled DMs in this server." msgstr "Size DM'den yardım mesajı gönderemedim. Ya beni engelledin ya da bu sunucuda Dm'leri devre dışı bıraktın." -#: redbot/core/commands/help.py:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/uk-UA.po b/redbot/core/commands/locales/uk-UA.po index 02354e25e..83f77cc06 100644 --- a/redbot/core/commands/locales/uk-UA.po +++ b/redbot/core/commands/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: uk_UA\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/vi-VN.po b/redbot/core/commands/locales/vi-VN.po index c6f826955..ec91e49ac 100644 --- a/redbot/core/commands/locales/vi-VN.po +++ b/redbot/core/commands/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: vi_VN\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/zh-CN.po b/redbot/core/commands/locales/zh-CN.po index 9248ba49d..208bfe761 100644 --- a/redbot/core/commands/locales/zh-CN.po +++ b/redbot/core/commands/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: zh_CN\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "是" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/zh-HK.po b/redbot/core/commands/locales/zh-HK.po index df5ff0f23..0554645ed 100644 --- a/redbot/core/commands/locales/zh-HK.po +++ b/redbot/core/commands/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: zh_HK\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " diff --git a/redbot/core/commands/locales/zh-TW.po b/redbot/core/commands/locales/zh-TW.po index ca1ae2edb..a851941f6 100644 --- a/redbot/core/commands/locales/zh-TW.po +++ b/redbot/core/commands/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-09 12:16+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "X-Crowdin-File-ID: 188\n" "Language: zh_TW\n" -#: redbot/core/commands/commands.py:503 +#: redbot/core/commands/commands.py:525 msgid "\\\"{argument}\\\" is not a number." msgstr "\\\"{argument}\\\" 不是數字。" @@ -47,72 +47,92 @@ msgstr "" msgid "Expected one of: {}" msgstr "" -#: redbot/core/commands/help.py:182 +#: redbot/core/commands/help.py:103 +msgid "No" +msgstr "" + +#: redbot/core/commands/help.py:105 +msgid "Yes" +msgstr "是" + +#: redbot/core/commands/help.py:111 +msgid "Disabled" +msgstr "已停用" + +#: redbot/core/commands/help.py:116 +msgid "\\nCustom Tagline: {tag}" +msgstr "" + +#: redbot/core/commands/help.py:122 +msgid "Maximum characters per page: {page_char_limit}\\nMaximum pages per guild (only used if menus are not used): {max_pages_in_guild}\\nHelp is a menu: {use_menus}\\nHelp shows hidden commands: {show_hidden}\\nHelp only shows commands which can be used: {verify_checks}\\nHelp shows unusable commands when asked directly: {verify_exists}\\nDelete delay: {delete_delay}{tagline_info}" +msgstr "" + +#: redbot/core/commands/help.py:270 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:212 +#: redbot/core/commands/help.py:300 msgid "`Syntax: {ctx.clean_prefix}{command.qualified_name} {command.signature}`" msgstr "" -#: redbot/core/commands/help.py:253 +#: redbot/core/commands/help.py:341 msgid "**__Subcommands:__**" msgstr "" -#: redbot/core/commands/help.py:255 +#: redbot/core/commands/help.py:343 msgid "**__Subcommands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:266 +#: redbot/core/commands/help.py:354 msgid "Subcommands:" msgstr "" -#: redbot/core/commands/help.py:330 redbot/core/commands/help.py:582 -#: redbot/core/commands/help.py:595 redbot/core/commands/help.py:614 +#: redbot/core/commands/help.py:418 redbot/core/commands/help.py:670 +#: redbot/core/commands/help.py:683 redbot/core/commands/help.py:702 msgid "{ctx.me.display_name} Help Menu" msgstr "" -#: redbot/core/commands/help.py:377 +#: redbot/core/commands/help.py:465 msgid "*Page {page_num} of {page_count}*\\n{content_description}" msgstr "" -#: redbot/core/commands/help.py:428 +#: redbot/core/commands/help.py:516 msgid "**__Commands:__**" msgstr "" -#: redbot/core/commands/help.py:430 +#: redbot/core/commands/help.py:518 msgid "**__Commands:__** (continued)" msgstr "" -#: redbot/core/commands/help.py:440 +#: redbot/core/commands/help.py:528 msgid "Commands:" msgstr "" -#: redbot/core/commands/help.py:482 +#: redbot/core/commands/help.py:570 msgid "**__No Category:__**" msgstr "" -#: redbot/core/commands/help.py:495 +#: redbot/core/commands/help.py:583 msgid "{title} (continued)" msgstr "" -#: redbot/core/commands/help.py:511 redbot/core/commands/help.py:525 +#: redbot/core/commands/help.py:599 redbot/core/commands/help.py:613 msgid "No Category:" msgstr "" -#: redbot/core/commands/help.py:591 +#: redbot/core/commands/help.py:679 msgid "Help topic for *{command_name}* not found." msgstr "" -#: redbot/core/commands/help.py:608 +#: redbot/core/commands/help.py:696 msgid "Command *{command_name}* has no subcommand named *{not_found}*." msgstr "" -#: redbot/core/commands/help.py:683 +#: redbot/core/commands/help.py:771 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:721 +#: redbot/core/commands/help.py:809 #, docstring msgid "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n " msgstr "\\n I need somebody\\n (Help) not just anybody\\n (Help) you know I need someone\\n (Help!)\\n \n" diff --git a/redbot/core/locales/af-ZA.po b/redbot/core/locales/af-ZA.po index 235d7290b..9611ce120 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: af_ZA\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ar-SA.po b/redbot/core/locales/ar-SA.po index 69e48facc..60b9a89bb 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ar_SA\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "أوامر للتفاعل مع ادارة الترس الأحمر." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "التضمينات الآن {} لهذه النقابة." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." -msgstr "" +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "التضمينات الآن {} لهذه النقابة." #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/bg-BG.po b/redbot/core/locales/bg-BG.po index a51d3d5e5..4cc15b095 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: bg_BG\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Пътят е добавен успешно." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Това е невалиден номер на пътечката." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Пътят е успешно премахнат." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Невалиден \"от\" индекс." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Невалиден \"към\" индекс." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Пътищата са пренаредени." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Този път не съществува." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Ботът ще инсталира новите COG-ове в `{}` директория." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Завършено." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Изключване... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Завършено." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Изключване... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Поддържа се JPG / PNG формат само." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Не успяхте да промените името. Не забравяйте, че можете да го направите до 2 пъти на час. Използвайте псевдоними, ако ви се налага нужда от чести промени. `{} зададете псевдоним`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Нямам правомощието да променя псевдонима си." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Префиксът е зададен." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Префиксите на гилдията са нулирани." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Локализирането е настроено." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "чрез ЛС" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Използвайте `{} dm {} `, за да отговорите на този потребител" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Изпратено от {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Вашето съобщение е изпратено." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Аз не съм в състояние да доставя Вашето съобщение. Съжалявам." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Вече се провежда REPL сесия в този канал. Напуснете я с `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Въведете код за изпълнение или оценка. `exit()` или `quit` за да излезете." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Неочаквана грешка: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ca-ES.po b/redbot/core/locales/ca-ES.po index 3853c65f1..a3bec4620 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ca_ES\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/cs-CZ.po b/redbot/core/locales/cs-CZ.po index db04aa7ab..76ccc4f0b 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: cs_CZ\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Nelze zaplatit za tento příkaz v DM bez globální banky." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Potřebujete alespoň {cost} {currency} k použití tohoto příkazu." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Příkazy pro rozhraní s Red cog manažerem." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Vypíše aktuální cesty cogů v pořadí podle priority.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Instalační cesta: {install_path}\\n Umístění jádra bota: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Přidat cestu k seznamu dostupných cest cogů\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Tato cesta neexistuje nebo neodkazuje na platný adresář." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Cesta úspěšně přidána." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Čísla cest musí být kladná." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "To je neplatné číslo cesty." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Cesta úspěšně odstraněna." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Cesty byly uspořádány." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Taková cesta neexistuje." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} načteno:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} odnačteno:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} načteno:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} načteno:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} odnačteno:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} načteno:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} odnačteno:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Instanci Red bota vlastní" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Verze Red" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Zastaralé" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "O této instanci bota" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "O Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 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:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "Globální výchozí: {}\\n" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "Nastavení cechu: {}\\n" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "Nastavení kanálu: {}\\n" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "Uživatelské nastavení" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "zakázáno" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "povoleno" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" -msgstr "Dosud nedošlo k žádné výjimce" - -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" +msgstr "" + +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 -#, 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 " +msgid "Did not get a matching confirmation, cancelling." msgstr "" -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:638 #, docstring -msgid "Leaves the current server." +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:648 -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:650 +msgid "This command ({command}) does not support non-interactive usage" +msgstr "" -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Vypršel časový limit odpovědi." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "Dobře. Sbohem :wave:" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "Opouštím klan '{}'" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" -msgstr "Dobře, zůstanu tedy :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." -msgstr "Chcete-li opustit server, stačí zadat jeho číslo." - -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." -msgstr "Dobře tedy." - -#: redbot/core/core_commands.py:712 -#, docstring -msgid "Loads packages." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." -msgstr "Načteno {packs}." +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 +#, 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:1029 +#, docstring +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:1032 +msgid "Global default: {}\\n" +msgstr "Globální výchozí: {}\\n" + +#: redbot/core/core_commands.py:1035 +msgid "Guild setting: {}\\n" +msgstr "Nastavení cechu: {}\\n" + +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "Nastavení kanálu: {}\\n" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "Uživatelské nastavení" + +#: redbot/core/core_commands.py:1046 +#, 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:1056 +msgid "Embeds are now {} by default." +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "zakázáno" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "povoleno" + +#: redbot/core/core_commands.py:1063 +#, 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:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." +msgstr "" + +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "" + +#: redbot/core/core_commands.py:1088 +#, 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:1104 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1111 +#, 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:1126 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, 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:1146 +msgid "No exception has occurred yet" +msgstr "Dosud nedošlo k žádné výjimce" + +#: redbot/core/core_commands.py:1151 +#, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +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:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Vypršel časový limit odpovědi." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "Dobře. Sbohem :wave:" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "Opouštím klan '{}'" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "Dobře, zůstanu tedy :)" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "Chcete-li opustit server, stačí zadat jeho číslo." + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "Dobře tedy." + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "Načteno {packs}." + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "Znovu načteno {packs}." -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:1495 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Vypínání... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Restartování..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Admin role: {admin}\\nModerátorské role: {mod}\\n" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "Popis obnoven." -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "\\n Přidá admin roli pro tento cech\\n " -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "Tato role je již administrátorskou rolí." -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." msgstr "Tato role je již moderátorská role." -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 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:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "\\n Přidá admin roli pro tento cech\\n " -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:1684 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:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1095 +#: redbot/core/core_commands.py:1697 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:1101 +#: redbot/core/core_commands.py:1703 #, 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:1110 +#: redbot/core/core_commands.py:1712 msgid "The bot {} use its configured color for embeds." msgstr "" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "nebude" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "bude" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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:1127 +#: redbot/core/core_commands.py:1729 msgid "Fuzzy command search has been {} for this server." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1737 #, 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:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "" -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Barva byla resetována." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Barva byla nastavena." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Pouze formát JPG / PNG." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Stav změněn na {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefix příkazů nastaven." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Příkazy serverů byly resetovány." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Jazyk byl nastaven." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "Vlastní text byl vymazán." -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "Vlastní text byl nastaven." -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "`{service} API tokeny byly nastaveny." -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Správa nastavení příkazu nápovědy." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "Help bude používat stránkovaná menu." -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "Help nebude používat stránkovaná menu." -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "Pomoc bude filtrovat skryté příkazy." -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID uživatele: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "prostřednictvím DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "od {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID serveru: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Použijte `{}dm {} ` pro odpověď tomuto uživateli" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Odesláno od {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "Byl jsem nakonfigurován, abych ho nikam neodeslal." -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Vaše zpráva byla odeslána." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 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:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Vlastník {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 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:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 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:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Zpráva byla doručena uživateli {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "Vypíše datovou cestu bota." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "Cesta k datům: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Přidá uživatele na bílou listinu\\n " -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Seznam povolených uživatelů\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Povolení uživatelé:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Promaže bílou listinu.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Bílá listina promazána." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "\\n Přidá uživatele na černou listinu\\n " -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Uživatel přidán na černou listinu." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Seznam uživatelů na černé listině\\n " -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "Uživatelé na černé listině:" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Odstraní uživatele z černé listiny\\n " -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Vymaže černou listinu\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "Černá listina byla vymazána." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Příkazy pro správu bílé listiny\\n " -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Promaže bílou listinu.\\n " -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "\\n Seznam uživatelů a rolí na černé listině.\\n " -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "Uživatelé a role na černé listině:" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Vymaže černou listinu\\n " -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, docstring msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " msgstr "Zakažte příkaz.\\n\\n Pokud vlastníte bota, ve výchozím nastavení toto zakáže příkazy\\n globálně\\n " -#: redbot/core/core_commands.py:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Zakázat příkaz globálně." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Tento příkaz je již globálně vypnutý." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Zakázat příkaz pouze na tomto serveru." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "Nemáš dovoleno tento příkaz zakázat." -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Povolte příkaz globálně." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Již přidáno." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Není v seznamu." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Jsou imunní" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Nejsou imunní" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "Neznámý kanál s id: {id}" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "Ukončování." -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Neočekávaná chyba: '{0}'" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "Případ #{} | {} {}" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "**Důvod:** {}" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "**Důvod:** Použijte příkaz `reason` pro přidání" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "Neznámý" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "Moderátor" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "Až do" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "Doba trvání" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "Kanál" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "{channel} (odstraněn)" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "Zmínil(a)" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "Naposledy upraveno" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "**Uživatel:** {}\\n" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "**Moderátor:** {}\\n" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "**Kanál**: {}\\n" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "**Naposledy upraveno v:** {}\\n" diff --git a/redbot/core/locales/da-DK.po b/redbot/core/locales/da-DK.po index 6489a1206..97b78be67 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: da_DK\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "deaktiveret" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "aktiveret" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "deaktiveret" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "aktiveret" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/de-DE.po b/redbot/core/locales/de-DE.po index 7d84a671e..e9e263a0d 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: de_DE\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Dieser Befehl kann nicht ohne eine globale Bank in DM bezahlt werden." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Sie benötigen mindestens {cost} {currency} um diesen Befehl zu verwenden." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Befehle um Red's cog Manager zu bedienen." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Listet aktuelle cog Pfade nach Priorität sortiert auf.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Installationspfad: {install_path}\\nCore Pfad: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Füge einen Pfad zur Liste der verfügbaren cog Pfade hinzu.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Dieser Pfad existiert nicht oder zeigt nicht auf ein gültiges Verzeichnis." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Pfad erfolgreich hinzugefügt." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " msgstr "\\n Entfernt einen Pfad aus den verfügbaren Zahnpfaden mit der `path_number` von `[p]paths`.\\n " -#: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Pfad Nummern müssen positiv sein." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Das ist eine ungültige Pfadnummer." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Der Pfad wurde erfolgreich entfernt." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Ordnet Pfade intern neu um andere cogs entdecken zu können.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Ungültiger 'from' index." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Ungültiger 'to' index." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Pfade wurden neu geordnet." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Gibt den aktuellen Installationspfad zurück oder legt diesen fest wenn einer angegeben wird.\\n Der angegebene Pfad muss absolut oder relativ zum Bot-\\n Verzeichnis sein und bereits existieren.\\n\\n Installierte cogs werden bei dem Vorgang nicht übertragen.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Dieser Pfad existiert nicht." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Der bot wird neue cogs in das Verzeichnis {} installieren." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "\\n Listet alle geladenen und verfügbaren cogs auf.\\n " -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} geladen.**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} nicht geladen.**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} geladen.**\\n" @@ -118,1449 +110,1716 @@ msgstr "**{} geladen.**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} nicht geladen.**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} geladen.**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} nicht geladen.**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "Befehle die Grundfunktionen betreffen." -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "Zeigt Informationen über Red." -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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 "Dieser Bot ist eine Instanz von [Red, ein open source Discord bot]({}) erstellt von [Twentysix]({}) und [von vielen verbessert]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Diese Instanz gehört" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Red Version" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Ja, {version} ist verfügbar." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "Die Suche nach einem Update ist fehlgeschlagen." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Veraltet" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Über diese Instanz" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Über Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Freude seit 02. Jan 2016 (vor {} Tagen!)" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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 "Dieser Bot ist eine Instanz von Rot, einem Open-Source-Discord Bot (1) erstellt von Twentysix (2) und verbessert von vielen (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "Instanz im Besitz von: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed Version: [{red_version}] (7)\\n" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "Veraltet: [{state}]\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "**Über Red**\\n" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "**Über diese Instanz**\\n" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "**Referenzen**\\n1. <{}>\\n2. <{}>\\n\\n 3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "Zeigt die Laufzeit von [botname] an." -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Weniger als eine Sekunde" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Erhalten für: **{time_quantity}** (seit {timestamp} UTC)" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 +#, docstring +msgid " Commands which interact with the data [botname] has about you " +msgstr "" + +#: redbot/core/core_commands.py:529 +#, docstring +msgid " Find out what type of data [botname] stores and why " +msgstr "" + +#: redbot/core/core_commands.py:534 +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\\nAdditionally, 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:553 +#, docstring +msgid " View the End User Data statements of each 3rd-party module. " +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I need to be able to attach files (try in DMs?)" +msgstr "" + +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" +msgstr "" + +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 +#, 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:650 +msgid "This command ({command}) does not support non-interactive usage" +msgstr "" + +#: redbot/core/core_commands.py:657 +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:667 +msgid "This may take some time" +msgstr "" + +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:705 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" + +#: redbot/core/core_commands.py:735 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " +msgstr "" + +#: redbot/core/core_commands.py:750 +#, 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:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " +msgstr "" + +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:773 +#, 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:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:792 +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:803 +#, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 "\\n Befehle um Einbettungen an- oder auszuschalten.\\n\\n Diese Einstellung bestimmt, ob Einbettungen\\n als Reaktion auf einen Befehl (der dies unterstützt)\\n verwendet werden. Standardmässig werden\\n Einbettungen verwendet.\\n " -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:1029 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:460 +#: redbot/core/core_commands.py:1030 msgid "Embed settings:\\n\\n" msgstr "Einbettungseinstellungen: \\n\\n" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:1032 msgid "Global default: {}\\n" msgstr "Globaler Standard: {}\\n" -#: redbot/core/core_commands.py:465 +#: redbot/core/core_commands.py:1035 msgid "Guild setting: {}\\n" msgstr "Gildeneinstellungen: {}\\n" -#: redbot/core/core_commands.py:468 +#: redbot/core/core_commands.py:1038 msgid "Channel setting: {}\\n" msgstr "Kanaleinstellung: {}\\n" -#: redbot/core/core_commands.py:470 +#: redbot/core/core_commands.py:1040 msgid "User setting: {}" msgstr "Benutzereinstellungen: {}" -#: redbot/core/core_commands.py:476 +#: redbot/core/core_commands.py:1046 #, 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 "\\n Wechselt die globale Einstellung für Einbettungen.\\n\\n Dies wird als Ersatzeinstellung verwendet, falls der\\n Benutzer oder die Gilde keine Präferenz eingestellt hat.\\n Standardmässig werden Einbettungen verwendet.\\n " -#: redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:1056 msgid "Embeds are now {} by default." msgstr "Einbettungen sind standardmäßig: {} ." -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "disabled" msgstr "deaktiviert" -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "enabled" msgstr "aktiviert" -#: redbot/core/core_commands.py:493 +#: redbot/core/core_commands.py:1063 #, 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 "\\n Wechselt die Einbettungs-Einstellung der Gilde.\\n\\n Wenn nicht festgelegt, so wird die Einstellung aufgehoben\\n und stattdessen der globale Standard verwendet.\\n\\n Wenn festgelegt, so wird dies anstelle des globalen Standards verwendet\\n um zu entscheiden, ob Einbettungen verwendet werden oder nicht.\\n Dies wird bei allen Befehlen eines Gildenkanals angewendet, mit\\n Ausnahme von Hilfebefehlen.\\n " -#: redbot/core/core_commands.py:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 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:509 +#: redbot/core/core_commands.py:1079 msgid "Embeds are now {} for this guild." msgstr "Einbettungen für diesen Discord Server sind jetzt: {} ." -#: redbot/core/core_commands.py:518 +#: redbot/core/core_commands.py:1088 #, 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 "\\n Wechselt die Embed-Einstellung des Kanals.\\n\\n Wenn kein Wert angegeben wird, wird die Einstellung aufgehoben\\n und stattdessen der Serverstandard verwendet.\\n\\n Wenn ein Wert angegeben wird, so wird dieser anstelle des Serverstandards verwendet\\n um zu entscheiden, ob Embeds verwendet werden oder nicht.\\n Dies wird bei allen Befehlen die innerhalb des Kanals ausgeführt werden angewendet.\\n Ausnahme sind hierbei Hilfebefehle.\\n " -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:1104 msgid "Embeds are now {} for this channel." msgstr "Einbettungen für diesen Discord Server sind jetzt {}." -#: redbot/core/core_commands.py:541 +#: redbot/core/core_commands.py:1111 #, 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 "\\n Wechselt die Einbettungs-Einstellung des Benutzers für Privatnachrichten.\\n\\n Wenn nicht festgelegt, so wird die Einstellung aufgehoben\\n und stattdessen der globale Standard verwendet.\\n\\n Wenn festgelegt, so wird dies anstelle des globalen Standards verwendet\\n um zu entscheiden, ob Einbettungen verwendet werden oder nicht.\\n Dies wird sowohl bei allen Befehlen in einer Direktnachricht an den Bot\\n angewendet, als auch bei allen Hilfebefehlen.\\n " -#: redbot/core/core_commands.py:556 +#: redbot/core/core_commands.py:1126 msgid "Embeds are now enabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie aktiviert." -#: redbot/core/core_commands.py:558 +#: redbot/core/core_commands.py:1128 msgid "Embeds are now disabled for you in DMs." msgstr "Einbettungen sind jetzt in Privatnachrichten für Sie deaktiviert." -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:1134 #, 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:576 +#: redbot/core/core_commands.py:1146 msgid "No exception has occurred yet" msgstr "Keine Ausnahme ist bis jetzt aufgetreten" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:1151 #, docstring msgid "Show's [botname]'s invite url." msgstr "Zeigt die Einladungs-URL von [botname] an." -#: redbot/core/core_commands.py:593 +#: redbot/core/core_commands.py:1163 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:1168 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "\\n Lege fest, ob der Befehl für die durchschnittlichen Benutzer zugänglich sein sollte.\\n " -#: redbot/core/core_commands.py:627 +#: redbot/core/core_commands.py:1197 #, 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 "\\n Lasse den Bot seine eigene Rolle mit den notwendigen Berechtigungen beim Beitritt eines Servers erstellen.\\n\\n Diese Rolle kann nicht gelöscht werden und sie kann nicht vom Bot entfernt werden.\\n\\n Für diese Funktion musst du ein gültiges Berechtigungsniveau angeben.\\n Das Berechtigungsniveau kann hier generiert werden: https://discordapi.com/permissions.html\\n\\n Bitte beachte, dass für einige Berechtigungen die zwei Faktor-Authentifizierung benötigt wird.\\n " -#: redbot/core/core_commands.py:647 +#: redbot/core/core_commands.py:1217 #, docstring msgid "Leaves the current server." msgstr "Verlässt den aktuellen Server." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:1218 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:654 redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 msgid "Response timed out." msgstr "Antwortzeitlimit erreicht." -#: redbot/core/core_commands.py:658 +#: redbot/core/core_commands.py:1228 msgid "Alright. Bye :wave:" msgstr "Oke. Bye :wave:" -#: redbot/core/core_commands.py:659 +#: redbot/core/core_commands.py:1229 msgid "Leaving guild '{}'" msgstr "Gilde verlassen '{}'" -#: redbot/core/core_commands.py:662 +#: redbot/core/core_commands.py:1232 msgid "Alright, I'll stay then :)" msgstr "Oke, dann beilbe ich :)" -#: redbot/core/core_commands.py:667 +#: redbot/core/core_commands.py:1237 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:678 +#: redbot/core/core_commands.py:1248 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:693 +#: redbot/core/core_commands.py:1263 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:696 +#: redbot/core/core_commands.py:1266 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:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 msgid "Done." msgstr "Erledigt." -#: redbot/core/core_commands.py:705 +#: redbot/core/core_commands.py:1275 msgid "Alright then." msgstr "Oke, na dann." -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:1282 #, docstring msgid "Loads packages." msgstr "Lädt Pakete." -#: redbot/core/core_commands.py:730 +#: redbot/core/core_commands.py:1301 msgid "Loaded {packs}." msgstr "Lade {packs}." -#: redbot/core/core_commands.py:735 +#: redbot/core/core_commands.py:1306 msgid "The following package is already loaded: {pack}" msgstr "Das folgende Paket ist bereits geladen: {pack}" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:1310 msgid "The following packages are already loaded: {packs}" msgstr "Das folgende Paket ist bereits geladen: {packs}" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:1317 msgid "Failed to load the following package: {pack}.\\nCheck 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:751 +#: redbot/core/core_commands.py:1322 msgid "Failed to load the following packages: {packs}\\nCheck 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:759 redbot/core/core_commands.py:877 +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 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:763 redbot/core/core_commands.py:881 +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 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:771 +#: redbot/core/core_commands.py:1357 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:775 +#: redbot/core/core_commands.py:1361 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:782 +#: redbot/core/core_commands.py:1368 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou 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:788 +#: redbot/core/core_commands.py:1374 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou 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:803 +#: redbot/core/core_commands.py:1389 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "Das folgende Paket ist bereits geladen: {pack}." -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "Die folgenden Pakete wurden entfernt: {packs}." -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "Das folgende Paket wurde nicht geladen: {pack}." -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "Die folgenden Pakete wurden nicht geladen: {packs}." -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "Neu geladen {packs}." -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck 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:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck 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:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 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:893 +#: redbot/core/core_commands.py:1495 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:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou 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:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou 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:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "Beendet den Bot." -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Herunterfahren... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Neustart..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "Ändert die Einstellungen von [botname]." -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Admin Rollen: {admin}\\nMod Rollen: {mod}\\n" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "Identisch mit der Sprache des Bots" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "{bot_name} Einstellungen:\\n\\nPräfixe: {prefixes}\\n{guild_settings}Sprache: {locale}\\nRegionales Format: {regional_format}" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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 "Stelle die Verzögerung ein, bis der Bot Nachrichten, die einen Befehl enthalten entfernt.\\n\\n Muss zwischen -1 und 60 liegen.\\n\\n Setze den Wert auf -1, um diese Funktion zu deaktivieren.\\n " -#: redbot/core/core_commands.py:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "Löschen von Befehlen deaktiviert." -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "Löschverzögerung auf {num} Sekunden eingestellt." -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 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:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "Ich werde keine Nachrichten die Befehle enthalten löschen." -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "Beschreibung zurückgesetzt." -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "Diese Beschreibung ist zu lang um korrekt angezeigt zu werden. Versuche es erneut mit weniger als 250 Zeichen" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "\\n Fügt eine Admin-Rolle für diese Gilde hinzu.\\n " -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "Diese Rolle ist bereits eine Admin-Rolle." -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." msgstr "Diese Rolle wird nun als Admin-Rolle angesehen." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "\\n Fügt eine Mod-Rolle für diese Gilde hinzu.\\n " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." msgstr "Diese Rolle ist bereits eine mod Rolle." -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 msgid "That role is now considered a mod role." msgstr "Diese Rolle wird jetzt als eine Mod Rolle betrachtet." -#: redbot/core/core_commands.py:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "\\n Entfernt eine Admin-Rolle für diese Gilde.\\n " -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 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:1082 +#: redbot/core/core_commands.py:1684 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:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "\\n Entfernt eine Mod-Rolle für diese Gilde.\\n " -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 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:1095 +#: redbot/core/core_commands.py:1697 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:1101 +#: redbot/core/core_commands.py:1703 #, 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 "\\n Lege fest, ob die vom Botbesitzer eingestellte Farbe für Embeds verwendet werden soll.\\n\\n Standardmäßig wird die Blutfarbe verwendet.\\n Andernfalls wird die Farbe der höchsten Rolle des Bots verwendet.\\n " -#: redbot/core/core_commands.py:1110 +#: redbot/core/core_commands.py:1712 msgid "The bot {} use its configured color for embeds." msgstr "Der Bot {} verwendet seine eingestellten Farben für Einbettungen." -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "wird nicht" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "wird" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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 "\\n Schalten Sie ein, ob die fuzzy Kommandosuche für den Server aktiviert werden soll.\\n\\n Standard ist, dass die fuzzy Kommandosuche deaktiviert wird.\\n " -#: redbot/core/core_commands.py:1127 +#: redbot/core/core_commands.py:1729 msgid "Fuzzy command search has been {} for this server." msgstr "Ungenaue Befehlssuche wurde für diesen Server {}." -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1737 #, 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 "\\n Schaltet ein, ob die fuzzy Kommandosuche in DMs aktiviert werden soll.\\n\\n Standard ist, dass die fuzzy Kommandosuche deaktiviert wird.\\n " -#: redbot/core/core_commands.py:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "Ungenaue Befehlssuche wurde für Direktnachrichten {}." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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 "\\n Setzt eine Standardfarbe für die Botembeds.\\n\\n Akzeptierbare Werte für den Farbparameter können unter:\\n\\n https://discordpy.readthedocs.io/de/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n gefunden werden " -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Die Farbe wurde zurückgesetzt." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Die Farbe wurde eingestellt." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "Legt den Avatar von [botname] fest \\n \\n Unterstützt entweder einen Anhang oder eine Bild-URL." -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Nur JPG oder PNG Format." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "Entfernt den Avatar von [botname]." -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "Profilbild entfernt." -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "Status auf ``Spielt von {game.name}`` gesetzt." -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "Spiel-Status entfernt." -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "Status auf ``Hört {listening}`` gesetzt." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "``Hört``-Status gelöscht." -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "Status auf ``Schaut {watching}`` gesetzt." -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "``Schaut``-Status entfernt." -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Status zu {} geändert." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "Setzt den Benutzernamen [botname]." -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Fehler beim Ändern des Namens. Denke daran, dass du dies nur einmal pro Stunde machen kannst. Benutze Spitznamen falls du oft Änderungen des Namens benötigst. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "Setzt den Nicknamen von [botname]." -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Der Präfix wurde festgelegt." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Server Präfixe wurden zurückgesetzt." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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 "\\n Ändert die Sprache des Bots.\\n\\n `` kann ein beliebiger Sprachcode inklusive Ländercode sein.\\n z.B. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, usw.\\n\\n Besuche die Crowdin Seite von Red um zu sehen für welche Sprachen Übersetzungen verfügbar sind:\\n https://translate.discord.red\\n\\n Um auf Englisch zurückzusetzen benutze den Code \\\"en-US\\\".\\n " -#: redbot/core/core_commands.py:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "Ungültiger Sprachcode. Verwende das Format: `en-US`" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 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:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Sprache wurde geändert." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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 "\\n Ändert das regionale Format des Bots. Dies wird für die Formatierung von Datum, Zeit und Zahlen verwendet.\\n\\n `` kann jeder Sprachcode mit zugehörigem Ländercode sein.\\n z. B. `en-US`, `de-DE`, `fr-FR`, `pl-PL`, usw.\\n\\n Lass `` leer, um regionale Formatierung auf das Regionale Format der Botsprache zu setzen.\\n " -#: redbot/core/core_commands.py:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "Regionale Formatierung basiert nun auf der Botsprache." -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 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:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "Der benutzerdefinierte Text wurde gelöscht." -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "Der benutzerdefinierte Text wurde festgelegt." -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "Text muss weniger als 1024 Zeichen lang sein." -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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 "Verschiedene externe API-Token festlegen.\\n \\n Diese Einstellung wird von einigen Drittanbietern und einigen Kerncogs angefordert.\\n\\n Um die Schlüssel hinzuzufügen, gib den Namen des Services und die Token als kommagetrennte\\n Liste von Schlüsseln und Werten, wie von dem anfragenden Cog beschrieben.\\n\\n Hinweis: API-Token sind sensible Daten und sollten nur in einem privaten Kanal\\n oder in DM mit dem Bot verwendet werden.\\n " -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "`{service}` API-Token wurden gesetzt." -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Verwalte die Einstellungen für den Hilfe-Befehl." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "Hilfe wird Menüs verwenden." -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "Die Hilfe verwendet keine Menüs." -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "Die Hilfe filtert keine versteckten Befehle" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "Hilfe filtert versteckte Befehle." -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 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:1528 +#: redbot/core/core_commands.py:2175 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:1532 +#: redbot/core/core_commands.py:2179 #, 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 "\\n Dies erlaubt es dem Bot, auf die Existenz eines bestimmten\\n Hilfethemas zu reagieren, auch wenn der Benutzer es nicht verwenden kann.\\n\\n Hinweis: Diese Einstellung auf dem eigenen ist nicht vollständig verhindert Befehlsbeschreibung.\\n\\n Standardwerte auf False.\\n Wenn du dies ohne Einstellung verwendest, wird dies umschalten.\\n \\n \\n Defaults to False " -#: redbot/core/core_commands.py:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "Die Hilfe überprüft, ob Hilfethemen vorhanden sind." -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 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:1556 +#: redbot/core/core_commands.py:2203 #, 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 "Lege das Zeichenlimit für jede Seite in der Hilfe-Nachricht fest.\\n\\n Diese Einstellung gilt nur für eingebettete Hilfe.\\n\\n Der Standardwert beträgt 1000 Zeichen. Der Mindestwert beträgt 500.\\n Das Maximum basiert hängt von der Anzahl an Zeichen ab, die von Discord erlaubt werden.\\n\\n Bitte beachte, dass ein relativ kleines Zeichenlimit\\n bedeuten kann, dass einige Seiten dieses Limit überschreiten.\\n " -#: redbot/core/core_commands.py:1567 +#: redbot/core/core_commands.py:2214 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:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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 "Legt die maximale Anzahl der Hilfe-Seiten fest, die in einem Serverkanal gesendet werden.\\n\\n Diese Einstellung gilt nicht für die Menühilfe.\\n\\n Wenn eine Hilfe-Nachricht mehr Seiten als diesen Wert enthält, wird die Hilfe-Nachricht \\n per DM an den Befehls-Autor gesendet. Dies soll helfen, Spam in\\n Textkanälen zu reduzieren.\\n\\n Der Standardwert ist 2 Seiten.\\n " -#: redbot/core/core_commands.py:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 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:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Erledigt. Das Seitenlimit wurde auf {} gesetzt." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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 "Legen Sie die Verzögerung fest, nach der Hilfeseiten gelöscht werden.\\n\\n Die Einstellung ist standardmäßig deaktiviert, und gilt nur für nicht-Menü-Hilfne,\\n die in Server-Textkanälen gesendet werdeb.\\n Das Setzen der Verzögerung auf 0 deaktiviert diese Funktion.\\n\\n Der Bot muss die MANAGE_MESSAGES Berechtigung haben, damit dies funktioniert.\\n " -#: redbot/core/core_commands.py:1607 +#: redbot/core/core_commands.py:2254 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:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "Fertig. Hilfe-Nachrichten werden jetzt nicht gelöscht." -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 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:1618 +#: redbot/core/core_commands.py:2265 #, 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 "\\n Stellt den verwendeten Slogan ein.\\n\\n Diese Einstellung trifft nur auf eingebettete Hilfe zu. Ist kein Slogan\\n angegeben, so wird stattdessen der Standardwert verwendet.\\n " -#: redbot/core/core_commands.py:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "Der Slogan wurde zurückgesetzt." -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 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:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "Das Schlagwort wurde gesetzt." -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "Sendet eine Nachricht an den Eigentümer." -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "über DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "von {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Nutze `{}dm {} ` um dem Benutzer zu antworten" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Gesendet von {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "Ich wurde konfiguriert, das nirgendwo zu senden." -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Deine Nachricht wurde gesendet." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 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:1742 +#: redbot/core/core_commands.py:2389 #, 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 "Sendet einen DM an einen Benutzer.\\n\\n Dieser Befehl benötigt eine Benutzer-ID, um zu funktionieren.\\n Um eine Benutzer-ID zu erhalten, gehen Sie zu Discords Einstellungen und öffnen Sie den Tab\\n 'Erscheinungsbild'. Aktivieren Sie den 'Entwicklermodus' und klicken Sie dann mit der rechten Maustaste auf einen Nutzer\\n und klicken Sie auf 'ID kopieren'.\\n " -#: redbot/core/core_commands.py:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Inhaber von {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Du kannst auf diese Nachricht mit {}contact antworten" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Die Nachricht konnte leider nicht an {} gesendet werden." -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Nachricht an {} zugestellt." -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "Druckt den Bot-Datenpfad." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "Datenpfad: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "Zeigt nützliche Informationen zum Debuggen an." -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Whitelist Management Befehle.\\n " -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Fügt einen Benutzer in die Whitelist ein.\\n hinzu " -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "Benutzer zur Whitelist hinzugefügt." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Listet Whitelist-Benutzer.\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Benutzer auf der Whitelist:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "\\n Entfernt Benutzer aus der Whitelist.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "Benutzer wurden von der Whitelist entfernt." -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Leert die Whitelist.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Die Whitelist wurde gelöscht." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Blacklist Management Befehle.\\n " -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "\\n Fügt einen Benutzer zur Blacklist hinzu.\\n " -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Sie können keinen Eigentümer auf die schwarze Liste setzen!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Benutzer wurde zur schwarzen Liste hinzugefügt." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Listet Benutzer auf, die auf der schwarzen Liste stehen. \\n " -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "Gesperrte Benutzer:" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Löscht Benutzer aus der Blacklist.\\n " -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "Benutzer wurden von der Blacklist entfernt." -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Löscht die schwarze Liste.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "Blacklist wurde gelöscht." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Whitelist Management Befehle.\\n " -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "\\n Fügt einen Benutzer oder eine Rolle in die Whitelist ein.\\n hinzu " -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "{names} zur Whitelist hinzugefügt." -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "\\n Listet Whitelist Benutzer und Rollen auf.\\n " -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Benutzer und Rollen auf der weißen Liste:" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "\\n Entfernt Benutzer oder Rolle aus Whitelist.\\n " -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "{names} wurden von der lokalen Whitelist entfernt." -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Leert die Whitelist.\\n " -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "Lokale Whitelist wurde geleert." -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Blacklist Management Befehle.\\n " -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "\\n Fügt einen Benutzer oder eine Rolle zur Blacklist hinzu.\\n " -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "Du kannst dich nicht selbst blacklisten!" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "Du kannst den Besitzer der Gilde nicht blacklisten!" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "Du kannst einen Bot-Besitzer nicht blacklisten!" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "{names} zur lokalen Blacklist hinzugefügt." -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "\\n Listet Benutzer und Rollen auf, die auf der schwarzen Liste stehen. \\n " -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "Gesperrte Benutzer und Rollen:" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "\\n Entfernt Benutzer oder Rolle aus der Blacklist.\\n " -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "{names} wurden von der lokalen Blacklist entfernt." -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Löscht die Blacklist.\\n " -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "Die lokale Blacklist wurde geleert." -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, docstring msgid "\\n List disabled commands.\\n\\n If you're the bot owner, this will show global disabled commands by default.\\n " msgstr "\\n Listet deaktivierte Befehle.\\n\\n Wenn Sie der Bot-Eigentümer sind, wird dies global deaktivierte Befehle standardmäßig anzeigen.\\n " -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "Liste global deaktivierte Befehle." -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "Es gibt keine global deaktivierten Befehle." -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "{} Befehle sind global deaktiviert.\\n" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "1 Befehl ist global deaktiviert.\\n" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "Liste aller deaktivierten Befehle in diesem Server." -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "Es gibt in {} keine deaktivierten Befehle." -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "{} Befehle sind in {} deaktiviert.\\n" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "Ein Befehl ist in {} deaktiviert.\\n" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, docstring msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " msgstr "Befehl deaktivieren.\\n\\n Wenn Sie der Bot-Besitzer sind, wird dies Befehle\\n standardmäßig deaktiviert.\\n " -#: redbot/core/core_commands.py:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Deaktiviert einen Befehl global." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 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:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 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:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Dieser Befehl ist bereits global deaktiviert." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Deaktiviere einen Befehl nur auf diesem Server." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "Du darfst diesen Befehl nicht deaktivieren." -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server deaktiviert." -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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 "Aktiviere einen Befehl.\\n\\n Wenn du ein Bot-Besitzer bist, wird dies versuchen, einen global\\n deaktivierten Befehl standardmäßig zu aktivieren.\\n \\n " -#: redbot/core/core_commands.py:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Einen Befehl global aktivieren." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Dieser Befehl ist bereits global aktiviert." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Aktiviert einen Befehl auf diesem Server." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "Du darfst diesen Befehl nicht aktivieren." -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Dieser Befehl ist bereits auf diesem Server aktiviert." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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 "Setze die Antwort des Bots auf deaktiviert Befehle.\\n\\n Leer lassen, um nichts zu senden.\\n\\n Um den Befehlsnamen in die Nachricht aufzunehmen, gib den\\n `{command}` Platzhalter ein.\\n " -#: redbot/core/core_commands.py:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "Rollen, die vor automatisierten Moderationsaktionen immun sind: \\n" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "Mitglieder, die vor automatisierten Moderationsaktionen immun sind: \\n" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Keine Immunitätseinstellungen hier." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Bereits vorhanden." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Nicht in der Liste." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Sie sind immun" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Sie sind nicht immun" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "\\n Befehle zum Konfigurieren von Besitzerbenachrichtigungen. \\n " -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "Es werden keine zusätzlichen Kanäle gesendet." -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "Unbekannter Kanal mit Id: {id}" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, 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:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "Ignoriere Befehle im angegebenen Kanal oder in der angegebenen Kategorie.\\n\\nStandardmäßig wird der Aktuelle Kanal verwendet.\\n " -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "Kanal zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "Kanal ist bereits in der ignorierten Liste." -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "Befehle in diesem Server ignorieren." -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "Der Server wurde zur ignorierten Liste hinzugefügt." -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "Der Server wird bereits ignoriert." -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, 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:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "Kanal von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "Der Kanal ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "Entferne den Server von der ignorierten Liste." -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "Der Server wurde von der ignorierten Liste entfernt." -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "Der Server ist nicht auf der ignorierten Liste." -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "Der Server wird aktuell ignoriert." -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "Derzeit ignorierte Kategorien: {categories}\\nKanäle: {channels}" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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 "Evaluiere ein Statement aus Python Code.\\n\n" @@ -1583,7 +1842,7 @@ msgstr "Evaluiere ein Statement aus Python Code.\\n\n" " commands - redbot.core.commands\\n\n" " _ - Des Ergebnis des letzten dev Befehls\\n " -#: redbot/core/dev_commands.py:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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 "Asynchronen Code ausführen.\n\n" @@ -1604,35 +1863,35 @@ msgstr "Asynchronen Code ausführen.\n\n" " _ - Des Ergebnis des letzten dev Befehls\n" " " -#: redbot/core/dev_commands.py:213 +#: redbot/core/dev_commands.py:220 #, 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 "Öffne eine interaktive REPL.\\n\\n Die REPL erkennt Code nur als Nachrichten, die mit einem\\n Back-Tick beginnen. Dies beinhaltet Codeblocks, und da diese mehrere Zeilen ausgewertet werden können\\n.\\n " -#: redbot/core/dev_commands.py:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "In diesem Kanal ist bereits eine aktive REPL-Sitzung. \n" "Mit `quit` kannst du diese verlassen." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Geben sie ihren Code zum Ausführen oder zum bewerten ein. \n" "`exit()` oder `quit` zum beenden." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "Schließen." -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Unerwarteter Fehler: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "Verspotte einen Benutzer, der einen Befehl aufruft.\\n\\n Der Präfix darf nicht eingegeben werden.\\n " -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "Sende ein Nachrichtenereignis als würde es von einem anderen Benutzer geschickt werden.\\n\\n Liest nur den Rohinhalt einer Nachricht. Anhänge, Einbettungen etc. werden\\n ignoriert.\\n " @@ -1701,76 +1960,81 @@ msgstr "Dieser Befehl ist noch nicht wieder bereit. Versuche es in einer Sekunde msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "Zu viele Personen benutzen diesen command. Er kann nur {number} Mal pro {type} verwendet werden." -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "Fall #{} | {} {}" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "**Grund:** {}" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "**Grund:** Benutze den `reason` Befehl um ihn hinzuzufügen" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "Unbekannt" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "Unbekannter oder gelöschter Benutzer" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "Moderator" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "Bis" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "Dauer" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "Kanal" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "{channel} (gelöscht)" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "Geändert durch" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "Zuletzt geändert am" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "**Benutzer:** {}\\n" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "**Moderator:** {}\\n" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "**Bis:** {}\\n**Dauer:** {}\\n" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "**Kanal**: {}\\n" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "**Geändert von:** {}\\n" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "**Zuletzt geändert am:** {}\\n" diff --git a/redbot/core/locales/el-GR.po b/redbot/core/locales/el-GR.po index 363eb689f..54cdd5e3c 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: el_GR\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/es-ES.po b/redbot/core/locales/es-ES.po index 52394ef17..4a4d96c95 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: es_ES\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Esa ruta es no existe o no apunta a un directorio válido." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Ruta añadida exitósamente." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Número de ruta inválido." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Ruta eliminada exitósamente." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Índice 'from' no válido." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Índice 'to' no válido." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Rutas reordenadas." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Ruta inexistente." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "El bot instalará nuevos cogs en el directorio '{}'." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Las inserciones ahora son {} por defecto." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "Inserciones ahora volverá a la configuración global." - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "Las inserciones ahora son {} para este gremio." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Listo." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Apagando... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Reiniciando..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." +msgstr "Las inserciones ahora son {} por defecto." + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." -msgstr "" +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." +msgstr "Inserciones ahora volverá a la configuración global." -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." -msgstr "" +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "Las inserciones ahora son {} para este gremio." #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Listo." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Apagando... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Reiniciando..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Únicamente formatos JPG o PNG." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Estado cambiado a {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "No se pudo cambiar el nombre. Recuerde que solo se puede hacer hasta 2 veces por hora. Utilice sobrenombres si cambios más frecuentes son necesarios. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "No tengo permisos para cambiar mi propio apodo." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefijo establecido." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Los prefijos del servidor han sido restaurados." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Configuración regional establecida." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID de usuario: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "a través de MP" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID del servidor: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilice `{}dm {} ` para responder a este usuario" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Su mensaje ha sido enviado." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "No soy capaz de entregar su mensaje. Lo siento." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Dueño de {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Puedes responder este mensaje con {}contacto" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Lo siento, no pude enviar su mensaje a {}" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Mensaje enviado a {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Usuarios en lista blanca:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "La lista blanca ha sido borrada." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "No puedes poner un dueño en la lista negra!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Usuario ha añadido a la lista negra." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Este canal ya está ejecutando una sesión REPL. Salga usando `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Ingresar código a ejecutar o evaluar. `exit()` o `quit` para salir." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Error inesperado: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/fi-FI.po b/redbot/core/locales/fi-FI.po index 6f49aac2d..5fe3abcb1 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: fi_FI\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Polkua ei ole olemassa tai se viittaa virheelliseen kansioon." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Polku lisätty onnistuneesti." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/fr-FR.po b/redbot/core/locales/fr-FR.po index 2f6aad293..166db77ff 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: fr_FR\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Impossible de payer cette commande en message privé sans banque globale." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Vous avez besoin d’au moins {cost} {currency} pour utiliser cette commande." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Commandes pour la gestion des cogs de Red." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Liste les chemins des cogs actuels par ordre de priorité.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Chemin d’installation : {install_path}\\nChemin du noyau (Core) : {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Ajoute un chemin à la liste des chemins des cogs disponibles.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Ce chemin n'existe pas ou ne pointe pas vers un répertoire valide." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Chemin d'accès ajouté avec succès." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Les numéros de chemin doivent être positifs." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "C'est un nombre invalide de chemin d'accès." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Le chemin d'accès a été supprimée avec succès." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Réordonne les chemins internes pour permettre la découverte de différents cogs.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Index 'from' invalide." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Index 'to' invalide." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Chemins d'accès réorganisés." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Renvoie le chemin d'installation actuel ou le définit s'il est fourni.\\n Le chemin fourni doit être absolu ou relatif au chemin d'accès du bot.\\n et il doit déjà exister.\\n\\n Aucun cog installé ne sera transférée pendant le processus.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Ce chemin d'accès n'existe pas." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Le bot va installer les nouveaux cogs vers le dossier `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "\\n Liste tous les cogs chargés et disponibles.\\n " -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} chargé :**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} déchargé :**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} chargé :**\\n" @@ -118,1487 +110,1754 @@ msgstr "**{} chargé :**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} déchargé :**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} chargé :**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} déchargé :**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "Commandes liées aux fonctions de base." -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "Afficher les infos à propos de Red." -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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 "Ce bot est une instance de [Red, un bot Discord open source]({}) créé par [Twentysix]({}) et [amélioré par beaucoup]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Instance appartenant à" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Version de Red" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Oui, {version} est disponible." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "La vérification des mises à jour a échoué." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Obsolète" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "À propos de cette instance" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "À propos de Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 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:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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 "Ce bot est une instance de Red, un bot Discord open source (1) créé par Twentysix (2) et amélioré par beaucoup (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "Instance appartenant à : [{owner}]\\nPython : [{python_version}] (5)\\ndiscord.py : [{dpy_version}] (6)\\nVersion de Red : [{red_version}] (7)\\n" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "Obsolète : [{state}]\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "**À propos de Red**\\n" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "**À propos de cette instance**\\n" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "**Références**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "Affiche le temps de disponibilité de [botname]." -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Moins d'une seconde" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "En ligne depuis : **{time_quantity}** (Depuis {timestamp} UTC)" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 +#, docstring +msgid " Commands which interact with the data [botname] has about you " +msgstr "" + +#: redbot/core/core_commands.py:529 +#, docstring +msgid " Find out what type of data [botname] stores and why " +msgstr "" + +#: redbot/core/core_commands.py:534 +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\\nAdditionally, 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:553 +#, docstring +msgid " View the End User Data statements of each 3rd-party module. " +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I need to be able to attach files (try in DMs?)" +msgstr "" + +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" +msgstr "" + +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 +#, 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:650 +msgid "This command ({command}) does not support non-interactive usage" +msgstr "" + +#: redbot/core/core_commands.py:657 +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:667 +msgid "This may take some time" +msgstr "" + +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:705 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" + +#: redbot/core/core_commands.py:735 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " +msgstr "" + +#: redbot/core/core_commands.py:750 +#, 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:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " +msgstr "" + +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:773 +#, 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:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:792 +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:803 +#, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 "\\n Commandes pour activer ou désactiver les embeds.\\n\\n Ce paramètre détermine s'il faut ou non\\n utiliser les embeds en réponse à une commande (pour\\n les commandes qui le supportent). La valeur par défaut est\\n d'utiliser les embeds.\\n " -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:1029 #, docstring msgid "Show the current embed settings." msgstr "Affiche les paramètres actuels des embeds." -#: redbot/core/core_commands.py:460 +#: redbot/core/core_commands.py:1030 msgid "Embed settings:\\n\\n" msgstr "Paramètre des embeds :\\n\\n" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:1032 msgid "Global default: {}\\n" msgstr "Paramètre par défaut global : {}\\n" -#: redbot/core/core_commands.py:465 +#: redbot/core/core_commands.py:1035 msgid "Guild setting: {}\\n" msgstr "Paramètre du serveur : {}\\n" -#: redbot/core/core_commands.py:468 +#: redbot/core/core_commands.py:1038 msgid "Channel setting: {}\\n" msgstr "Paramètres du salon : {}\\n" -#: redbot/core/core_commands.py:470 +#: redbot/core/core_commands.py:1040 msgid "User setting: {}" msgstr "Paramètre utilisateur : {}" -#: redbot/core/core_commands.py:476 +#: redbot/core/core_commands.py:1046 #, 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 "\\n Active leparamètre des embeds globalement.\\n\\n Ceci est utilisé comme une solution de repli si l'utilisateur\\n ou le serveur n'a pas fixé de préférence. Le paramètre\\n par défaut est d'utiliser les embeds.\\n " -#: redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:1056 msgid "Embeds are now {} by default." msgstr "Les embeds sont maintenant {} par défaut." -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "disabled" msgstr "désactivé" -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "enabled" msgstr "activé" -#: redbot/core/core_commands.py:493 +#: redbot/core/core_commands.py:1063 #, 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 "\\n Active le paramètre des embeds pour ce serveur.\\n\\n Si l'option est Aucune, le réglage sera désactivé et\\n la valeur globale par défaut sera utilisée à la place.\\n\\n Si elle est définie, elle est utilisée à la place de la valeur globale 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 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:509 +#: redbot/core/core_commands.py:1079 msgid "Embeds are now {} for this guild." msgstr "Les embeds sont maintenant {} pour ce serveur." -#: redbot/core/core_commands.py:518 +#: redbot/core/core_commands.py:1088 #, 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:534 +#: redbot/core/core_commands.py:1104 msgid "Embeds are now {} for this channel." msgstr "Les embeds sont maintenant {} pour ce salon." -#: redbot/core/core_commands.py:541 +#: redbot/core/core_commands.py:1111 #, 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 "Basculez le paramètre des embeds pour ce serveur.\\n\\n Si l'option activée est Aucune, le réglage sera désactivé et\\n la valeur globale par défaut sera utilisée à la place.\\n\\n Si elle est définie, elle est utilisée à la place de la valeur globalepar 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:556 +#: redbot/core/core_commands.py:1126 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:558 +#: redbot/core/core_commands.py:1128 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:564 +#: redbot/core/core_commands.py:1134 #, 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:576 +#: redbot/core/core_commands.py:1146 msgid "No exception has occurred yet" msgstr "Aucune exception n'a eu lieu pour le moment" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:1151 #, docstring msgid "Show's [botname]'s invite url." msgstr "Affiche le lien d'invitation de [botname]." -#: redbot/core/core_commands.py:593 +#: redbot/core/core_commands.py:1163 #, docstring msgid "Setup the bot's invite." msgstr "Configurer l'invitation du bot." -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:1168 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "\\n Défini si la commande devrait être accessible pour l'utilisateur basique.\\n " -#: redbot/core/core_commands.py:627 +#: redbot/core/core_commands.py:1197 #, 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:647 +#: redbot/core/core_commands.py:1217 #, docstring msgid "Leaves the current server." -msgstr "" +msgstr "Quitte le serveur actuel." -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:1218 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:654 redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 msgid "Response timed out." msgstr "Réponse expirée." -#: redbot/core/core_commands.py:658 +#: redbot/core/core_commands.py:1228 msgid "Alright. Bye :wave:" msgstr "Très bien. Bye :wave:" -#: redbot/core/core_commands.py:659 +#: redbot/core/core_commands.py:1229 msgid "Leaving guild '{}'" msgstr "Quitte le serveur ‘{}’" -#: redbot/core/core_commands.py:662 +#: redbot/core/core_commands.py:1232 msgid "Alright, I'll stay then :)" msgstr "Très bien, je reste ici :)" -#: redbot/core/core_commands.py:667 +#: redbot/core/core_commands.py:1237 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:678 +#: redbot/core/core_commands.py:1248 msgid "To leave a server, just type its number." msgstr "Pour quitter un serveur, tapez simplement son numéro." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:1263 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:696 +#: redbot/core/core_commands.py:1266 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:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 msgid "Done." msgstr "Terminé." -#: redbot/core/core_commands.py:705 +#: redbot/core/core_commands.py:1275 msgid "Alright then." msgstr "D’accord." -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:1282 #, docstring msgid "Loads packages." -msgstr "" +msgstr "Charge les paquets." -#: redbot/core/core_commands.py:730 +#: redbot/core/core_commands.py:1301 msgid "Loaded {packs}." msgstr "Chargé {packs}." -#: redbot/core/core_commands.py:735 +#: redbot/core/core_commands.py:1306 msgid "The following package is already loaded: {pack}" msgstr "Le paquet suivant est déjà chargé : {pack}" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:1310 msgid "The following packages are already loaded: {packs}" msgstr "Les paquets suivants sont déjà chargés : {packs}" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:1317 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "Impossible de charger le paquet suivant:{pack}.\\nVérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:751 +#: redbot/core/core_commands.py:1322 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "Impossible de charger le paquet suivant:{packs}.\\nVérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 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:763 redbot/core/core_commands.py:881 +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 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:771 +#: redbot/core/core_commands.py:1357 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:775 +#: redbot/core/core_commands.py:1361 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:782 +#: redbot/core/core_commands.py:1368 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:788 +#: redbot/core/core_commands.py:1374 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:803 +#: redbot/core/core_commands.py:1389 #, docstring msgid "Unloads packages." -msgstr "" +msgstr "Décharge les paquets." -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "Le paquet suivant a été déchargé : {pack}." -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "Les paquets suivants ont été déchargés : {packs}." -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "Le paquet suivant n'étais pas chargé : {pack}." -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "Les paquets suivants n'étais pas chargés : {packs}." -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." -msgstr "" +msgstr "Recharge les paquets." -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "Rechargé {packs}." -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "Impossible de recharger le paquet suivant :{pack}.\\nVérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "Impossible de recharger les paquets suivants :{packs}.\\nVérifiez votre console ou les logs pour plus de détails." -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 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:893 +#: redbot/core/core_commands.py:1495 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:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." -msgstr "" +msgstr "Arrête le bot." -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Arrêt... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Redémarrage..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." -msgstr "" +msgstr "Change les paramètres de [botname]." -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Rôles admins : {admin}\\nRôles modérateurs: {mod}\\n" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "Identique à la langue du bot" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "Paramètres de {bot_name} :\\n\\nPréfixes : {prefixes}\\n{guild_settings}Language : {locale}\\nFormat de région : {regional_format}" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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 "Définit le délai avant que le bot supprime le message de la commande.\\n\\n Doit être entre -1 et 60.\\n\\n Règler sur -1 pour désactiver cette fonctionnalité.\\n " -#: redbot/core/core_commands.py:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "Suppression de la commande désactivée." -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "Délai de suppression défini à {num} secondes." -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "Je ne supprimerai pas les messages de commande." -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "Description réinitialisée." -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" 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:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "\\n Ajoute un rôle admin pour ce serveur.\\n " -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "Ce rôle est déjà un rôle admin." -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 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:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "\\n Ajoute un rôle modérateur pour ce serveur.\\n " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 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:1069 +#: redbot/core/core_commands.py:1671 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:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "\\n Supprime un rôle administrateur pour ce serveur.\\n " -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 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:1082 +#: redbot/core/core_commands.py:1684 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:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "\\n Supprime un rôle modérateur pour ce serveur.\\n " -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 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:1095 +#: redbot/core/core_commands.py:1697 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:1101 +#: redbot/core/core_commands.py:1703 #, 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:1110 +#: redbot/core/core_commands.py:1712 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:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "ne sera pas" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "sera" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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:1127 +#: redbot/core/core_commands.py:1729 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:1135 +#: redbot/core/core_commands.py:1737 #, 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:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "La recherche de commande par fuzzy a été {} en DMs." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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 "\\n Définit une couleur par défaut à utiliser pour les embeds du bot.\\n\\n Les valeurs acceptables pour le paramètre de couleur peuvent être trouvées sur :\\n\\n https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n " -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "La couleur a été réinitialisée." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "La couleur a été définie." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, 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:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Format JPG/PNG uniquement." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "Avatar supprimé." -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "Statut défini à ``Joue à {game.name}``." -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "Jeu effacé." -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "Statut défini à ``Écoute {listening}``." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "Écoute éffacé." -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "Statut défini à ``Regarde {watching}``." -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Statut changé à {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." -msgstr "" +msgstr "Définit le nom d'utilisateur de [botname]." -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Impossible de changer le nom. 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. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." -msgstr "" +msgstr "Définit le surnom de [botname]." -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." -msgstr "" +msgstr "Définit le(s) préfixe(s) global de [botname]." -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Préfixe réglé." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." -msgstr "" +msgstr "Définit le(s) préfixe(s) du serveur de [botname]." -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Le préfixe local a bien été réglé." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "Code de langue invalide. Utilisez le format `en-US`" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 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:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Le langage a été défini." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "Le formatage régional sera maintenant basé sur langage du bot." -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 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:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "Le texte personnalisé a été effacé." -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "Le texte personnalisé a été défini." -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "`{service}` les tokens API ont été définis." -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Gérer les paramètres de la commande d'aide." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "L'aide utilisera les menus." -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "L'aide n'utilisera pas les menus." -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "L'aide ne filtrera pas les commandes cachées" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "L'aide filtrera les commandes cachées." -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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 "" +msgstr "\\n Définit si les commandes qui ne peuvent pas être exécutées dans le contexte actuel doivent être\\n filtrées de l'aide.\\n\\n Par défaut sur True.\\n Utiliser ceci dans paramètre l'activera.\\n " -#: redbot/core/core_commands.py:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 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:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 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:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Terminé. La limite de page a été définie à {}." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "Le tag a été réinitialisé." -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 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:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "Le tag a été défini." -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID utilisateur : {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "par message privé" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID du serveur : {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilisez `{}dm {} ` pour répondre à cet utilisateur" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Envoyé par {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 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:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Votre message a été envoyé." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Je ne parviens pas à envoyer votre message. Désolé." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Propriétaire de {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Vous pouvez répondre à ce message avec {} contact" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 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:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Message envoyé a {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "Envoie le chemin des données du bot." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "Chemin des données: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Ajoute un utilisateur à la liste blanche.\\n " -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "Utilisateurs ajoutés à la liste blanche." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Liste les utilisateurs en liste blanche.\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Utilisateurs inscrits sur la liste blanche:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "\\n Supprime l'utilisateur de la liste blanche.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "Les utilisateurs ont été retirés de la liste blanche." -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Efface la liste blanche.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "La liste blanche a été effacée." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Commandes de gestion de la liste noire.\\n " -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "\\n Ajoute un utilisateur à la liste noire.\\n " -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Vous ne pouvez pas ajouter un propriétaire sur la liste noire !" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Utilisateur ajouté à la liste noire." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Liste les utilisateurs sur la liste noire.\\n " -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "Utilisateurs présents sur la liste noire :" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Supprime un utilisateur de la liste noire.\\n " -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "Les utilisateurs ont été retirés de la liste noire." -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Efface la liste noire.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "La liste noire a été éffacée." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Commandes de gestion de liste blanche.\\n " -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "\\n Ajoute un utilisateur ou un rôle à la liste blanche.\\n " -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "{names} ajoutés à la liste blanche." -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "\\n Liste les utilisateurs et les rôles en liste blanche.\\n " -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Utilisateurs et rôles en liste blanche :" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "\\n Supprime les utilisateurs ou les rôles de la liste blanche.\\n " -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "{names} supprimé de la liste blanche locale." -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Efface la liste blanche.\\n " -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "La liste blanche locale a été effacée." -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Commandes de gestion de la liste noire.\\n " -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "\\n Ajoute un utilisateur ou un rôle à la liste noire.\\n " -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "Vous ne pouvez pas vous blacklister vous-même !" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "Vous ne pouvez pas blacklister le propriétaire de la guilde !" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "Vous ne pouvez pas blacklister un propriétaire de bot !" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "{names} ajoutés à la liste noire locale." -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "\\n Liste des utilisateurs et rôles sur la liste noire.\\n " -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "Utilisateurs et rôles sur la liste noire :" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "\\n Supprime les utilisateurs ou les rôles de la liste noire.\\n " -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "{names} supprimé de la liste noire locale." -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Efface la liste noire.\\n " -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "La liste noire locale a été effacée." -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "Liste des commandes désactivées globalement." -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "{} commandes sont désactivées globalement.\\n" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "1 commande est désactivée globalement.\\n" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "{} commandes sont désactivées dans {}.\\n" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "1 commande est désactivée dans {}.\\n" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Désactiver une commande globalement." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Cette commande est déjà globalement désactivée." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Désactiver une commande pour ce serveur uniquement." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "Vous n'êtes pas autorisé à désactiver cette commande." -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 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:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Activer une commande globalement." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Cette commande est déjà activée globalement." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Activer une commande dans ce serveur." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 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:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 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:2486 +#: redbot/core/core_commands.py:3133 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:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Pas de paramètres d'immunité ici." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Déjà ajouté." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Pas dans la liste." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Ils sont immunisés" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Ils ne sont pas immunisés" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "Salon inconnu avec l'id : {id}" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " 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:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "Salon ajouté à la liste des ignorés." -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "Salon déjà dans la liste des ignorés." -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "Ignorer les commandes dans ce serveur." -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 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:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, 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:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " 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:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "Salon supprimé de la liste des ignorés." -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 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:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "Supprime ce serveur de la liste des ignorés." -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 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:2728 +#: redbot/core/core_commands.py:3375 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:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Déjà en cours d'exécution d'une session REPL dans ce canal. Quittez-la avec `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Entrez le code à exécuter ou à évaluer. `exit()` ou `quit` à quitter." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Erreur inattendue : `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1667,76 +1926,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "Cas #{} | {} {}" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "**Raison :** {}" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "**Raison :** Utilisez la commande `reason` pour l'ajouter" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "Inconnu" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "Modérateur" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "Jusqu'à" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "Durée" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "Salon" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "{channel} (supprimé)" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "Modifié par" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "Dernière modification à" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "**Utilisateur :** {}\\n" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "**Modérateur :** {}\\n" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "**Jusqu'à :** {}\\n**Durée :** {}\\n" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "**Salon** : {}\\n" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "**Modifié par :** {}\\n" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "**Dernière modification à :** {}\\n" diff --git a/redbot/core/locales/he-IL.po b/redbot/core/locales/he-IL.po index 4d8797dbe..7e89ee164 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: he_IL\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/hu-HU.po b/redbot/core/locales/hu-HU.po index 90872acea..1234750b0 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: hu_HU\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Nem lehet fizetni ézért a parancsért DM-ben globális bank nélkül." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Legfeljebb {cost}{currency} kell ahoz hogy használd ezt a parancsot." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Parancsok arra hogy kapcsolatba kerülj Red cog kezelőjével." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Listázza a cog útvonalait priorítás szerint.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Telepítési útvonal: {install_path}\\nAlap útvonal: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\nÚtvonal hozzáadása a jelenlegi cog útvonalakhoz.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Az útvonal nem létezik vagy hibás." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Útvonal sikeresen hozzáadva." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Az útvonalak számának pozitívnak kell lenni." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Ez egy érvénytelen útvonal szám." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Útvonal sikeresen eltávoltítva." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Újrarendezi az útvonalakat hogy engedélyezze a különböző cog-ok felfedezését.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Érvénytelen `kezdő-` index." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Érvénytelen `vég-` index." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Útvonalak újrarendezve." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Megmutatja a jelenlegi telepítési útvonalat vagy beállítja ha megadtál egyet.\\n A megadott útvonalnak abszolútnak vagy relatívnak kell lenni a bot mappájához képest\\n és a mappának már léteznie kell.\\n\\nAz eddig feltelepített cogs-ok nem lesznek áthelyezve.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Az útvonal nem létezik." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "A bot le fog tölteni új cogs-okat a `{}` könyvtárba." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "\\n Kilistázza az összes betöltött és elérhető cogs-ot.\\n " -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} betöltve:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} kirakva:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} betöltve:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} betöltve:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} kirakva:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} betöltve:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} kirakva:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "nincs engedélyezve" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "engedélyezve" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Időtúllépés." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Kész." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Leállítás... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Újraindítás..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "nincs engedélyezve" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "engedélyezve" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -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:1111 -msgid "will not" -msgstr "nem fogja" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "fogja" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Időtúllépés." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Kész." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Leállítás... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Újraindítás..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +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:1713 +msgid "will not" +msgstr "nem fogja" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "fogja" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "A szín resetelve." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "A szín be lett állítva." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "JPG / PNG formátum az elfogadott." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Nem sikerült nevet változtatni. Emlékezz, tudod szerkeszteni maximum 2-szer óránként. Használj beceneveket ha sokszor változtatsz. `{} név beállítása`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Nincs jogom hogy megváltoztassam a nevem." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefix beállítva." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "A prefix be van állítva ezen a szerveren." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "A helyszín be lett állítva." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "User ID: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "privát üzeneten keresztül" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "{}-től" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 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:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Küldve {} {} által" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Az üzeneted el lett küldve." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Nem tudom kézbesíteni az üzeneted. Bocsi." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Tulajdonosa ennek: {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Válaszolhatsz erre az üzenetre {}contact -vel" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 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:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Üzenet elküldve {} -nek" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Whitelistelt felhasználók:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Whitelist kitörölve." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Már most is fut egy REPL értekezlet ebben a csatornában. Lépj ki a `quit` használatával." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Írd be a kódot hogy végrehajtsd vagy kiértékeld. `exit()` vagy `quit` hogy kilépj." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Váratlan hiba: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/id-ID.po b/redbot/core/locales/id-ID.po index 0d48a574d..8f14ca88d 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: id_ID\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Jalan itu tidak ada atau tidak mengarah ke direktori yang benar." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Jalur berhasil ditambahkan." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Itu adalah nomor jalur yang tidak valid." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Jalan berhasil dilepas." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Tidak valid 'dari' indeks." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Tidak valid 'ke' indeks." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Jalur diatur ulang." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Jalan itu tidak ada." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Bot akan menginstal roda gigi baru ke direktori `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Selesai." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Mematikan... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Memulai ulang..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Selesai." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Mematikan... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Memulai ulang..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Format JPG / PNG saja." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Gagal mengganti nama. Ingat bahwa Anda hanya bisa melakukannya sampai 2 kali per jam. Gunakan julukan jika Anda memerlukan perubahan yang sering. `{} set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Set awalan." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Awalan persekutuan telah diatur ulang." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Lokal telah ditetapkan." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID Pengguna: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "melalui DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "dari {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | Server ID: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gunakan `{} dm {} ` untuk membalas pengguna ini" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Dikirim oleh {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Pesan Anda telah dikirim." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Saya tidak dapat menyampaikan pesan Anda. Maaf." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Pemilik dari {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Pengguna yang telah diabaikan:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Daftar abaikan telah di bersihkan." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Anda tidak dapat memblokir pemilik!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Pengguna ditambahkan ke daftar blokir." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Sudah menjalankan sesi REPL dalam kanal ini. Keluar dengan 'berhenti'." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Masukkan kode untuk mengeksekusi atau mengevaluasi. `exit ()` atau `quit` untuk keluar." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Kesalahan tak terduga: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/it-IT.po b/redbot/core/locales/it-IT.po index 53775ce71..401d58575 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: it_IT\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Comandi utilizzati per interagire con il manager cog di Red." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Il percorso indicato non esiste o non punta ad una cartella valida." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Percorso aggiunto con successo." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "I Numeri Percorso devono essere positivi." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Il numero di percorso inserito non è valido." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Percorso rimosso con successo." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Parametro 'from' non valido." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Parametro 'to' non valido." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "I percorsi sono stati riordinati." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Questo percorso non esiste." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "In futuro i cogs verranno installati nella directory '{}'." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Gli embed adesso sono {} di default." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "disabilitata" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "abilitata" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -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:509 -msgid "Embeds are now {} for this guild." -msgstr "Gli embed adesso sono {} per questa gilda." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Risposta scaduta." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Fatto." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 +#, 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:1029 +#, docstring +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:1032 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1035 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 +#, 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:1056 +msgid "Embeds are now {} by default." +msgstr "Gli embed adesso sono {} di default." + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "disabilitata" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "abilitata" + +#: redbot/core/core_commands.py:1063 +#, 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:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +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:1079 +msgid "Embeds are now {} for this guild." +msgstr "Gli embed adesso sono {} per questa gilda." + +#: redbot/core/core_commands.py:1088 +#, 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:1104 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1111 +#, 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:1126 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, 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:1146 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:1151 +#, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Risposta scaduta." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Fatto." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:1495 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Arresto in corso... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Riavvio in corso..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:1684 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1095 +#: redbot/core/core_commands.py:1697 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1703 #, 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:1110 +#: redbot/core/core_commands.py:1712 msgid "The bot {} use its configured color for embeds." msgstr "Il bot {} utilizzerà i colori configurati per gli embed." -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "non " -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr " " -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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:1127 +#: redbot/core/core_commands.py:1729 msgid "Fuzzy command search has been {} for this server." msgstr "La ricerca indistinta dei comandi è stata {} per questo server." -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1737 #, 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:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "La ricerca indistinta dei comandi è stata {} in DM." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Il colore è stato resettato." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Il colore è stato impostato." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "I formati file permessi sono JPG / PNG." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Status cambiato a {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Non sono riuscito a cambiare il mio nome. Ricordati che è possibile farlo fino a 2 volte ogni ora. Se hai bisogno di frequenti modifiche è consigliato l'utilizzo dei nicknames. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Il prefisso è stato impostato." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "I prefissi di Gilda sono stati ripristinati." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Impostazioni locali sono stata impostata." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Gestisci le impostazioni per il comando aiuto." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 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:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Fatto. Il limite di pagine è stato impostato a {}." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "La tagline è stata resettata." -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 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:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID utente: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "attraverso il DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "da {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID server: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Utilizzare `{}dm {} ` per rispondere a questo utente" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Inviato da {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Il tuo messaggio è stato inviato." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 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:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Proprietario di {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Puoi risponder a questo messaggio con {}contact" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 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:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Messaggio recapitato a {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Utenti in Whitelist:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "La whitelist è stata cancellata." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Non puoi aggiungere alla blacklist un proprietario!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Utente aggiunto alla blacklist." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Utenti e ruoli nella whitelist:" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Disabilita globalmente un comando." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Questo comando risulta già disabilitato globalmente." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Disabilita un comando in questo server." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "Questo comando è già disabilitato in questo server." -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Abilita globalmente un comando." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Questo comando risulta già abilitato globalmente." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Abilita un comando in questo server." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Questo comando è già abilitato in questo server." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Non ci sono impostazioni di immunità." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Già aggiunto." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Non in elenco." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Sono immuni" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Non sono Immuni" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "E' già in esecuzione una sessione REPL in questo canale. Puoi terminarla scrivendo `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Inserire il codice da eseguire oppure valutare. `exit()` o `quit` per uscire." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Errore imprevisto: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ja-JP.po b/redbot/core/locales/ja-JP.po index eb2f39527..9d7beda13 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ja_JP\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "グローバルバンクがないので、DMでこのコマンドを実行できません。" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "このコマンドを使用するには、少なくとも {cost} {currency} が必要です。" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "コマンドは Red`s Cog Managerの制御" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n 現在のCogパスを優先度順に一覧表示します。\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "インストールするCogパス: {install_path}\\nコアパス: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n 使用可能なCogパスのリストにパスを追加します。\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "そのパスは存在しないか、有効なディレクトリをではありません。" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "パスが正常に追加されました。" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " msgstr "\\n `[p] paths`から` path_number`で指定された利用可能なcogパスを削除します。`.\\n " -#: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "パス番号は正の数で指定してください。" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "これは無効なパス番号です。" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "パスが正常に削除されました。" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n 再度パスを並び替えて、異なるCogの検出を可能にします。\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "'from' が無効です。" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "'to' が無効です" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "パスを並べ替えました。" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ko-KR.po b/redbot/core/locales/ko-KR.po index 9baff91fd..0ccac5514 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ko_KR\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "해당 경로가 없거나 올바른 디렉토리가 아니에요." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "경로가 성공적으로 추가됐어요." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "해당 번호는 잘못된 경로 번호예요." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "경로가 성공적으로 제거됐어요." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "'from' 인덱스가 잘돗됐어요." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "'to' 인덱스가 잘못됐어요." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "경로들이 다시 정렬됐어요." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "해당 경로는 존재하지 않아요." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "봇이 새로운 cogs를 '{}' 디렉토리에 설치해요." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "퐁!" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "다 했어요." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "종료하는 중..." - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "다시 시작하는 중..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "다 했어요." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "종료하는 중..." + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "다시 시작하는 중..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "JPG / PNG 형식만 가능해요." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "이름을 변경하지 못했어요. 한 시간에 2번까지만 할 수 있다는 것을 기억해요. 자주 변경해야 할 경우에는 닉네임을 변경해보세요. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "제 별명을 변경할 수 있는 권한이 없어요." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "프리픽스가 변경됐어요." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "길드 프리픽스가 재설정됐어요." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "로컬이 설정됐어요." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "다이렉트 메세지를 통해서" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "{} 에서" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "해당 사용자에게 응답하려면 `{}dm {} ` 을 사용해야 해요." -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "{} {} 의해 전송됐어요." -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "메세지가 전송됐어요." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "사용자님의 메세지를 전송할 수 없어요. 미안해요." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "화이트 리스트에 추가된 사용자 :" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "화이트 리스트가 지워졌어요." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "우리 주인님은 블랙 리스트에 추가할 수 없어요!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "사용자가 블랙 리스트에 추가됐어요." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "이 채널에서 이미 REPL 세션을 실행하고 있어요, `야메로`!" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "실행하거나 평가할 코드를 입력해보세요. 종료하려면 `exit()` 또는 `quit` 를 눌러야 해요." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "예상치 못한 오류 : `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/nl-NL.po b/redbot/core/locales/nl-NL.po index 3eaba8593..6f3592e29 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: nl_NL\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Je moet minstens {cost} {currency} hebben om dit commando te gebruiken." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Commando's om te communiceren met Red's cog manager." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Dit pad bestaat niet, of leidt niet naar een geldige map." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Pad toegevoegd." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Dat is geen geldig pad-nummer." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Pad verwijderd." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Ongeldige 'van' index." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Ongeldige 'naar' index." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Paden opnieuw geordend." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Dit pad bestaat niet." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "De bot zal nieuwe cogs installeren naar de `{}` map." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Verouderd" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Over deze instantie" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Over Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Embeds zijn nu standaard {}." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "de-activeren" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "activeren" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "Embeds zullen nu weer de globale instellingen gebruiken." - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "Embeds zijn nu {} voor deze server." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" +#: redbot/core/core_commands.py:657 +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:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Reactie time-out." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "Oké. Doei :wave:" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" -msgstr "Oké, ik blijf wel :)" - #: redbot/core/core_commands.py:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -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:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -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:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Klaar." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." -msgstr "Oké dan." - -#: redbot/core/core_commands.py:712 -#, docstring -msgid "Loads packages." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." -msgstr "{packs} geladen." +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" -msgstr "Dit pakket is al geladen: {pack}" - -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" -msgstr "Deze pakketten zijn al geladen: {packs}" - -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:750 +#, 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:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +#: redbot/core/core_commands.py:773 +#, 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:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Afsluiten... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Herstarten..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." -msgstr "" +msgid "Embeds are now {} by default." +msgstr "Embeds zijn nu standaard {}." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "de-activeren" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "activeren" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." -msgstr "" +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." +msgstr "Embeds zullen nu weer de globale instellingen gebruiken." -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." -msgstr "" +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "Embeds zijn nu {} voor deze server." #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "zal niet" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "zal" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Reactie time-out." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "Oké. Doei :wave:" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "Oké, ik blijf wel :)" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +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:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +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:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Klaar." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "Oké dan." + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "{packs} geladen." + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "Dit pakket is al geladen: {pack}" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "Deze pakketten zijn al geladen: {packs}" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Afsluiten... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Herstarten..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "zal niet" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "zal" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Je kan alleen het JPG / PNG formaat gebruiken." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Status veranderd naar {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Kon de gebruikersnaam niet veranderen. Je kunt maximaal twee keer per uur je naam veranderen. Gebruik nicknames als je het vaak moet veranderen met `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefix opgeslagen." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Server prefixes zijn gereset." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Taal is veranderd." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "met een persoonlijk bericht" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "van {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Gebruik `{}dm {} ` om te reageren op deze gebruiker" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Verzonden door {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Je bericht is verzonden." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Ik kan dit bericht niet afleveren." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Gebruikers op de witte lijst:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Witte lijst is gewist." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Je kan de eigenaar niet op de zwarte lijst zetten!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Gebruiker aan zwarte lijst toegevoegd." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Die command is al geactiveerd in deze server." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Er is al een REPL sessie gaande in dit kanaal. Stop deze met `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Voer code in om dit uit te voeren. `exit()` of `quit` to om te stoppen." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Onverwachte fout: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/no-NO.po b/redbot/core/locales/no-NO.po index 9a16128cf..cc09fb0c5 100644 --- a/redbot/core/locales/no-NO.po +++ b/redbot/core/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: no_NO\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Kommandoer for å kommunisere med Red sin cog manager." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Banen eksisterer ikke eller peker ikke til en gyldig mappe." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Banen er lagt til." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Bane nummeret må være positivt." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Det er et ugyldig bane nummer." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Banen ble fjernet." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Ugyldig \"fra\" index." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Ugyldig \"to\" index." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Baner forandret." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Denne banen finnes ikke." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Bot'en vil installere nye cogs til \"{}\" mappen." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Utdatert" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Embeder er nå {} som standard." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "skrudd av" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "skrudd på" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "Embeder vil nå bruke globale instillinger." - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "Embeder er nå {} for denne guilden." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" +#: redbot/core/core_commands.py:657 +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:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" -msgstr "Ok, da blir jeg værende da :)" - #: redbot/core/core_commands.py:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Ferdig." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 +#, 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:1029 +#, docstring +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" +msgstr "" + +#: redbot/core/core_commands.py:1032 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1035 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 +#, 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:1056 +msgid "Embeds are now {} by default." +msgstr "Embeder er nå {} som standard." + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "skrudd av" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "skrudd på" + +#: redbot/core/core_commands.py:1063 +#, 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:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." +msgstr "Embeder vil nå bruke globale instillinger." + +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "Embeder er nå {} for denne guilden." + +#: redbot/core/core_commands.py:1088 +#, 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:1104 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1111 +#, 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:1126 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, 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:1146 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:1151 +#, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "Ok, da blir jeg værende da :)" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Ferdig." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "" -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "" -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "" -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:1495 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Slår av... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Restarter..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "" -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." msgstr "" -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 msgid "That role is now considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:1684 msgid "That role is no longer considered an admin role." msgstr "" -#: redbot/core/core_commands.py:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1095 +#: redbot/core/core_commands.py:1697 msgid "That role is no longer considered a mod role." msgstr "" -#: redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1703 #, 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:1110 +#: redbot/core/core_commands.py:1712 msgid "The bot {} use its configured color for embeds." msgstr "Botten {} bruke konfigurerte farger for embeder." -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "vil ikke" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "vil" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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:1127 +#: redbot/core/core_commands.py:1729 msgid "Fuzzy command search has been {} for this server." msgstr "Fuzzy kommando søking har blitt {} for denne serveren." -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1737 #, 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:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "Fuzzy kommando søking har blitt {} i DMer." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Bare JPG / PNG format." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Kan ikke endre navnet. Husk at du kan bare gjøre det opptil 2 ganger i timen. Bruk kallenavn hvis du trenger hyppige endringer. \"{} sett kallenavn\"" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Jeg mangler tillatelse til å endre mitt eget kallenavn." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefiks satt." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Gruppe prefikser er tilbakestilt." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Lokale innstillinger er angitt." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "Bruker-ID: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "gjennom DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "fra {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Bruk '{} dm {} ' for å svare denne brukeren" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Sendt av {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Din melding har blitt sendt." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Jeg klarer ikke å levere meldingen. Unnskyld." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Kjører allerede en REPL økt i denne kanalen. Avslutt den med \"avslutt\"." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Angi koden for å kjøre eller evaluere. \"exit()\" eller \"slutte\" for å avslutte." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Uventet feil: \"{}\"" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/pl-PL.po b/redbot/core/locales/pl-PL.po index a74ff3bca..0ec631676 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: pl_PL\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Komendy dla interfejsu menedżera cogów dla Reda." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Ta ścieżka nie istnieje lub nie prowadzi do poprawnego katalogu." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Ścieżka dodana pomyślnie." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Liczby w ścieżce muszą być dodatnie." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "To niepoprawny numer ścieżki." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Ścieżka usunięta pomyślnie." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Nieprawidłowy indeks 'from'." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Nieprawidłowy indeks 'to'." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Kolejność ścieżek zmieniona." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Ta ścieżka nie istnieje." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Bot będzie instalować nowe rozszerzenia w katalogu `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Właścicielem instancji jest" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Wersja Red" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Nieaktualna" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "O tej instancji" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Więcej o Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "Globalna wartość domyślna: {}\\n" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "Ustawienia serwera: {}\\n" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "Ustawienia użytkownika: {}" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Embedy są teraz domyślnie {}." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "wyłączone" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "włączone" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "Embedy będą teraz używać globalnego ustawienia." - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "Embedy są teraz {} dla tej gildii." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Przekroczono limit czasu odpowiedzi." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Gotowe." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Wyłączanie... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Restartowanie..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." -msgstr "" +msgid "Global default: {}\\n" +msgstr "Globalna wartość domyślna: {}\\n" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" +msgstr "Ustawienia serwera: {}\\n" + +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "Ustawienia użytkownika: {}" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." -msgstr "" +msgid "Embeds are now {} by default." +msgstr "Embedy są teraz domyślnie {}." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "wyłączone" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "włączone" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." -msgstr "" +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." +msgstr "Embedy będą teraz używać globalnego ustawienia." -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." -msgstr "" +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "Embedy są teraz {} dla tej gildii." #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." -msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." - #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "nie będzie" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "będzie" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Przekroczono limit czasu odpowiedzi." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Gotowe." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Wyłączanie... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Restartowanie..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "Bot {} używał swojego skonfigurowanego koloru dla embedów." + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "nie będzie" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "będzie" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Kolor został zresetowany." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Kolor został ustawiony." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Tylko formaty JPG / PNG." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Status zmieniony na %s." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Nie udało się zmienić nazwy. Pamiętaj, że możesz to robić dwa razy w ciągu godziny. Używaj pseudonimów jeśli potrzebujesz częstych zmian. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Nie mam uprawnień do zmiany mojego pseudonimu." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefiks ustawiony." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Prefiksy gildii zostały zresetowane." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Język został ustawiony." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Zarządzaj ustawieniami dla komendy help." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "Musisz podać wartość zero lub większą!" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Gotowe. Limit stron został ustawiony na {}." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID użytkownika: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "przez PW" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "z {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID serwera: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Użyj `{}dm {} `, by odpowiedzieć temu użytkownikowi" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Wysłane przez {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Twoja wiadomość została wysłana." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Nie mogę wysłać twojej wiadomości. Przepraszam." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Właściciel {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Możesz odpowiedzieć na tę wiadomość za pomocą {}contact" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Sorry, nie mogę dostarczyć Twojej wiadomości do {}" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Wiadomość dostarczona do {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Biała lista:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Biała lista została wyczyszczona." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Nie możesz dodać właściciela do czarnej listy!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Użytkownik został dodany do czarnej listy." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Biała lista użytkowników i ról:" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Wyłącza komendę globalnie." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Ta komenda jest już wyłączona globalnie." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Wyłącza komendę tylko na tym serwerze." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "Ta komenda jest już wyłączona na tym serwerze." -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Włącza komendę globalnie." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Ta komenda jest już włączona globalnie." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Włącza komendę na tym serwerze." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Ta komenda jest już włączona na tym serwerze." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Już istnieje." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Brak na liście." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Już działa sesja REPL na tym kanale. Wyjdź za pomocą `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Wpisz kod do wykonania lub oceny. Napisz `exit()`lub `quit` by wyjść." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Nieoczekiwany błąd: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/pt-BR.po b/redbot/core/locales/pt-BR.po index 73368bfa4..d67db6597 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: pt_BR\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Não pode pagar por este comando em uma DM sem um banco global." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Você precisa de pelo menos {cost} {currency} para usar este comando." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Comandos para interagir com o gestor de cogs do Red." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Lista os caminhos das cogs atuais em ordem de prioridade.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Caminho da instalação: {install_path}\\nCaminho da base: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Adiciona um caminho para a lista de caminhos de cogs disponíveis.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Esse caminho não existe ou não aponta para um diretório válido." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Caminho adicionado com sucesso." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " msgstr "\\n Remove um caminho dos caminhos disponíveis para cogs de acordo com o `path_number` de `[p]paths`.\\n " -#: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "O número do caminho deve ser positivo." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Esse é um número de caminho inválido." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Caminho removido com sucesso." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Reordena os caminhos internamente para permitir a descoberta de outros cogs.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Campo 'from' inválido." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Campo 'to' inválido." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Caminhos reordenados." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Retorna o caminho de instalação atual ou define se ele for fornecido.\\n O caminho fornecido deve ser absoluto ou relativo ao\\n diretório do bot, e já deve existir.\\n\\n Nenhum cog instalado será transferido no processo.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Esse caminho não existe." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "O bot irá instalar novos cogs no diretório `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} carregado:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} descarregado:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} carregado:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} carregado:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} descarregado:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} carregado:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} descarregado:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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 "Este bot é uma instância de [Red, um bot para Discord de código aberto]({}) criado por [Twentysix]({}) e [melhorado por muitos]({}).\\n\\nRed é 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Versão do Red" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Sim, {version} está disponível." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "Falha ao procurar por atualizações." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Desatualizado" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Sobre esta instância" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Sobre o Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 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:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Menos de um segundo" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "Configuração da Guilda: {}\\n" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "Configuração de canal: {}\\n" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "Configuração do usuário: {}" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "As mensagens incorporadas agora são {} por padrão." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "desabilitado" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "habilitado" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -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:509 -msgid "Embeds are now {} for this guild." -msgstr "As mensagens incorporadas agora são {} para esta guilda." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." -msgstr "As mensagens incorporadas agora são {} para este canal." - -#: redbot/core/core_commands.py:541 -#, 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 " +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\\nAdditionally, 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:556 -msgid "Embeds are now enabled for you in DMs." +#: redbot/core/core_commands.py:553 +#, docstring +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Tempo de resposta excedido." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "Certo. Tchau :wave:" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "Saindo da guilda '{}'" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." -msgstr "Para deixar um servidor, basta digitar o número." - -#: redbot/core/core_commands.py:693 -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:696 -msgid "Are you sure you want me to leave {}? (yes/no)" +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Concluído." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Desligando... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Reiniciando..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." -msgstr "Descrição reiniciada." +msgid "Global default: {}\\n" +msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" -msgstr "" +msgid "Guild setting: {}\\n" +msgstr "Configuração da Guilda: {}\\n" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "Configuração de canal: {}\\n" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "Configuração do usuário: {}" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." -msgstr "" +msgid "Embeds are now {} by default." +msgstr "As mensagens incorporadas agora são {} por padrão." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "desabilitado" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "habilitado" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." -msgstr "" +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +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:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." -msgstr "" +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." +msgstr "As mensagens incorporadas agora são {} para esta guilda." #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." -msgstr "O bot {} usa a cor configurada para mensagens incorporadas." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." +msgstr "As mensagens incorporadas agora são {} para este canal." #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "não vai" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "vai" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Tempo de resposta excedido." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "Certo. Tchau :wave:" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "Saindo da guilda '{}'" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "Para deixar um servidor, basta digitar o número." + +#: redbot/core/core_commands.py:1263 +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:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Concluído." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Desligando... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Reiniciando..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "Descrição reiniciada." + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "O bot {} usa a cor configurada para mensagens incorporadas." + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "não vai" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "vai" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "A cor foi redefinida." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "A cor foi definida." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Apenas formatos JPG / PNG." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Status alterado para {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefixo definido." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Prefixos do servidor foram redefinidos." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Localidade foi definida." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Gerencie as configurações para o comando de ajuda." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID do usuário: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "através de DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "de {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID do servidor: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Use `{}dm {} ` para responder este usuário" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Enviado por {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Sua mensagem foi enviada." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Proprietário de {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Você pode responder a esta mensagem com {}contato" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Desculpe, não consegui entregar sua mensagem para {}" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Mensagem enviada para {}" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "Imprime o caminho de dados do bot." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "Caminho dos dados: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "A lista braca foi limpa." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Você não pode colocar um proprietário na lista negra!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Usuário adicionado à lista negra." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "Você não pode colocar um proprietário do bot na lista negra!" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "Não existem comandos desativados globalmente." -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "{} comandos estão desativados globalmente.\\n" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "1 comando está desativado globalmente.\\n" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "Lista de comandos desabilitados neste servidor." -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "Não há nenhum comando desativado em {}." -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "{} comandos estão desativados em {}.\\n" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "1 comando está desativado em {}.\\n" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, docstring msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " msgstr "Desative um comando.\\n\\n Se você for o dono do bot, isso desativará os comandos\\n globalmente por padrão.\\n " -#: redbot/core/core_commands.py:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Desative um comando globalmente." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Habilita um comando neste servidor." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Esse comando já está habilitado neste servidor." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Nenhuma configuração de imunidade aqui." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Já adicionado." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Não está na lista." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Eles são imunes" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Eles não são Imunes" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "Saindo." -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Erro inesperado: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "Esse comando está recarregando. Tente novamente em 1 segundo." msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "Muitas pessoas usando este comando. Ele só pode ser usado {number} vez(es) por {type} simultaneamente." -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "**Motivo:** {}" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "**Motivo:** Use o comando `reason` para adicioná-lo" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "Desconhecido" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "Moderador" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "Até" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "Duração" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "Canal" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "Alterado por" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "**Usuário:** {}\\n" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "**Moderador:** {}\\n" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "**Até:** {}\\n**Duração:** {}\\n" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "**Canal**: {}\\n" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "**Alterado por:** {}\\n" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/pt-PT.po b/redbot/core/locales/pt-PT.po index 3af906f89..d335caf30 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: pt_PT\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Comandos de gestão dos cogs do Red." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Esse caminho não existe ou não aponta para um caminho válido." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Caminho adicionado com sucesso." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Deste um número de caminho inválido." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Caminho removido com sucesso." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Index 'de' inválido." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Index 'para' inválido." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Caminhos reordenados." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Esse caminho não existe." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "O bot irá instalar novos cogs para o caminho `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "As mensagens incorporadas estão agora {} por predefinição." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." +msgstr "As mensagens incorporadas estão agora {} por predefinição." + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ro-RO.po b/redbot/core/locales/ro-RO.po index 4cc13fac9..9391c1134 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ro_RO\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Path-urile au fost reordonate." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Path-ul specificat nu există." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Bot-ul va instala noile plugin-uri(cogs) în directorul `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} încărcat:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} neîncărcat:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} încărcat:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} încărcat:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} neîncărcat:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} încărcat:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} neîncărcat:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong!" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Versiunea Red" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Da, versiunea {version} este disponibilă." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "Verificarea pentru actualizări a eșuat." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Neactualizat" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Despre această instanță" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Despre Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 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:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Mai puțin de o secundă" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "Setare de utilizator: {}" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "dezactivat" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "activat" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "În regulă. Pa-paaa :wave:" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "Setare de utilizator: {}" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "dezactivat" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "activat" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "În regulă. Pa-paaa :wave:" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Schimbarea numelui a eșuat. Nu uitați că puteți face acest lucru de până la 2 ori pe oră. Utilizați nickname dacă aveți nevoie de modificări frecvente. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Îmi lipsesc permisiunile de a-mi schimba porecla." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefix setat." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Prefixele serverului au fost resetate." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "Cod de localizare invalid. Utilizați formatul: `ro-RO`" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 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:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Localizarea a fost setată." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/ru-RU.po b/redbot/core/locales/ru-RU.po index 63be417e2..134603666 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: ru_RU\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Не удается оплатить эту команду в DM без глобального банка." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Вам нужно как минимум {cost} {currency} для того чтобы использовать данную команду." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Команды для интерфейса с менеджером плагинов Red." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Список текущих путей плагинов в порядке приоритета.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Путь установки: {install_path}\\nОсновной путь: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Добавить путь к списку путей доступных плагинов.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Этот путь не существует или не указывает на допустимый каталог." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Путь успешно добавлен." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " msgstr "\\n Удаляет путь из доступных путей Cog, учитывая `path_number` от `[p]paths`.\\n " -#: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Номера путей должны быть положительными." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Это неверный номер пути." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Путь успешно удален." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Внутреннее изменение порядка путей, позволяющие обнаруживать различные плагины.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Недопустимый индекс 'от'." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Недопустимый индекс 'в'." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Пути переупорядочены." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Возвращает текущий путь установки или устанавливает его, если он указан.\\n Указанный путь должен быть абсолютным или относительным к каталогу\\n бота, и он должен уже существовать.\\n\\n Никакие установленные плагины не будут переданы в процессе.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Этого пути не существует." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Бот будет устанавливать новые плагины в директорию `{}`." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "\\n Список всех загруженных и доступных плагинов.\\n " -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} загружен:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} выгружен:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} загружен:**\\n" @@ -118,146 +110,370 @@ msgstr "**{} загружен:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} выгружен:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} загружен:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} выгружен:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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 "Этот бот является примером [Red, открытый бот Discord]({}) сделано [Twentysix]({}) и [улучшено многими]({}).\\n\\nRed поддерживается страстным сообществом, которое вносит свой вклад и создает контент для всех желающих. [Присоединяйтесь к нам сегодня]({}) и помогите нам улучшить!\\n\\n(c) Cog Creators" -#: redbot/core/core_commands.py:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Данная копия принадлежит" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Версия Red бота" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Да, {version} доступен." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "Проверка обновлений не удалась." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Устаревшие" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Об этом экземпляре" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "О Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "Приносит радость с 2 Января 2016 (более {} дней назад!)" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Менее одной секунды" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Был за: **{time_quantity}** (поскольку {timestamp} универсальное глобальное время)" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 +#, docstring +msgid " Commands which interact with the data [botname] has about you " +msgstr "" + +#: redbot/core/core_commands.py:529 +#, docstring +msgid " Find out what type of data [botname] stores and why " +msgstr "" + +#: redbot/core/core_commands.py:534 +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\\nAdditionally, 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:553 +#, docstring +msgid " View the End User Data statements of each 3rd-party module. " +msgstr "" + +#: redbot/core/core_commands.py:558 +msgid "I need to be able to attach files (try in DMs?)" +msgstr "" + +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." +msgstr "" + +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" +msgstr "" + +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." +msgstr "" + +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" +msgstr "" + +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 +#, 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:650 +msgid "This command ({command}) does not support non-interactive usage" +msgstr "" + +#: redbot/core/core_commands.py:657 +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:667 +msgid "This may take some time" +msgstr "" + +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:705 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " +msgstr "" + +#: redbot/core/core_commands.py:735 +msgid "This command doesn't do anything yet, but we're working on adding support for this." +msgstr "" + +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " +msgstr "" + +#: redbot/core/core_commands.py:750 +#, 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:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." +msgstr "" + +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " +msgstr "" + +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." +msgstr "" + +#: redbot/core/core_commands.py:773 +#, 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:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." +msgstr "" + +#: redbot/core/core_commands.py:792 +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:803 +#, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 "\\n Команды для включения или выключения встраиваемых сообщений.\\n\\n Этот параметр определяет, использовать ли встраиваемые сообщения\\n в качестве ответа на команду (для команд, которые ее поддерживают).\\n По умолчанию используются встраиваемые сообщения.\\n " -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:1029 #, docstring msgid "Show the current embed settings." msgstr "" -#: redbot/core/core_commands.py:460 +#: redbot/core/core_commands.py:1030 msgid "Embed settings:\\n\\n" msgstr "Настройка эмбеддов:\\n\\n" -#: redbot/core/core_commands.py:462 +#: redbot/core/core_commands.py:1032 msgid "Global default: {}\\n" msgstr "Глобальные значения по умолчанию: {}\\n" -#: redbot/core/core_commands.py:465 +#: redbot/core/core_commands.py:1035 msgid "Guild setting: {}\\n" msgstr "Настройки гильдии: {}\\n" -#: redbot/core/core_commands.py:468 +#: redbot/core/core_commands.py:1038 msgid "Channel setting: {}\\n" msgstr "Настройка канала: {}\\n" -#: redbot/core/core_commands.py:470 +#: redbot/core/core_commands.py:1040 msgid "User setting: {}" msgstr "Настройки пользователя: {}" -#: redbot/core/core_commands.py:476 +#: redbot/core/core_commands.py:1046 #, 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 "\\n Переключите настройку глобальных Эмбедов.\\n\\n Это используется как запасной вариант, если пользователь или\\n Guild не установили предпочтение. По умолчанию используется\\n embed.\\n " -#: redbot/core/core_commands.py:486 +#: redbot/core/core_commands.py:1056 msgid "Embeds are now {} by default." msgstr "Встраиваемые теперь по умолчанию {}." -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "disabled" msgstr "отключен" -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 msgid "enabled" msgstr "включен" -#: redbot/core/core_commands.py:493 +#: redbot/core/core_commands.py:1063 #, 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 "\\n Переключить настройку встраиваемых сообщений гильдии.\\n\\n Если для параметра Enabled не установлено\\n значение, настройка будет отменена, и вместо\\n нее будет использоваться глобальное значение\\n по умолчанию.\\n\\n Если установлено, оно будет использоваться вместо\\n глобального значения по умолчанию, чтобы определить,\\n следует ли использовать встраиваемые сообщения. Оно\n" @@ -265,1342 +481,1385 @@ msgstr "\\n Переключить настройку встраивае " гильдии, кроме команд справки\\n \n" " " -#: redbot/core/core_commands.py:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 msgid "Embeds will now fall back to the global setting." msgstr "Настройки теперь восстанавливаются." -#: redbot/core/core_commands.py:509 +#: redbot/core/core_commands.py:1079 msgid "Embeds are now {} for this guild." msgstr "Настройки {} для этой гильдии." -#: redbot/core/core_commands.py:518 +#: redbot/core/core_commands.py:1088 #, 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 "\\n Переключите настройку встраивания канала.\\n\\n Если включено None, настройка будет сброшена и\\n вместо этого будет использоваться гильдия по умолчанию.\\n\\n Если установлено, используется вместо гильдии по умолчанию\\n определить, использовать ли встраивание или нет. Это\\n используется для всех команд, выполненных в канале, кроме\\n для справочных команд.\\n " -#: redbot/core/core_commands.py:534 +#: redbot/core/core_commands.py:1104 msgid "Embeds are now {} for this channel." msgstr "Сейчас встраиваются {} для этого канала." -#: redbot/core/core_commands.py:541 +#: redbot/core/core_commands.py:1111 #, 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:556 +#: redbot/core/core_commands.py:1126 msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:558 +#: redbot/core/core_commands.py:1128 msgid "Embeds are now disabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:564 +#: redbot/core/core_commands.py:1134 #, 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:576 +#: redbot/core/core_commands.py:1146 msgid "No exception has occurred yet" msgstr "Пока еще ничего не произошло" -#: redbot/core/core_commands.py:581 +#: redbot/core/core_commands.py:1151 #, docstring msgid "Show's [botname]'s invite url." msgstr "" -#: redbot/core/core_commands.py:593 +#: redbot/core/core_commands.py:1163 #, docstring msgid "Setup the bot's invite." msgstr "" -#: redbot/core/core_commands.py:598 +#: redbot/core/core_commands.py:1168 #, docstring msgid "\\n Define if the command should be accessible for the average user.\\n " msgstr "\\n Определите, должна ли команда быть доступной для обычного пользователя.\\n " -#: redbot/core/core_commands.py:627 +#: redbot/core/core_commands.py:1197 #, 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:647 +#: redbot/core/core_commands.py:1217 #, docstring msgid "Leaves the current server." msgstr "" -#: redbot/core/core_commands.py:648 +#: redbot/core/core_commands.py:1218 msgid "Are you sure you want me to leave this server? (y/n)" msgstr "Вы уверены, что хотите, чтобы я покинул данный сервер? (y/n)" -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 msgid "Response timed out." msgstr "Время ответа истекло." -#: redbot/core/core_commands.py:658 +#: redbot/core/core_commands.py:1228 msgid "Alright. Bye :wave:" msgstr "Хорошо. До свидания :wave:" -#: redbot/core/core_commands.py:659 +#: redbot/core/core_commands.py:1229 msgid "Leaving guild '{}'" msgstr "Выход из гильдии '{}'" -#: redbot/core/core_commands.py:662 +#: redbot/core/core_commands.py:1232 msgid "Alright, I'll stay then :)" msgstr "Хорошо, тогда я остаюсь :)" -#: redbot/core/core_commands.py:667 +#: redbot/core/core_commands.py:1237 #, docstring msgid "Lists and allows [botname] to leave servers." msgstr "" -#: redbot/core/core_commands.py:678 +#: redbot/core/core_commands.py:1248 msgid "To leave a server, just type its number." msgstr "Чтобы покинуть сервер, просто наберите его номер." -#: redbot/core/core_commands.py:693 +#: redbot/core/core_commands.py:1263 msgid "I cannot leave a guild I am the owner of." msgstr "Я не могу покинуть гильдию, которой я владею." -#: redbot/core/core_commands.py:696 +#: redbot/core/core_commands.py:1266 msgid "Are you sure you want me to leave {}? (yes/no)" msgstr "Вы уверены, что хотите чтобы я вышел {}? (да/нет)" -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 msgid "Done." msgstr "Готово." -#: redbot/core/core_commands.py:705 +#: redbot/core/core_commands.py:1275 msgid "Alright then." msgstr "Хорошо." -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:1282 #, docstring msgid "Loads packages." msgstr "" -#: redbot/core/core_commands.py:730 +#: redbot/core/core_commands.py:1301 msgid "Loaded {packs}." msgstr "Загружено {packs}." -#: redbot/core/core_commands.py:735 +#: redbot/core/core_commands.py:1306 msgid "The following package is already loaded: {pack}" msgstr "Следующий пакет уже загружен: {pack}" -#: redbot/core/core_commands.py:739 +#: redbot/core/core_commands.py:1310 msgid "The following packages are already loaded: {packs}" msgstr "Следующие пакеты уже загружены: {packs}" -#: redbot/core/core_commands.py:746 +#: redbot/core/core_commands.py:1317 msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {pack}.\\n. Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:751 +#: redbot/core/core_commands.py:1322 msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." msgstr "Не удалось загрузить следующие пакеты: {packs}.\\n. Проверьте консоль или логи для более точных деталей." -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 msgid "The following package was not found in any cog path: {pack}." msgstr "Следующий пакет не найден в пути ког: {pack}." -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 msgid "The following packages were not found in any cog path: {packs}" msgstr "Следующие пакеты не были найдены в пути ког: {packs}" -#: redbot/core/core_commands.py:771 +#: redbot/core/core_commands.py:1357 msgid "This package could not be loaded for the following reason:\\n\\n{reason}" msgstr "Этот пакет не может быть загружен по следующим причинам:\\n\\n{reason}" -#: redbot/core/core_commands.py:775 +#: redbot/core/core_commands.py:1361 msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" msgstr "Эти пакеты не могут быть загружены по следующим причинам:\\n\\n{reasons}" -#: redbot/core/core_commands.py:782 +#: redbot/core/core_commands.py:1368 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." msgstr "" -#: redbot/core/core_commands.py:788 +#: redbot/core/core_commands.py:1374 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:803 +#: redbot/core/core_commands.py:1389 #, docstring msgid "Unloads packages." msgstr "" -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." msgstr "Следующий пакет был выгружен: {pack}." -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." msgstr "Следующие пакеты были выгружены: {packs}." -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." msgstr "Не удалось загрузить следующий пакет: {pack}." -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." msgstr "Следующие пакеты не были загружены: {packs}." -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." msgstr "Перезагрузка {packs}." -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." msgstr "Не удалось перезагрузить следующий пакет: {pack}.\\nПроверьте консоль или логи для получения подробностей." -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." msgstr "Не удалось перезагрузить следующие пакеты: {packs}\\nПроверьте консоль или журналы для получения информации." -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "Этот пакет не может быть перезагружен по следующей причине:\\n\\n{reason}" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:1495 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "Эти пакеты не могут быть перезагружены по следующим причинам:\\n\\n{reasons}" -#: redbot/core/core_commands.py:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Завершение работы... " -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Перезапуск..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" msgstr "Роли администратора: {admin}\\nРоли модов: {mod}\\n" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "Тот же локализация как у бота" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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 "Установите задержку, пока бот не удалит командное сообщение.\\n\\n Должно быть между -1 и 60.\\n\\n Установите -1, чтобы отключить эту функцию.\\n " -#: redbot/core/core_commands.py:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "Удаление команды отключено." -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "Удалить задержку, установленную на {num} секунд." -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 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:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "Я не буду удалять командные сообщения." -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "Описание сброшено." -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "Это описание слишком длинное для правильного отображения. Пожалуйста, попробуйте еще раз с ниже 250 символов" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "\\n Добавляет роль администратора для этого гильдии.\\n " -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." msgstr "Эта роль уже является администратором." -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." msgstr "Теперь эта роль рассматривается как роль администратора." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "\\n Добавляет роль модератора для этой гильдии.\\n " -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." msgstr "Эта роль уже является модераторской." -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 msgid "That role is now considered a mod role." msgstr "Эта роль теперь считается ролью мода." -#: redbot/core/core_commands.py:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " msgstr "\\n Удаляет роль администратора для этой гильдии.\\n " -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 msgid "That role was not an admin role to begin with." msgstr "Эта роль не была ролью администратора, с которой она начала." -#: redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:1684 msgid "That role is no longer considered an admin role." msgstr "Эта роль больше не рассматривается как роль администратора." -#: redbot/core/core_commands.py:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " msgstr "\\n Удаляет роль модератора для этого сервера.\\n " -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 msgid "That role was not a mod role to begin with." msgstr "Эта роль не была модераторской ролью для начала." -#: redbot/core/core_commands.py:1095 +#: redbot/core/core_commands.py:1697 msgid "That role is no longer considered a mod role." msgstr "Эта роль больше не рассматривается как роль модератора." -#: redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1703 #, 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 "\\n Переключите, использовать ли цвет, настроенный владельцем бота, для встраивания.\\n\\n По умолчанию используется настроенный цвет бота.\\n В противном случае используемый цвет будет цветом главной роли бота.\\n " -#: redbot/core/core_commands.py:1110 +#: redbot/core/core_commands.py:1712 msgid "The bot {} use its configured color for embeds." msgstr "Бот {} использовать свой настроенный цвет для встраивания сообщений." -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "не будет" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "будет" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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 "\\n Переключить поиск неопределенных команд на сервере.\\n\\n По умолчанию поиск неопределенных команд отключен.\\n " -#: redbot/core/core_commands.py:1127 +#: redbot/core/core_commands.py:1729 msgid "Fuzzy command search has been {} for this server." msgstr "Поиск неопределенной команды был {} для этого сервера." -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1737 #, 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 "\\n Переключить поиск неопределенных команд в личных сообщениях.\\n\\n По умолчанию поиск неопределенных команд отключен.\\n " -#: redbot/core/core_commands.py:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "Поиск неопределенных команд был {} в личных сообщениях." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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 "\\n Устанавливает цвет по умолчанию, который будет использоваться для встраиваемых сообщений бота.\\n\\n Приемлемые значения для параметра цвета можно найти по адресу:\\n\\n https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.ColourConverter\\n " -#: redbot/core/core_commands.py:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Цвет был сброшен." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Цвет был установлен." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "JPG / PNG формат только." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "Аватар удален." -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "Статус изменён на ``Воспроизведение {game.name}``." -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "Игра очищена." -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "Статус установлен в ``Слушаю {listening}``." -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "Прослушивание прояснилось." -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "Status set to ``Watching {watching}``." -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "Просмотр очищен." -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Статус изменён на {}." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Не удалось изменить имя. Помните, что вы можете делать это до 2-ух раз в час. Используйте никнеймы, если вам нужны частые изменения. `{} установить никнейм`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "Мне не хватает разрешений чтобы изменить свой ник." -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Префикс установлен." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Префиксы сервера были сброшены." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "Неверный код языка. Используйте формат: `en-US`" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "Недопустимый формат - код языка должен содержать код страны, например 'en-US'" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Локализация была установлена." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "Формат региона теперь будет основываться на локализации бота." -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "Формат региона теперь будет основываться на локализации `{language_code}`." -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "Пользовательский текст был очищен." -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "Пользовательский текст установлен." -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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 "Установите различные внешние токены API.\\n\\n Эта настройка будет запрашиваться некоторыми сторонними винтиками и некоторыми основными винтиками.\\n\\n Для добавления ключей укажите имя сервиса и токены в виде запятой\\n список ключей, значений, как описано Cog, запрашивающим эту команду.\\n\\n Примечание: токены API чувствительны и должны использоваться только в частном канале\\n или в DM с ботом.\\n " -#: redbot/core/core_commands.py:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "`{service}` API токены были установлены." -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Управление настройками для команды справки." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "Помощь будет использовать меню." -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "Помощь не будет использовать меню." -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "Помощь не будет фильтровать скрытые команды" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "Помощь будет фильтровать скрытые команды." -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "Справка будет показывать только для команд, которые могут быть запущены." -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "Справка будет показана без проверки возможности выполнения команд." -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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 "\\n Это позволяет боту ответить на сообщение о существовании конкретной\\n категории помощи, даже если пользователь не может ее использовать.\\n\\n Примечание: Эта настройка сама по себе не предотвращает переадресацию команд.\\n\\n По умолчанию — Ложь.\\n Использование этого без параметра будет переключаться.\\n " -#: redbot/core/core_commands.py:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "Помощь проверит наличие тем помощи." -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "Помощь будет проверять только наличие тем помощи при помощи нечеткой справки (если включено)." -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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 "Установите ограничение на количество символов для каждой страницы в справочном сообщении.\\n\\n Этот параметр применяется только к встроенной справке.\\n\\n Значение по умолчанию составляет 1000 символов. Минимальное значение 500.\\n Максимум зависит от того, что вы предоставляете, и того, что позволяет раздор.\\n\\n Обратите внимание, что установка относительно небольшого ограничения на количество символов может\\n означает, что некоторые страницы будут превышать этот предел.\\n " -#: redbot/core/core_commands.py:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "Значение должно быть не менее 500 символов." -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "Готово. Максимальное количество символов на странице было установлено равным {}." -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "Вы должны дать значение ноль или больше!" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Готово. Ограничение на количество страниц установлено на {}." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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 "Установите задержку, после которой страницы справки будут удалены.\\n\\n По умолчанию настройка отключена, и применяется только к справке, не являющейся меню,\\n отправляемой в текстовые каналы сервера.\\n Установка задержки в 0 отключает эту возможность.\\n\\n Бот должен иметь разрешение MANAGE_MESSAGES на работу.\\n " -#: redbot/core/core_commands.py:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "Задержка не может быть длиннее 14 дней!" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "Готово. Сообщения справки теперь не будут удалены." -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "Готово. Задержка удаления была установлена на {} секунд." -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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 "\\n Установите подзаголовок, который будет использоваться.\\n\\n Этот параметр применяется только к встроенной справке.\\n Если лозунг не указан, вместо него будет использоваться\\n значение по умолчанию\n" " " -#: redbot/core/core_commands.py:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "Ваш подзаголовок слишком длинный! Пожалуйста, уменьшите его до 2048 символов." -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "Подзаголовок был сброшен." -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "ID пользователя: {}" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "через DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "от {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | ID сервера: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Используйте `{}dm {} `чтобы ответить пользователю" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Отправил {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "Я настроен не отправлять это нигде." -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Ваше сообщение было отправлено." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Я не могу доставить ваше сообщение. Извините." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Владелец {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "Вы можете ответить на это сообщение с {} контактом" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "Извините, я не смог доставить сообщение для %s" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Сообщение доставлено к %s" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "Выводит путь к данным бота." -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "Путь к данным: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Команды управления белым списком.\\n " -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "\\n Добавляет пользователя в белый список.\\n " -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "Пользователь был добавлен в белый список." -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "\\n Список пользователей в белом списке.\\n " -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Пользователи в белом списке:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "\\n Удаляет пользователя из белого списка.\\n " -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "Пользователь был удалён из белого списка." -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Очищает белый список.\\n " -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Белый список был очищен." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Команды управления черным списком.\\n " -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "\\n Добавляет пользователя в черный список.\\n " -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Вы не можете добавить владельца в чёрный список!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Пользователь добавлен в черный список." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "\\n Список пользователей в черном списке.\\n " -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "Черный список пользователей:" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "\\n Удаляет пользователя из черного списка.\\n " -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "Пользователь был удалён из чёрного списка." -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Очищает черный список.\\n " -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "Чёрный список очищен." -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "\\n Команды управления белым списком.\\n " -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "\\n Добавляет пользователя или роль в белый список.\\n " -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "{names} добавлен в белый список." -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "\\n Показывает список пользователей и ролей в белом списке.\\n " -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Пользователи и роли в белом списке:" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "\\n Удаляет пользователя или роль из белого списка.\\n " -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "{names} удален из локального белого списка." -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "\\n Очищает белый список.\\n " -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "Локальный белый список был очищен." -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "\\n Команды управления черным списком.\\n " -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "\\n Добавлять пользователя или роль в чёрный список.\\n " -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "Вы не можете добавить себя в черный список!" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "Вы не можете добавить владельца в чёрный список!" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "{names} добавлен в локальный черный список." -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "\\n Показывает список пользователей и ролей в черном списке.\\n " -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "Пользователи и роли в черном списке:" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "\\n Удаляет пользователя или роль из черного списка.\\n " -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "{names} удален из локального черного списка." -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "\\n Очищает черный список.\\n " -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "Локальный черный список был очищен." -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, docstring msgid "\\n List disabled commands.\\n\\n If you're the bot owner, this will show global disabled commands by default.\\n " msgstr "\\n Список отключенных команд.\\n\\n Если вы владелец бота, по умолчанию будет показывать глобальные отключенные команды.\\n " -#: redbot/core/core_commands.py:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "Список отключенных команд по всему миру." -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "Нет глобально отключенных команд." -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "{} Команды отключены глобально.\\n" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "1 команда отключена глобально.\\n" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "Список отключенных команд на этом сервере." -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "Нет отключенных комманд в {}." -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "{} команды отключены в {}.\\n" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "1 команда отключена в {}.\\n" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, docstring msgid "Disable a command.\\n\\n If you're the bot owner, this will disable commands\\n globally by default.\\n " msgstr "Отключите команду.\\n\\n Если вы владелец бота, это отключит команды\\n глобально по умолчанию\\n " -#: redbot/core/core_commands.py:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Отключить команду глобально." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "Я не мог найти эту команду. Обратите внимание, что она чувствительна к регистру." -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "Команда отключения не может быть `команда` или ни одной из подкоманд." -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Эта команда уже отключена глобально." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "Отключить команду только на этом сервере." -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "Вы не можете отключить эту команду." -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "Эта команда уже отключена на этом сервере." -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Включить команду глобально." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Эта команда уже включена глобально." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Включить команду на этом сервере." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "Вы не можете включить эту команду." -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Эта команда уже включена на этом сервере." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Здесь нет настроек невосприимчивости." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Уже добавлено." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Нет в списке." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Они невосприимчивы" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Они не невосприимчивы" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "\\n Команды для настройки уведомлений владельца.\\n " -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "Этот сервер отсутствует в списке игнорируемых." -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "Этот сервер в настоящее время игнорируется." -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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 "Оценить утверждение кода Python.\\n\\n Бот всегда будет отвечать с возвращаемым значением кода.\\n Если возвращаемое значение кода является коритином, он будет ожидать,\\n и результатом этого будет ответ бота.\\n\\n Примечание: только одно утверждение может быть оценено. Использование определенных ограниченных\\n ключевых слов, напр., приведет к синтаксической ошибке. Для нескольких\\n строк или асинхронного кода смотрите [p]repl или [p]eval.\\n\\n Переменные окружения:\\n ctx - контекст вызова команды\\n бота - объект бота\\n канала - текущий объект канала\\n автор - объект участника команды\\n сообщение - объект сообщения команды\\n discord - discord. y библиотека\\n команд - redbot.core. ommands\\n _ - Результат последней команды dev.\\n " -#: redbot/core/dev_commands.py:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Уже выполняется сеанс REPL в этом канале. Выйдите из него с `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Введите код для выполнения или оценки. `exit()` или `quit` чтобы выйти." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Непредвиденная ошибка: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1669,76 +1928,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "Модератор" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/sk-SK.po b/redbot/core/locales/sk-SK.po index b99804ce8..afb8f7f4b 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: sk_SK\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Táto cesta neexistuje alebo neukazuje na platný adresár." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Čísla pravdy musia byť kladné." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/sr-SP.po b/redbot/core/locales/sr-SP.po index 18024539f..3f0dbf825 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: sr_SP\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/sv-SE.po b/redbot/core/locales/sv-SE.po index 82aa664eb..bd337ffaf 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: sv_SE\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Kan inte betala för detta kommando i DM utan en global bank." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "Du behöver minst {cost} {currency} för att använda detta kommando." -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Kommandon för att få kontakt med Reds kugghanterare." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "\\n Listar aktuella kugghjulsbanor i prioritetsordning.\\n " -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "Installationsväg: {install_path}\\nHuvudväg: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "\\n Lägg till en sökväg till listan över tillgängliga kugghjulsvägar.\\n " -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "Sökvägen finns inte eller pekar inte mot en giltig mapp." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Sökvägen har lagts till." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, docstring msgid "\\n Removes a path from the available cog paths given the `path_number` from `[p]paths`.\\n " msgstr "\\n Tar bort en sökväg från tillgängliga kugghjulsvägar med tanke på `path_number` från `[p]paths`.\\n " -#: redbot/core/cog_manager.py:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Sökvägsnummerna måste vara positiva." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Detta är ett ogiltigt sökvägs nummer." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Sökvägen är borttagen." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "\\n Omsorterar vägar internt för att möjliggöra upptäckten av olika koggar.\\n " -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Ogiltigt 'from' index." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "Ogiltigt 'to' index." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Sökvägarna omordnade." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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 "\\n Returnerar den aktuella installationssökvägen eller sätter den om en är angiven.\\n Den angivna sökvägen måste vara absolut eller relativ till botens\\n katalog och den måste redan finnas.\\n\\n Inga installerade kuggar kommer att överföras i processen.\\n " -#: redbot/core/cog_manager.py:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Sökvägen finns inte." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Boten kommer att installera nya cogar i `{}` mappen." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "\\n Listar alla inlästa och tillgängliga koggar.\\n " -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} laddad:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} urladdad:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} laddad:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} laddad:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} urladdad:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} laddad:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} urladdad:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "Kommandon relaterade till kärnfunktioner." -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "Visar information om Red." -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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 "Denna bot är en instans av [Red, en open source Discord bot]({}) skapad av [Twentysix]({}) och [förbättrad av många]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "Instansen ägs av" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Red version" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "Ja, {version} är tillgänglig." -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "Sökning efter uppdateringar misslyckades." -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Föråldrad" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "Om denna instans" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Om Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 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:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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 "Denna bot är en instans av Red, en open source Discord bot (1) skapad av Twentysix (2) och förbättrad av många (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "Instansen ägs av: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "Föråldrad: [{state}]\\n" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "**Om Red**\\n" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "**Om denna instans**\\n" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "**Referenser**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "Visar [botname]:s drifttid." -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "Mindre än en sekund" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "Uppe i: **{time_quantity}** (sedan {timestamp} UTC)" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "Användarinställning: {}" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Klart." - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "Stänger ner... " - -#: redbot/core/core_commands.py:932 -#, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "Startar om..." - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." msgstr "" -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" msgstr "" -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "Användarinställning: {}" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Klart." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "Stänger ner... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "Startar om..." + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Endast JPG / PNG format." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "Fel uppstod vid ändring av namnet. Kom ihåg att du endast kan göra detta upp till 2 gånger per timme. Använd smeknamn om du behöver ändra ofta. `{}set nickname`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Prefix ändrat." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Guild prefix har rensats." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Språket har ändrats." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "genom DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "från {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "Använd `{}dm {} `för att svara användaren" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "Skickat av {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Ditt meddelande har sänts." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Jag kan inte leverera ditt meddelande. Förlåt." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Vitlistade användare:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Vitlistan har rensats." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Du kan inte svartlista en ägare!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "Användaren är nu svartlistad." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Kör redan en REPL session i denna kanal, avsluta den med `quit`." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Skriv kod som ska köras eller utvärderas. `exit()` eller `quit` för att avsluta." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Oväntat fel: `{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/tr-TR.po b/redbot/core/locales/tr-TR.po index d77db5400..56acc4581 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: tr_TR\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "Can't pay for this command in DM without a global bank." -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "Red'in cog Yöneticisi ile arabirim komutları." -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" -msgstr "" +msgstr "Yüklü dizin: {install_path}\\nCore dizini: {core_path}\\n\\n" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." -msgstr "Bu yolu yok veya geçerli bir dizin göstermiyor." +msgstr "Bu yol mevcut değil veya geçerli bir dizini göstermiyor." -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "Reklam başarıyla eklendi." -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "Sayfa numarası pozitif olmalıdır." -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "Geçersiz telefon numarası." -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "Reklam başarıyla eklendi." -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "Geçersiz 'başlangıç' tarihi." -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "'Kime' dizini geçersiz." -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "Yolları yeniden sıralanmış." -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "Böyle bir sayfa yok." -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "Bot yeni Smm '{}' dizinine yükler." -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "**{} yüklendi:**\\n" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "**{} yüklenmesi kaldırıldı:**\\n" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "**{} yüklendi:**\\n" @@ -118,1485 +110,1752 @@ msgstr "**{} yüklendi:**\\n" msgid "**{} unloaded:**\\n" msgstr "**{} yüklenmesi kaldırıldı:**\\n" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "**{} yüklendi:**\\n" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "**{} yüklenmesi kaldırıldı:**\\n" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "Pong." -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Red Sürümü" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "Güncel Değil" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "Red Hakkında" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" -msgstr "" +msgstr "Şu zamandan beri açık: **{time_quantity}** ({timestamp} UTC)" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "Embed ayarları:\\n\\n" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "Gömer oldular (varsayılan olarak)." - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "deaktif" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "açıldı" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -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:509 -msgid "Embeds are now {} for this guild." -msgstr "Gömer {} Bu filo için oldular." - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" +#: redbot/core/core_commands.py:657 +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:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "Yanıt yok, zaman aşımı oluştu." - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "Pekala, görüşürüz :wave:" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "'{}' sunucudan ayrılıyor" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" -msgstr "Tamam, kalayım öyleyse :)" - #: redbot/core/core_commands.py:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -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:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "Sunucudan ayrılamıyorum sunucu sahibiyim." - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "Tamamdır." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." -msgstr "Peki öyleyse." - -#: redbot/core/core_commands.py:712 -#, docstring -msgid "Loads packages." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 +#, docstring +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring +msgid "\\n Handle a deletion request from discord.\\n " +msgstr "" + +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 +#, docstring +msgid " Delete data [botname] has about a user for a user. " +msgstr "" + +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:900 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:926 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 +#, docstring +msgid " Delete data [botname] has about a user. " +msgstr "" + +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" +msgstr "" + +#: redbot/core/core_commands.py:969 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 +#, 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:1029 +#, docstring +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" +msgstr "Embed ayarları:\\n\\n" + +#: redbot/core/core_commands.py:1032 +msgid "Global default: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1035 +msgid "Guild setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 +#, 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:1056 +msgid "Embeds are now {} by default." +msgstr "Gömer oldular (varsayılan olarak)." + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "deaktif" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "açıldı" + +#: redbot/core/core_commands.py:1063 +#, 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:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +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:1079 +msgid "Embeds are now {} for this guild." +msgstr "Gömer {} Bu filo için oldular." + +#: redbot/core/core_commands.py:1088 +#, 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:1104 +msgid "Embeds are now {} for this channel." +msgstr "" + +#: redbot/core/core_commands.py:1111 +#, 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:1126 +msgid "Embeds are now enabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 +#, 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:1146 +msgid "No exception has occurred yet" +msgstr "" + +#: redbot/core/core_commands.py:1151 +#, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "Yanıt yok, zaman aşımı oluştu." + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "Pekala, görüşürüz :wave:" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "'{}' sunucudan ayrılıyor" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "Tamam, kalayım öyleyse :)" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +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:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "Sunucudan ayrılamıyorum sunucu sahibiyim." + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "Tamamdır." + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "Peki öyleyse." + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "Yüklenen paketler." + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "Yüklenenler {packs}." + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "Bu paket zaten yüklü: {pack}" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "Bu paketler zaten yüklü: {packs}" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "Bu paketi yüklemeye çalışırken bir hata oluştu: {pack}\\nKonsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "Bu paketleri yüklemeye çalışırken bir hata oluştu: {packs}\\nKonsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +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:1349 redbot/core/core_commands.py:1483 +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:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring msgid "Unloads packages." -msgstr "" +msgstr "Paketlerin yüklemesini kaldırın." -#: redbot/core/core_commands.py:813 +#: redbot/core/core_commands.py:1399 msgid "The following package was unloaded: {pack}." -msgstr "" +msgstr "Bu paketin yüklenmesi kaldırıldı: {pack}." -#: redbot/core/core_commands.py:817 +#: redbot/core/core_commands.py:1403 msgid "The following packages were unloaded: {packs}." -msgstr "" +msgstr "Bu paketlerin yüklenmesi kaldırıldı: {packs}." -#: redbot/core/core_commands.py:824 +#: redbot/core/core_commands.py:1410 msgid "The following package was not loaded: {pack}." -msgstr "" +msgstr "Bu paket yüklenmemiş: {pack}." -#: redbot/core/core_commands.py:828 +#: redbot/core/core_commands.py:1414 msgid "The following packages were not loaded: {packs}." -msgstr "" +msgstr "Bu paketler yüklenmemiş: {packs}." -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:1427 #, docstring msgid "Reloads packages." msgstr "" -#: redbot/core/core_commands.py:859 +#: redbot/core/core_commands.py:1446 msgid "Reloaded {packs}." -msgstr "" +msgstr "Yeniden yüklendi {packs}." -#: redbot/core/core_commands.py:864 +#: redbot/core/core_commands.py:1451 msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" +msgstr "Bu paketi yeniden yüklemeye çalışırken bir hata oluştu: {pack}. \\nKonsolu veya logları kontrol edin." -#: redbot/core/core_commands.py:869 +#: redbot/core/core_commands.py:1456 msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "Bu paketleri yeniden yüklemeye çalıştırken bir hata oluştu: {packs}\\nKonsolu veya logları kontrol edin." + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." msgstr "" -#: redbot/core/core_commands.py:889 +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" msgstr "" -#: redbot/core/core_commands.py:893 +#: redbot/core/core_commands.py:1495 msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" msgstr "" -#: redbot/core/core_commands.py:900 +#: redbot/core/core_commands.py:1502 msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:906 +#: redbot/core/core_commands.py:1508 msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." msgstr "" -#: redbot/core/core_commands.py:921 +#: redbot/core/core_commands.py:1523 #, docstring msgid "Shuts down the bot." msgstr "" -#: redbot/core/core_commands.py:926 +#: redbot/core/core_commands.py:1528 msgid "Shutting down... " msgstr "Kapatılıyor..." -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:1534 #, docstring msgid "Attempts to restart Red.\\n\\n Makes Red 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:939 +#: redbot/core/core_commands.py:1541 msgid "Restarting..." msgstr "Yeniden başlatılıyor..." -#: redbot/core/core_commands.py:944 +#: redbot/core/core_commands.py:1546 #, docstring msgid "Changes [botname]'s settings." msgstr "" -#: redbot/core/core_commands.py:948 +#: redbot/core/core_commands.py:1550 #, docstring msgid "\\n Show the current settings for [botname].\\n " msgstr "" -#: redbot/core/core_commands.py:960 +#: redbot/core/core_commands.py:1562 msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" -msgstr "" +msgstr "Admin rolü: {admin}\\nMod rolü: {mod}\\n" -#: redbot/core/core_commands.py:969 +#: redbot/core/core_commands.py:1571 msgid "Same as bot's locale" msgstr "" -#: redbot/core/core_commands.py:972 +#: redbot/core/core_commands.py:1574 msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:1594 #, 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:1003 +#: redbot/core/core_commands.py:1605 msgid "Command deleting disabled." msgstr "" -#: redbot/core/core_commands.py:1005 +#: redbot/core/core_commands.py:1607 msgid "Delete delay set to {num} seconds." msgstr "" -#: redbot/core/core_commands.py:1010 +#: redbot/core/core_commands.py:1612 msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" msgstr "" -#: redbot/core/core_commands.py:1017 +#: redbot/core/core_commands.py:1619 msgid "I will not delete command messages." msgstr "" -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1624 #, 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:1032 +#: redbot/core/core_commands.py:1634 msgid "Description reset." msgstr "" -#: redbot/core/core_commands.py:1035 +#: redbot/core/core_commands.py:1637 msgid "This description is too long to properly display. Please try again with below 250 characters" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1651 #, docstring msgid "\\n Adds an admin role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1054 +#: redbot/core/core_commands.py:1656 msgid "This role is already an admin role." -msgstr "" +msgstr "Bu rol zaten Admin rolü." -#: redbot/core/core_commands.py:1056 +#: redbot/core/core_commands.py:1658 msgid "That role is now considered an admin role." -msgstr "" +msgstr "Bu rol, Admin rolü olarak ayarlandı." -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1664 #, docstring msgid "\\n Adds a mod role for this guild.\\n " msgstr "" -#: redbot/core/core_commands.py:1067 +#: redbot/core/core_commands.py:1669 msgid "This role is already a mod role." -msgstr "" +msgstr "Bu rol zaten Mod rolü." -#: redbot/core/core_commands.py:1069 +#: redbot/core/core_commands.py:1671 msgid "That role is now considered a mod role." -msgstr "" +msgstr "Bu rol, mod rolü olarak ayarlandı." -#: redbot/core/core_commands.py:1075 +#: redbot/core/core_commands.py:1677 #, docstring msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" +msgstr "\\n Bu sunucudan bir Admin rolü kaldır.\\n " -#: redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1682 msgid "That role was not an admin role to begin with." msgstr "" -#: redbot/core/core_commands.py:1082 +#: redbot/core/core_commands.py:1684 msgid "That role is no longer considered an admin role." -msgstr "" +msgstr "Bu rol artık Admin olarak kabul edilmiyor." -#: redbot/core/core_commands.py:1088 +#: redbot/core/core_commands.py:1690 #, docstring msgid "\\n Removes a mod role for this guild.\\n " -msgstr "" +msgstr "\\n Bu sunucudan bir Mod rolü kaldır.\\n " -#: redbot/core/core_commands.py:1093 +#: redbot/core/core_commands.py:1695 msgid "That role was not a mod role to begin with." msgstr "" -#: redbot/core/core_commands.py:1095 +#: redbot/core/core_commands.py:1697 msgid "That role is no longer considered a mod role." -msgstr "" +msgstr "Bu rol artık Mod olarak kabul edilmiyor." -#: redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1703 #, 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:1110 +#: redbot/core/core_commands.py:1712 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:1111 +#: redbot/core/core_commands.py:1713 msgid "will not" msgstr "olmayacak" -#: redbot/core/core_commands.py:1111 +#: redbot/core/core_commands.py:1713 msgid "will" msgstr "olacak" -#: redbot/core/core_commands.py:1119 +#: redbot/core/core_commands.py:1721 #, 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:1127 +#: redbot/core/core_commands.py:1729 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:1135 +#: redbot/core/core_commands.py:1737 #, 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:1143 +#: redbot/core/core_commands.py:1745 msgid "Fuzzy command search has been {} in DMs." msgstr "Bulanık komut arama {} DMs içinde olmuştur." -#: redbot/core/core_commands.py:1151 +#: redbot/core/core_commands.py:1753 #, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "Renk sıfırlandı." -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "Renk ayarlandı." -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "Sadece JPG / PNG formatında." -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "Durum {} olarak değiştirildi." -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "İsim değiştirilemedi. Bunu sadece saatte 2 defaya kadar yapabileceğinizi unutmayın. Sık değişikliklere ihtiyacınız varsa takma ad kullanın. `{} set takma adı '" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 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:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "Önek seti." -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "Lonca önekleri sıfırlandı." -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "Yerel ayarı belirlemek." -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." -msgstr "" +msgstr "`{service}` API tokenleri ayarlandı." -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "Yardım komutu ayarlarını yönetin." -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 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:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 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:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "Bitmiş. Sayfa sınırı {} için ayarlandı." -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "Tagline sıfırlandı." -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 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:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." -msgstr "" +msgstr "Bot sahibine bir mesaj gönder." -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "Kullanıcı Kimliği" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "vasitasiyla" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "()" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr " | sunucu kimliği: {}" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 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:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "{} {} Tarafından gönderilen" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "Mesajınız gönderildi." -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "Mesajınızı teslim edemiyorum. Afedersiniz." -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "Sahibi {}" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "{} Kişi bu iletiyle yanıtlayabilirsiniz" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 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:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "Mesaj iletildi" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" -msgstr "" +msgstr "Data dizini: {path}" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "Beyaz listeye alınmış Ip`ler:" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "Beyaz Liste temizlendi." -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "Arkadaşını kara listeye ekleyemezsin!" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "%s kara listeye eklendi." -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "Beyaz liste kullanıcılar ve roller:" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "Bir komut genel olarak devre dışı bırakın." -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 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:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "Bu komut zaten genel olarak devre dışı bırakıldı." -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, 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:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 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:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "Genel olarak bir komut etkinleştirmek." -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "Bu komut genel olarak zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "Bu sunucu bir komutu etkinleştirin." -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "Bu komut bu sunucu zaten etkinleştirilmiştir." -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "Buradaki hiçbir immunty ayarlar." -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "Zaten eklendi." -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "Listede değil." -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "Bağışık olduklarını" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "Onlar bağışıklık değildir" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "Zaten bir çoğaltma oturum bu kanalda çalışan. Bunu 'istifa ile' çık." -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "Yürütmek veya değerlendirmek için kod girin. 'çıkış' veya 'çıkmak' çıkmak için." -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "Beklenmeyen hata: '{}'" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1635,7 +1894,7 @@ msgstr "" #: redbot/core/events.py:250 msgid "Error in command '{command}'. Check your console or logs for details." -msgstr "" +msgstr "Bu komutu kullanırken bir hata oluştu '{command}'. Konsolu veya logları kontrol edin." #: redbot/core/events.py:275 msgid "I require the {permission} permission to execute that command." @@ -1647,94 +1906,99 @@ msgstr "" #: redbot/core/events.py:287 msgid "That command is not available in DMs." -msgstr "" +msgstr "Bu komut DM üzerinden kullanılamaz." #: redbot/core/events.py:289 msgid "That command is only available in DMs." -msgstr "" +msgstr "Bu komut sadece DM üzerinden kullanılabilir." #: redbot/core/events.py:294 msgid "This command is on cooldown. Try again in {delay}." -msgstr "" +msgstr "Bu komut bekleme süresinde. {delay} sonra tekrar deneyin." #: redbot/core/events.py:296 msgid "This command is on cooldown. Try again in 1 second." -msgstr "" +msgstr "Bu komut bekleme süresinde. 1 saniye sonra tekrar deneyin." #: redbot/core/events.py:300 msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" -msgstr "" +msgstr "Vaka #{} | {} {}" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" -msgstr "" +msgstr "**Sebep:** {}" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" -msgstr "" +msgstr "**Sebep:** `reason` komutunu kullanarak bir sebep girin" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" +msgstr "Bilinmiyor" + +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" -msgstr "" +msgstr "Bilinmeyen ya da Silinmiş Üye" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" -msgstr "" +msgstr "Düzenleyen kişi" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" -msgstr "" +msgstr "Son düzenlenme tarihi" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" -msgstr "" +msgstr "**Üye:** {}\\n" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" -msgstr "" +msgstr "**Moderatör:** {}\\n" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" -msgstr "" +msgstr "**Şu zamana kadar:** {}\\n**Süre:** {}\\n" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" -msgstr "" +msgstr "**Kanal**: {}\\n" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" -msgstr "" +msgstr "**Düzenleyen kişi:** {}\\n" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" -msgstr "" +msgstr "**Son düzenlenme tarihi:** {}\\n" diff --git a/redbot/core/locales/uk-UA.po b/redbot/core/locales/uk-UA.po index d007de4da..4ef04f18a 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: uk_UA\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/vi-VN.po b/redbot/core/locales/vi-VN.po index 65f25f1ae..75a37644c 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: vi_VN\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/zh-CN.po b/redbot/core/locales/zh-CN.po index 86bcef459..9f69ce4fb 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: zh_CN\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "路径已成功添加。" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "这是一个无效的路径编号。" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "路径已被成功删除。" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "无效的‘从’索引" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "无效的‘到’索引" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "已重新排序路径。" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "该路径不存在。" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "机器人将安装新的齿轮到`{}`目录。" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." -msgstr "完成。" - #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " -msgstr "关闭... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "完成。" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "关闭... " + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "支持 JPG/PNG 格式。" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "无法更改名字。请记住每个小时你只能最多进行两次操作。如果需要频繁更改,请使用昵称。`{}设置昵称`" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "我没有更改我自己昵称的权限。" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "前缀集。" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "已重置行会前缀。" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "区域已经被设置。" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "通过DM" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "从 {}" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "使用 \"{} dm {} \" 来答复此用户" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "发送人 {} {}" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "你的信息已发送。" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "抱歉,我无法发送你的消息。" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "已经在这个通道中运行REPL会话。选择'退出'来退出。" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "输入代码来执行或评估。`exit()` 或 `quit`来退出。" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "异常错误:`{}`" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/zh-HK.po b/redbot/core/locales/zh-HK.po index 38a173bef..1d069f943 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: zh_HK\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/locales/zh-TW.po b/redbot/core/locales/zh-TW.po index 78f416dea..f1f1b408c 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: 2020-07-30 12:18+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,102 +15,94 @@ msgstr "" "X-Crowdin-File-ID: 4\n" "Language: zh_TW\n" -#: redbot/core/bank.py:902 +#: redbot/core/bank.py:929 msgid "Can't pay for this command in DM without a global bank." msgstr "" -#: redbot/core/bank.py:909 +#: redbot/core/bank.py:936 msgid "You need at least {cost} {currency} to use this command." msgstr "" -#: redbot/core/cog_manager.py:312 +#: redbot/core/cog_manager.py:320 #, docstring msgid "Commands to interface with Red's cog manager." msgstr "" -#: redbot/core/cog_manager.py:317 +#: redbot/core/cog_manager.py:329 #, docstring msgid "\\n Lists current cog paths in order of priority.\\n " msgstr "" -#: redbot/core/cog_manager.py:325 +#: redbot/core/cog_manager.py:337 msgid "Install Path: {install_path}\\nCore Path: {core_path}\\n\\n" msgstr "" -#: redbot/core/cog_manager.py:339 +#: redbot/core/cog_manager.py:351 #, docstring msgid "\\n Add a path to the list of available cog paths.\\n " msgstr "" -#: redbot/core/cog_manager.py:343 +#: redbot/core/cog_manager.py:355 msgid "That path does not exist or does not point to a valid directory." msgstr "" -#: redbot/core/cog_manager.py:351 +#: redbot/core/cog_manager.py:363 msgid "Path successfully added." msgstr "" -#: redbot/core/cog_manager.py:356 +#: redbot/core/cog_manager.py:368 #, 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:361 redbot/core/cog_manager.py:384 +#: redbot/core/cog_manager.py:373 redbot/core/cog_manager.py:396 msgid "Path numbers must be positive." msgstr "" -#: redbot/core/cog_manager.py:368 +#: redbot/core/cog_manager.py:380 msgid "That is an invalid path number." msgstr "" -#: redbot/core/cog_manager.py:372 +#: redbot/core/cog_manager.py:384 msgid "Path successfully removed." msgstr "" -#: redbot/core/cog_manager.py:377 +#: redbot/core/cog_manager.py:389 #, docstring msgid "\\n Reorders paths internally to allow discovery of different cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:391 +#: redbot/core/cog_manager.py:403 msgid "Invalid 'from' index." msgstr "" -#: redbot/core/cog_manager.py:397 +#: redbot/core/cog_manager.py:409 msgid "Invalid 'to' index." msgstr "" -#: redbot/core/cog_manager.py:401 +#: redbot/core/cog_manager.py:413 msgid "Paths reordered." msgstr "" -#: redbot/core/cog_manager.py:406 +#: redbot/core/cog_manager.py:418 #, 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:419 +#: redbot/core/cog_manager.py:431 msgid "That path does not exist." msgstr "" -#: redbot/core/cog_manager.py:424 +#: redbot/core/cog_manager.py:436 msgid "The bot will install new cogs to the `{}` directory." msgstr "" -#: redbot/core/cog_manager.py:430 +#: redbot/core/cog_manager.py:442 #, docstring msgid "\\n Lists all loaded and available cogs.\\n " msgstr "" -#: redbot/core/cog_manager.py:443 -msgid "**{} loaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:444 -msgid "**{} unloaded:**\\n" -msgstr "" - -#: redbot/core/cog_manager.py:454 +#: redbot/core/cog_manager.py:455 msgid "**{} loaded:**\\n" msgstr "" @@ -118,1485 +110,1752 @@ msgstr "" msgid "**{} unloaded:**\\n" msgstr "" -#: redbot/core/core_commands.py:304 +#: redbot/core/cog_manager.py:466 +msgid "**{} loaded:**\\n" +msgstr "" + +#: redbot/core/cog_manager.py:468 +msgid "**{} unloaded:**\\n" +msgstr "" + +#: redbot/core/core_commands.py:374 #, docstring msgid "Commands related to core functions." msgstr "" -#: redbot/core/core_commands.py:308 +#: redbot/core/core_commands.py:382 #, docstring msgid "Pong." msgstr "砰。" -#: redbot/core/core_commands.py:313 +#: redbot/core/core_commands.py:387 #, docstring msgid "Shows info about Red." msgstr "" -#: redbot/core/core_commands.py:340 +#: redbot/core/core_commands.py:414 msgid "This bot is an instance of [Red, an open source Discord bot]({}) created by [Twentysix]({}) and [improved by many]({}).\\n\\nRed 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:350 +#: redbot/core/core_commands.py:424 msgid "Instance owned by" msgstr "" -#: redbot/core/core_commands.py:353 +#: redbot/core/core_commands.py:427 msgid "Red version" msgstr "Red 版本" -#: redbot/core/core_commands.py:356 redbot/core/core_commands.py:399 +#: redbot/core/core_commands.py:430 redbot/core/core_commands.py:473 msgid "Yes, {version} is available." msgstr "" -#: redbot/core/core_commands.py:360 redbot/core/core_commands.py:403 +#: redbot/core/core_commands.py:434 redbot/core/core_commands.py:477 msgid "Checking for updates failed." msgstr "" -#: redbot/core/core_commands.py:361 +#: redbot/core/core_commands.py:435 msgid "Outdated" msgstr "已過期" -#: redbot/core/core_commands.py:363 +#: redbot/core/core_commands.py:437 msgid "About this instance" msgstr "關於這個實例" -#: redbot/core/core_commands.py:364 +#: redbot/core/core_commands.py:438 msgid "About Red" msgstr "關於 Red" -#: redbot/core/core_commands.py:367 redbot/core/core_commands.py:412 +#: redbot/core/core_commands.py:441 redbot/core/core_commands.py:486 msgid "Bringing joy since 02 Jan 2016 (over {} days ago!)" msgstr "" -#: redbot/core/core_commands.py:375 +#: redbot/core/core_commands.py:449 msgid "This bot is an instance of Red, an open source Discord bot (1) created by Twentysix (2) and improved by many (3).\\n\\nRed 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:385 +#: redbot/core/core_commands.py:459 msgid "Instance owned by: [{owner}]\\nPython: [{python_version}] (5)\\ndiscord.py: [{dpy_version}] (6)\\nRed version: [{red_version}] (7)\\n" msgstr "" -#: redbot/core/core_commands.py:404 +#: redbot/core/core_commands.py:478 msgid "Outdated: [{state}]\\n" msgstr "" -#: redbot/core/core_commands.py:407 +#: redbot/core/core_commands.py:481 msgid "**About Red**\\n" msgstr "" -#: redbot/core/core_commands.py:418 +#: redbot/core/core_commands.py:492 msgid "**About this instance**\\n" msgstr "" -#: redbot/core/core_commands.py:420 +#: redbot/core/core_commands.py:494 msgid "**References**\\n1. <{}>\\n2. <{}>\\n3. <{}>\\n4. <{}>\\n5. <{}>\\n6. <{}>\\n7. <{}>\\n" msgstr "" -#: redbot/core/core_commands.py:436 +#: redbot/core/core_commands.py:510 #, docstring msgid "Shows [botname]'s uptime." msgstr "" -#: redbot/core/core_commands.py:439 +#: redbot/core/core_commands.py:513 msgid "Less than one second" msgstr "不到一秒" -#: redbot/core/core_commands.py:441 +#: redbot/core/core_commands.py:515 msgid "Been up for: **{time_quantity}** (since {timestamp} UTC)" msgstr "" -#: redbot/core/core_commands.py:448 +#: redbot/core/core_commands.py:522 #, 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 " +msgid " Commands which interact with the data [botname] has about you " msgstr "" -#: redbot/core/core_commands.py:459 +#: redbot/core/core_commands.py:529 #, docstring -msgid "Show the current embed settings." -msgstr "" - -#: redbot/core/core_commands.py:460 -msgid "Embed settings:\\n\\n" -msgstr "" - -#: redbot/core/core_commands.py:462 -msgid "Global default: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:465 -msgid "Guild setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:468 -msgid "Channel setting: {}\\n" -msgstr "" - -#: redbot/core/core_commands.py:470 -msgid "User setting: {}" -msgstr "使用者設定: {}" - -#: redbot/core/core_commands.py:476 -#, 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:486 -msgid "Embeds are now {} by default." -msgstr "" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "disabled" -msgstr "已停用" - -#: redbot/core/core_commands.py:486 redbot/core/core_commands.py:510 -#: redbot/core/core_commands.py:535 redbot/core/core_commands.py:1128 -#: redbot/core/core_commands.py:1144 -msgid "enabled" -msgstr "已啟用" - -#: redbot/core/core_commands.py:493 -#, 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:506 redbot/core/core_commands.py:531 -#: redbot/core/core_commands.py:553 -msgid "Embeds will now fall back to the global setting." -msgstr "" - -#: redbot/core/core_commands.py:509 -msgid "Embeds are now {} for this guild." -msgstr "" - -#: redbot/core/core_commands.py:518 -#, 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 " +msgid " Find out what type of data [botname] stores and why " msgstr "" #: redbot/core/core_commands.py:534 -msgid "Embeds are now {} for this channel." +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\\nAdditionally, 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:541 +#: redbot/core/core_commands.py:553 #, 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:556 -msgid "Embeds are now enabled for you in DMs." +msgid " View the End User Data statements of each 3rd-party module. " msgstr "" #: redbot/core/core_commands.py:558 -msgid "Embeds are now disabled for you in DMs." +msgid "I need to be able to attach files (try in DMs?)" msgstr "" -#: redbot/core/core_commands.py:564 -#, 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." +#: redbot/core/core_commands.py:568 +msgid "This instance does not appear to have any 3rd-party extensions loaded." msgstr "" -#: redbot/core/core_commands.py:576 -msgid "No exception has occurred yet" +#: redbot/core/core_commands.py:588 +msgid "3rd party End User Data statements" msgstr "" -#: redbot/core/core_commands.py:581 -#, docstring -msgid "Show's [botname]'s invite url." +#: redbot/core/core_commands.py:590 +msgid "The following are statements provided by 3rd-party extensions." msgstr "" -#: redbot/core/core_commands.py:593 -#, docstring -msgid "Setup the bot's invite." +#: redbot/core/core_commands.py:595 +msgid "3rd-party extensions without statements\\n" msgstr "" -#: redbot/core/core_commands.py:598 -#, docstring -msgid "\\n Define if the command should be accessible for the average user.\\n " +#: redbot/core/core_commands.py:606 +msgid "Here's a generated page with the statements provided by 3rd-party extensions" +msgstr "" + +#: redbot/core/core_commands.py:622 +msgid "Did not get confirmation, cancelling." msgstr "" #: redbot/core/core_commands.py:627 +msgid "Did not get a matching confirmation, cancelling." +msgstr "" + +#: redbot/core/core_commands.py:638 #, 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 " +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:647 -#, docstring -msgid "Leaves the current server." +#: redbot/core/core_commands.py:650 +msgid "This command ({command}) does not support non-interactive usage" msgstr "" -#: redbot/core/core_commands.py:648 -msgid "Are you sure you want me to leave this server? (y/n)" -msgstr "" - -#: redbot/core/core_commands.py:654 redbot/core/core_commands.py:707 -msgid "Response timed out." -msgstr "" - -#: redbot/core/core_commands.py:658 -msgid "Alright. Bye :wave:" -msgstr "" - -#: redbot/core/core_commands.py:659 -msgid "Leaving guild '{}'" -msgstr "" - -#: redbot/core/core_commands.py:662 -msgid "Alright, I'll stay then :)" +#: redbot/core/core_commands.py:657 +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:667 -#, docstring -msgid "Lists and allows [botname] to leave servers." +msgid "This may take some time" msgstr "" -#: redbot/core/core_commands.py:678 -msgid "To leave a server, just type its number." +#: redbot/core/core_commands.py:680 +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}\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:693 -msgid "I cannot leave a guild I am the owner of." -msgstr "" - -#: redbot/core/core_commands.py:696 -msgid "Are you sure you want me to leave {}? (yes/no)" -msgstr "" - -#: redbot/core/core_commands.py:703 redbot/core/core_commands.py:1199 -#: redbot/core/core_commands.py:1315 redbot/core/core_commands.py:1333 -#: redbot/core/core_commands.py:1345 -msgid "Done." +#: redbot/core/core_commands.py:695 +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following cogs errored: {cogs}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:705 -msgid "Alright then." +msgid "I tried to delete all non-operational data about you (that I know how to delete) {mention}, however the following modules errored: {modules}.\\nPlease contact the owner of this bot to address this.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:712 +#: redbot/core/core_commands.py:715 +msgid "I've deleted any non-operational data about you (that I know how to delete) {mention}" +msgstr "" + +#: redbot/core/core_commands.py:723 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:733 #, docstring -msgid "Loads packages." -msgstr "" - -#: redbot/core/core_commands.py:730 -msgid "Loaded {packs}." +msgid " [Coming Soon] Get what data [botname] has about you. " msgstr "" #: redbot/core/core_commands.py:735 -msgid "The following package is already loaded: {pack}" +msgid "This command doesn't do anything yet, but we're working on adding support for this." msgstr "" -#: redbot/core/core_commands.py:739 -msgid "The following packages are already loaded: {packs}" +#: redbot/core/core_commands.py:744 +#, docstring +msgid "\\n Commands for more complete data handling.\\n " msgstr "" -#: redbot/core/core_commands.py:746 -msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:750 +#, 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:751 -msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +#: redbot/core/core_commands.py:757 +msgid "User can delete their own data. This will not include operational data such as blocked users." msgstr "" -#: redbot/core/core_commands.py:759 redbot/core/core_commands.py:877 -msgid "The following package was not found in any cog path: {pack}." +#: redbot/core/core_commands.py:765 +#, docstring +msgid "\\n Set the bot to not allow users to request a data deletion.\\n " msgstr "" -#: redbot/core/core_commands.py:763 redbot/core/core_commands.py:881 -msgid "The following packages were not found in any cog path: {packs}" +#: redbot/core/core_commands.py:769 +msgid "User can not delete their own data." msgstr "" -#: redbot/core/core_commands.py:771 -msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +#: redbot/core/core_commands.py:773 +#, 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:775 -msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:784 +msgid "Cogs will be instructed to remove all non operational data upon a user request." msgstr "" -#: redbot/core/core_commands.py:782 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." -msgstr "" - -#: redbot/core/core_commands.py:788 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +#: redbot/core/core_commands.py:792 +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:803 #, docstring -msgid "Unloads packages." +msgid "\\n Handle a deletion request from discord.\\n " msgstr "" -#: redbot/core/core_commands.py:813 -msgid "The following package was unloaded: {pack}." +#: redbot/core/core_commands.py:809 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" -#: redbot/core/core_commands.py:817 -msgid "The following packages were unloaded: {packs}." +#: redbot/core/core_commands.py:827 +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:824 -msgid "The following package was not loaded: {pack}." +#: redbot/core/core_commands.py:842 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:828 -msgid "The following packages were not loaded: {packs}." +#: redbot/core/core_commands.py:853 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:841 +#: redbot/core/core_commands.py:863 redbot/core/core_commands.py:1006 +msgid "I've deleted all data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:867 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:874 #, docstring -msgid "Reloads packages." +msgid " Delete data [botname] has about a user for a user. " msgstr "" -#: redbot/core/core_commands.py:859 -msgid "Reloaded {packs}." -msgstr "" - -#: redbot/core/core_commands.py:864 -msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:869 -msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." -msgstr "" - -#: redbot/core/core_commands.py:889 -msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" -msgstr "" - -#: redbot/core/core_commands.py:893 -msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +#: redbot/core/core_commands.py:877 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:900 -msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:906 -msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." -msgstr "" - -#: redbot/core/core_commands.py:921 -#, docstring -msgid "Shuts down the bot." +#: redbot/core/core_commands.py:915 +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" #: redbot/core/core_commands.py:926 -msgid "Shutting down... " +msgid "I tried to delete all non-operational data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:932 +#: redbot/core/core_commands.py:937 +msgid "I've deleted all non-operational data about that user that I know how to delete." +msgstr "" + +#: redbot/core/core_commands.py:945 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:952 #, docstring -msgid "Attempts to restart Red.\\n\\n Makes Red quit with exit code 26.\\n The restart is not guaranteed: it must be dealt\\n with by the process manager in use." +msgid " Delete data [botname] has about a user. " msgstr "" -#: redbot/core/core_commands.py:939 -msgid "Restarting..." -msgstr "" - -#: redbot/core/core_commands.py:944 -#, docstring -msgid "Changes [botname]'s settings." -msgstr "" - -#: redbot/core/core_commands.py:948 -#, docstring -msgid "\\n Show the current settings for [botname].\\n " -msgstr "" - -#: redbot/core/core_commands.py:960 -msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +#: redbot/core/core_commands.py:955 +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\\nIf you are sure this is what you intend to do please respond with the following:" msgstr "" #: redbot/core/core_commands.py:969 -msgid "Same as bot's locale" +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}\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:972 -msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +#: redbot/core/core_commands.py:984 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following cogs errored: {cogs}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." msgstr "" -#: redbot/core/core_commands.py:992 +#: redbot/core/core_commands.py:995 +msgid "I tried to delete all data about that user, (that I know how to delete) however the following modules errored: {modules}.\\nPlease check your logs and contact the creators of these cogs and modules.\\nNote: Outside of these failures, data should have been deleted." +msgstr "" + +#: redbot/core/core_commands.py:1011 +msgid "{mention} The following cogs did not handle deletion:\\n{cogs}" +msgstr "" + +#: redbot/core/core_commands.py:1018 #, 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 " +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:1003 -msgid "Command deleting disabled." -msgstr "" - -#: redbot/core/core_commands.py:1005 -msgid "Delete delay set to {num} seconds." -msgstr "" - -#: redbot/core/core_commands.py:1010 -msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" -msgstr "" - -#: redbot/core/core_commands.py:1017 -msgid "I will not delete command messages." -msgstr "" - -#: redbot/core/core_commands.py:1022 +#: redbot/core/core_commands.py:1029 #, 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 " +msgid "Show the current embed settings." +msgstr "" + +#: redbot/core/core_commands.py:1030 +msgid "Embed settings:\\n\\n" msgstr "" #: redbot/core/core_commands.py:1032 -msgid "Description reset." +msgid "Global default: {}\\n" msgstr "" #: redbot/core/core_commands.py:1035 -msgid "This description is too long to properly display. Please try again with below 250 characters" +msgid "Guild setting: {}\\n" msgstr "" -#: redbot/core/core_commands.py:1049 +#: redbot/core/core_commands.py:1038 +msgid "Channel setting: {}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1040 +msgid "User setting: {}" +msgstr "使用者設定: {}" + +#: redbot/core/core_commands.py:1046 #, docstring -msgid "\\n Adds an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1054 -msgid "This role is already an admin role." +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:1056 -msgid "That role is now considered an admin role." +msgid "Embeds are now {} by default." msgstr "" -#: redbot/core/core_commands.py:1062 +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "disabled" +msgstr "已停用" + +#: redbot/core/core_commands.py:1056 redbot/core/core_commands.py:1080 +#: redbot/core/core_commands.py:1105 redbot/core/core_commands.py:1730 +#: redbot/core/core_commands.py:1746 +msgid "enabled" +msgstr "已啟用" + +#: redbot/core/core_commands.py:1063 #, docstring -msgid "\\n Adds a mod role for this guild.\\n " +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:1067 -msgid "This role is already a mod role." +#: redbot/core/core_commands.py:1076 redbot/core/core_commands.py:1101 +#: redbot/core/core_commands.py:1123 +msgid "Embeds will now fall back to the global setting." msgstr "" -#: redbot/core/core_commands.py:1069 -msgid "That role is now considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1075 -#, docstring -msgid "\\n Removes an admin role for this guild.\\n " -msgstr "" - -#: redbot/core/core_commands.py:1080 -msgid "That role was not an admin role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1082 -msgid "That role is no longer considered an admin role." +#: redbot/core/core_commands.py:1079 +msgid "Embeds are now {} for this guild." msgstr "" #: redbot/core/core_commands.py:1088 #, docstring -msgid "\\n Removes a mod role for this guild.\\n " +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:1093 -msgid "That role was not a mod role to begin with." -msgstr "" - -#: redbot/core/core_commands.py:1095 -msgid "That role is no longer considered a mod role." -msgstr "" - -#: redbot/core/core_commands.py:1101 -#, 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:1110 -msgid "The bot {} use its configured color for embeds." +#: redbot/core/core_commands.py:1104 +msgid "Embeds are now {} for this channel." msgstr "" #: redbot/core/core_commands.py:1111 -msgid "will not" -msgstr "" - -#: redbot/core/core_commands.py:1111 -msgid "will" -msgstr "" - -#: redbot/core/core_commands.py:1119 #, 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 " +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:1127 -msgid "Fuzzy command search has been {} for this server." +#: redbot/core/core_commands.py:1126 +msgid "Embeds are now enabled for you in DMs." msgstr "" -#: redbot/core/core_commands.py:1135 +#: redbot/core/core_commands.py:1128 +msgid "Embeds are now disabled for you in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1134 #, docstring -msgid "\\n Toggle whether to enable fuzzy command search in DMs.\\n\\n Default is for fuzzy command search to be disabled.\\n " +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:1143 -msgid "Fuzzy command search has been {} in DMs." +#: redbot/core/core_commands.py:1146 +msgid "No exception has occurred yet" msgstr "" #: redbot/core/core_commands.py:1151 #, docstring +msgid "Show's [botname]'s invite url." +msgstr "" + +#: redbot/core/core_commands.py:1163 +#, docstring +msgid "Setup the bot's invite." +msgstr "" + +#: redbot/core/core_commands.py:1168 +#, docstring +msgid "\\n Define if the command should be accessible for the average user.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1197 +#, 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:1217 +#, docstring +msgid "Leaves the current server." +msgstr "" + +#: redbot/core/core_commands.py:1218 +msgid "Are you sure you want me to leave this server? (y/n)" +msgstr "" + +#: redbot/core/core_commands.py:1224 redbot/core/core_commands.py:1277 +msgid "Response timed out." +msgstr "" + +#: redbot/core/core_commands.py:1228 +msgid "Alright. Bye :wave:" +msgstr "" + +#: redbot/core/core_commands.py:1229 +msgid "Leaving guild '{}'" +msgstr "" + +#: redbot/core/core_commands.py:1232 +msgid "Alright, I'll stay then :)" +msgstr "" + +#: redbot/core/core_commands.py:1237 +#, docstring +msgid "Lists and allows [botname] to leave servers." +msgstr "" + +#: redbot/core/core_commands.py:1248 +msgid "To leave a server, just type its number." +msgstr "" + +#: redbot/core/core_commands.py:1263 +msgid "I cannot leave a guild I am the owner of." +msgstr "" + +#: redbot/core/core_commands.py:1266 +msgid "Are you sure you want me to leave {}? (yes/no)" +msgstr "" + +#: redbot/core/core_commands.py:1273 redbot/core/core_commands.py:1801 +#: redbot/core/core_commands.py:1917 redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:1947 +msgid "Done." +msgstr "" + +#: redbot/core/core_commands.py:1275 +msgid "Alright then." +msgstr "" + +#: redbot/core/core_commands.py:1282 +#, docstring +msgid "Loads packages." +msgstr "" + +#: redbot/core/core_commands.py:1301 +msgid "Loaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1306 +msgid "The following package is already loaded: {pack}" +msgstr "" + +#: redbot/core/core_commands.py:1310 +msgid "The following packages are already loaded: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1317 +msgid "Failed to load the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1322 +msgid "Failed to load the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1330 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1336 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1345 redbot/core/core_commands.py:1479 +msgid "The following package was not found in any cog path: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1349 redbot/core/core_commands.py:1483 +msgid "The following packages were not found in any cog path: {packs}" +msgstr "" + +#: redbot/core/core_commands.py:1357 +msgid "This package could not be loaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1361 +msgid "These packages could not be loaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1368 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainer of the repo about this message." +msgstr "" + +#: redbot/core/core_commands.py:1374 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1389 +#, docstring +msgid "Unloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1399 +msgid "The following package was unloaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1403 +msgid "The following packages were unloaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1410 +msgid "The following package was not loaded: {pack}." +msgstr "" + +#: redbot/core/core_commands.py:1414 +msgid "The following packages were not loaded: {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1427 +#, docstring +msgid "Reloads packages." +msgstr "" + +#: redbot/core/core_commands.py:1446 +msgid "Reloaded {packs}." +msgstr "" + +#: redbot/core/core_commands.py:1451 +msgid "Failed to reload the following package: {pack}.\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1456 +msgid "Failed to reload the following packages: {packs}\\nCheck your console or logs for details." +msgstr "" + +#: redbot/core/core_commands.py:1464 +msgid "The following name is not a valid package name: {pack}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1470 +msgid "The following names are not valid package names: {packs}\\nPackage names cannot start with a number and can only contain ascii numbers, letters, and underscores." +msgstr "" + +#: redbot/core/core_commands.py:1491 +msgid "This package could not be reloaded for the following reason:\\n\\n{reason}" +msgstr "" + +#: redbot/core/core_commands.py:1495 +msgid "These packages could not be reloaded for the following reasons:\\n\\n{reasons}" +msgstr "" + +#: redbot/core/core_commands.py:1502 +msgid "**WARNING**: The following repo is using shared libs which are marked for removal in the future: {repo}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1508 +msgid "**WARNING**: The following repos are using shared libs which are marked for removal in the future: {repos}.\\nYou should inform maintainers of these repos about this message." +msgstr "" + +#: redbot/core/core_commands.py:1523 +#, docstring +msgid "Shuts down the bot." +msgstr "" + +#: redbot/core/core_commands.py:1528 +msgid "Shutting down... " +msgstr "" + +#: redbot/core/core_commands.py:1534 +#, docstring +msgid "Attempts to restart Red.\\n\\n Makes Red 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:1541 +msgid "Restarting..." +msgstr "" + +#: redbot/core/core_commands.py:1546 +#, docstring +msgid "Changes [botname]'s settings." +msgstr "" + +#: redbot/core/core_commands.py:1550 +#, docstring +msgid "\\n Show the current settings for [botname].\\n " +msgstr "" + +#: redbot/core/core_commands.py:1562 +msgid "Admin roles: {admin}\\nMod roles: {mod}\\n" +msgstr "" + +#: redbot/core/core_commands.py:1571 +msgid "Same as bot's locale" +msgstr "" + +#: redbot/core/core_commands.py:1574 +msgid "{bot_name} Settings:\\n\\nPrefixes: {prefixes}\\n{guild_settings}Locale: {locale}\\nRegional format: {regional_format}" +msgstr "" + +#: redbot/core/core_commands.py:1594 +#, 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:1605 +msgid "Command deleting disabled." +msgstr "" + +#: redbot/core/core_commands.py:1607 +msgid "Delete delay set to {num} seconds." +msgstr "" + +#: redbot/core/core_commands.py:1612 +msgid "Bot will delete command messages after {num} seconds. Set this value to -1 to stop deleting messages" +msgstr "" + +#: redbot/core/core_commands.py:1619 +msgid "I will not delete command messages." +msgstr "" + +#: redbot/core/core_commands.py:1624 +#, 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:1634 +msgid "Description reset." +msgstr "" + +#: redbot/core/core_commands.py:1637 +msgid "This description is too long to properly display. Please try again with below 250 characters" +msgstr "" + +#: redbot/core/core_commands.py:1651 +#, docstring +msgid "\\n Adds an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1656 +msgid "This role is already an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1658 +msgid "That role is now considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1664 +#, docstring +msgid "\\n Adds a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1669 +msgid "This role is already a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1671 +msgid "That role is now considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1677 +#, docstring +msgid "\\n Removes an admin role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1682 +msgid "That role was not an admin role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1684 +msgid "That role is no longer considered an admin role." +msgstr "" + +#: redbot/core/core_commands.py:1690 +#, docstring +msgid "\\n Removes a mod role for this guild.\\n " +msgstr "" + +#: redbot/core/core_commands.py:1695 +msgid "That role was not a mod role to begin with." +msgstr "" + +#: redbot/core/core_commands.py:1697 +msgid "That role is no longer considered a mod role." +msgstr "" + +#: redbot/core/core_commands.py:1703 +#, 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:1712 +msgid "The bot {} use its configured color for embeds." +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will not" +msgstr "" + +#: redbot/core/core_commands.py:1713 +msgid "will" +msgstr "" + +#: redbot/core/core_commands.py:1721 +#, 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:1729 +msgid "Fuzzy command search has been {} for this server." +msgstr "" + +#: redbot/core/core_commands.py:1737 +#, 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:1745 +msgid "Fuzzy command search has been {} in DMs." +msgstr "" + +#: redbot/core/core_commands.py:1753 +#, 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:1161 +#: redbot/core/core_commands.py:1763 msgid "The color has been reset." msgstr "" -#: redbot/core/core_commands.py:1164 +#: redbot/core/core_commands.py:1766 msgid "The color has been set." msgstr "" -#: redbot/core/core_commands.py:1169 +#: redbot/core/core_commands.py:1771 #, docstring msgid "Sets [botname]'s avatar\\n\\n Supports either an attachment or an image URL." msgstr "" -#: redbot/core/core_commands.py:1190 +#: redbot/core/core_commands.py:1792 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:1197 +#: redbot/core/core_commands.py:1799 msgid "JPG / PNG format only." msgstr "" -#: redbot/core/core_commands.py:1204 +#: redbot/core/core_commands.py:1806 #, docstring msgid "Removes [botname]'s avatar." msgstr "" -#: redbot/core/core_commands.py:1207 +#: redbot/core/core_commands.py:1809 msgid "Avatar removed." msgstr "" -#: redbot/core/core_commands.py:1213 +#: redbot/core/core_commands.py:1815 #, docstring msgid "Sets [botname]'s playing status." msgstr "" -#: redbot/core/core_commands.py:1225 +#: redbot/core/core_commands.py:1827 msgid "Status set to ``Playing {game.name}``." msgstr "" -#: redbot/core/core_commands.py:1227 +#: redbot/core/core_commands.py:1829 msgid "Game cleared." msgstr "" -#: redbot/core/core_commands.py:1233 +#: redbot/core/core_commands.py:1835 #, docstring msgid "Sets [botname]'s listening status." msgstr "" -#: redbot/core/core_commands.py:1243 +#: redbot/core/core_commands.py:1845 msgid "Status set to ``Listening to {listening}``." msgstr "" -#: redbot/core/core_commands.py:1246 +#: redbot/core/core_commands.py:1848 msgid "Listening cleared." msgstr "" -#: redbot/core/core_commands.py:1252 +#: redbot/core/core_commands.py:1854 #, docstring msgid "Sets [botname]'s watching status." msgstr "" -#: redbot/core/core_commands.py:1261 +#: redbot/core/core_commands.py:1863 msgid "Status set to ``Watching {watching}``." msgstr "" -#: redbot/core/core_commands.py:1263 +#: redbot/core/core_commands.py:1865 msgid "Watching cleared." msgstr "" -#: redbot/core/core_commands.py:1269 +#: redbot/core/core_commands.py:1871 #, 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:1292 +#: redbot/core/core_commands.py:1894 msgid "Status changed to {}." msgstr "" -#: redbot/core/core_commands.py:1298 +#: redbot/core/core_commands.py:1900 #, docstring msgid "Sets [botname]'s streaming status.\\n\\n Leaving both streamer and stream_title empty will clear it." msgstr "" -#: redbot/core/core_commands.py:1320 +#: redbot/core/core_commands.py:1922 #, docstring msgid "Sets [botname]'s username." msgstr "" -#: redbot/core/core_commands.py:1325 +#: redbot/core/core_commands.py:1927 msgid "Failed to change name. Remember that you can only do it up to 2 times an hour. Use nicknames if you need frequent changes. `{}set nickname`" msgstr "" -#: redbot/core/core_commands.py:1339 +#: redbot/core/core_commands.py:1941 #, docstring msgid "Sets [botname]'s nickname." msgstr "" -#: redbot/core/core_commands.py:1343 +#: redbot/core/core_commands.py:1945 msgid "I lack the permissions to change my own nickname." msgstr "" -#: redbot/core/core_commands.py:1350 +#: redbot/core/core_commands.py:1952 #, docstring msgid "Sets [botname]'s global prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1355 redbot/core/core_commands.py:1368 +#: redbot/core/core_commands.py:1957 redbot/core/core_commands.py:1970 msgid "Prefix set." msgstr "" -#: redbot/core/core_commands.py:1361 +#: redbot/core/core_commands.py:1963 #, docstring msgid "Sets [botname]'s server prefix(es)." msgstr "" -#: redbot/core/core_commands.py:1364 +#: redbot/core/core_commands.py:1966 msgid "Guild prefixes have been reset." msgstr "" -#: redbot/core/core_commands.py:1373 +#: redbot/core/core_commands.py:1975 #, docstring msgid "\\n Changes bot's locale.\\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:1387 redbot/core/core_commands.py:1419 +#: redbot/core/core_commands.py:1989 redbot/core/core_commands.py:2021 msgid "Invalid language code. Use format: `en-US`" msgstr "" -#: redbot/core/core_commands.py:1391 redbot/core/core_commands.py:1423 +#: redbot/core/core_commands.py:1993 redbot/core/core_commands.py:2025 msgid "Invalid format - language code has to include country code, e.g. `en-US`" msgstr "" -#: redbot/core/core_commands.py:1397 +#: redbot/core/core_commands.py:1999 msgid "Locale has been set." msgstr "" -#: redbot/core/core_commands.py:1402 +#: redbot/core/core_commands.py:2004 #, 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:1413 +#: redbot/core/core_commands.py:2015 msgid "Regional formatting will now be based on bot's locale." msgstr "" -#: redbot/core/core_commands.py:1430 +#: redbot/core/core_commands.py:2032 msgid "Regional formatting will now be based on `{language_code}` locale." msgstr "" -#: redbot/core/core_commands.py:1438 +#: redbot/core/core_commands.py:2040 #, 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:1447 +#: redbot/core/core_commands.py:2049 msgid "The custom text has been cleared." msgstr "" -#: redbot/core/core_commands.py:1451 +#: redbot/core/core_commands.py:2053 msgid "The custom text has been set." msgstr "" -#: redbot/core/core_commands.py:1454 +#: redbot/core/core_commands.py:2056 msgid "Text must be fewer than 1024 characters long." msgstr "" -#: redbot/core/core_commands.py:1459 +#: redbot/core/core_commands.py:2061 #, docstring msgid "Set 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:1472 +#: redbot/core/core_commands.py:2074 msgid "`{service}` API tokens have been set." msgstr "" -#: redbot/core/core_commands.py:1477 +#: redbot/core/core_commands.py:2079 #, docstring msgid "Manage settings for the help command." msgstr "" -#: redbot/core/core_commands.py:1482 +#: redbot/core/core_commands.py:2084 +#, docstring +msgid " Show the current help settings " +msgstr "" + +#: redbot/core/core_commands.py:2091 +msgid "Warning: The default formatter is not in use, these settings may not apply" +msgstr "" + +#: redbot/core/core_commands.py:2101 +#, docstring +msgid " This resets [botname]'s help formatter to the default formatter " +msgstr "" + +#: redbot/core/core_commands.py:2105 +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:2114 +#, 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:2121 +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:2129 #, 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:1493 +#: redbot/core/core_commands.py:2140 msgid "Help will use menus." msgstr "" -#: redbot/core/core_commands.py:1495 +#: redbot/core/core_commands.py:2142 msgid "Help will not use menus." msgstr "" -#: redbot/core/core_commands.py:1499 +#: redbot/core/core_commands.py:2146 #, 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:1509 +#: redbot/core/core_commands.py:2156 msgid "Help will not filter hidden commands" msgstr "" -#: redbot/core/core_commands.py:1511 +#: redbot/core/core_commands.py:2158 msgid "Help will filter hidden commands." msgstr "" -#: redbot/core/core_commands.py:1515 +#: redbot/core/core_commands.py:2162 #, 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:1526 +#: redbot/core/core_commands.py:2173 msgid "Help will only show for commands which can be run." msgstr "" -#: redbot/core/core_commands.py:1528 +#: redbot/core/core_commands.py:2175 msgid "Help will show up without checking if the commands can be run." msgstr "" -#: redbot/core/core_commands.py:1532 +#: redbot/core/core_commands.py:2179 #, 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:1545 +#: redbot/core/core_commands.py:2192 msgid "Help will verify the existence of help topics." msgstr "" -#: redbot/core/core_commands.py:1548 +#: redbot/core/core_commands.py:2195 msgid "Help will only verify the existence of help topics via fuzzy help (if enabled)." msgstr "" -#: redbot/core/core_commands.py:1556 +#: redbot/core/core_commands.py:2203 #, 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:1567 +#: redbot/core/core_commands.py:2214 msgid "You must give a value of at least 500 characters." msgstr "" -#: redbot/core/core_commands.py:1571 +#: redbot/core/core_commands.py:2218 msgid "Done. The character limit per page has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1575 +#: redbot/core/core_commands.py:2222 #, 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:1586 redbot/core/core_commands.py:1604 +#: redbot/core/core_commands.py:2233 redbot/core/core_commands.py:2251 msgid "You must give a value of zero or greater!" msgstr "" -#: redbot/core/core_commands.py:1590 +#: redbot/core/core_commands.py:2237 msgid "Done. The page limit has been set to {}." msgstr "" -#: redbot/core/core_commands.py:1595 +#: redbot/core/core_commands.py:2242 #, 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:1607 +#: redbot/core/core_commands.py:2254 msgid "The delay cannot be longer than 14 days!" msgstr "" -#: redbot/core/core_commands.py:1612 +#: redbot/core/core_commands.py:2259 msgid "Done. Help messages will not be deleted now." msgstr "" -#: redbot/core/core_commands.py:1614 +#: redbot/core/core_commands.py:2261 msgid "Done. The delete delay has been set to {} seconds." msgstr "" -#: redbot/core/core_commands.py:1618 +#: redbot/core/core_commands.py:2265 #, 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:1626 +#: redbot/core/core_commands.py:2273 msgid "The tagline has been reset." msgstr "" -#: redbot/core/core_commands.py:1630 +#: redbot/core/core_commands.py:2277 msgid "Your tagline is too long! Please shorten it to be no more than 2048 characters long." msgstr "" -#: redbot/core/core_commands.py:1638 +#: redbot/core/core_commands.py:2285 msgid "The tagline has been set." msgstr "" -#: redbot/core/core_commands.py:1643 +#: redbot/core/core_commands.py:2290 #, docstring msgid "Sends a message to the owner." msgstr "" -#: redbot/core/core_commands.py:1646 +#: redbot/core/core_commands.py:2293 msgid "User ID: {}" msgstr "" -#: redbot/core/core_commands.py:1649 +#: redbot/core/core_commands.py:2296 msgid "through DM" msgstr "" -#: redbot/core/core_commands.py:1651 +#: redbot/core/core_commands.py:2298 msgid "from {}" msgstr "" -#: redbot/core/core_commands.py:1652 +#: redbot/core/core_commands.py:2299 msgid " | Server ID: {}" msgstr "" -#: redbot/core/core_commands.py:1657 +#: redbot/core/core_commands.py:2304 msgid "Use `{}dm {} ` to reply to this user" msgstr "" -#: redbot/core/core_commands.py:1659 +#: redbot/core/core_commands.py:2306 msgid "Sent by {} {}" msgstr "" -#: redbot/core/core_commands.py:1664 +#: redbot/core/core_commands.py:2311 msgid "I've been configured not to send this anywhere." msgstr "" -#: redbot/core/core_commands.py:1735 +#: redbot/core/core_commands.py:2382 msgid "Your message has been sent." msgstr "" -#: redbot/core/core_commands.py:1737 +#: redbot/core/core_commands.py:2384 msgid "I'm unable to deliver your message. Sorry." msgstr "" -#: redbot/core/core_commands.py:1742 +#: redbot/core/core_commands.py:2389 #, 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:1752 +#: redbot/core/core_commands.py:2399 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:1762 +#: redbot/core/core_commands.py:2409 msgid "Owner of {}" msgstr "" -#: redbot/core/core_commands.py:1763 +#: redbot/core/core_commands.py:2410 msgid "You can reply to this message with {}contact" msgstr "" -#: redbot/core/core_commands.py:1777 redbot/core/core_commands.py:1787 +#: redbot/core/core_commands.py:2424 redbot/core/core_commands.py:2434 msgid "Sorry, I couldn't deliver your message to {}" msgstr "" -#: redbot/core/core_commands.py:1780 redbot/core/core_commands.py:1790 +#: redbot/core/core_commands.py:2427 redbot/core/core_commands.py:2437 msgid "Message delivered to {}" msgstr "" -#: redbot/core/core_commands.py:1795 +#: redbot/core/core_commands.py:2442 #, docstring msgid "Prints the bot's data path." msgstr "" -#: redbot/core/core_commands.py:1799 +#: redbot/core/core_commands.py:2446 msgid "Data path: {path}" msgstr "" -#: redbot/core/core_commands.py:1805 +#: redbot/core/core_commands.py:2452 #, docstring msgid "Shows debug information useful for debugging." msgstr "" -#: redbot/core/core_commands.py:1866 +#: redbot/core/core_commands.py:2513 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1873 +#: redbot/core/core_commands.py:2520 #, docstring msgid "\\n Adds a user to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1883 +#: redbot/core/core_commands.py:2530 msgid "Users added to whitelist." msgstr "" -#: redbot/core/core_commands.py:1887 +#: redbot/core/core_commands.py:2534 #, docstring msgid "\\n Lists whitelisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1896 +#: redbot/core/core_commands.py:2543 msgid "Whitelisted Users:" msgstr "" -#: redbot/core/core_commands.py:1905 +#: redbot/core/core_commands.py:2552 #, docstring msgid "\\n Removes user from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1915 +#: redbot/core/core_commands.py:2562 msgid "Users have been removed from whitelist." msgstr "" -#: redbot/core/core_commands.py:1919 +#: redbot/core/core_commands.py:2566 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:1923 +#: redbot/core/core_commands.py:2570 msgid "Whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:1928 +#: redbot/core/core_commands.py:2575 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:1935 +#: redbot/core/core_commands.py:2582 #, docstring msgid "\\n Adds a user to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1948 +#: redbot/core/core_commands.py:2595 msgid "You cannot blacklist an owner!" msgstr "" -#: redbot/core/core_commands.py:1954 +#: redbot/core/core_commands.py:2601 msgid "User added to blacklist." msgstr "" -#: redbot/core/core_commands.py:1958 +#: redbot/core/core_commands.py:2605 #, docstring msgid "\\n Lists blacklisted users.\\n " msgstr "" -#: redbot/core/core_commands.py:1967 +#: redbot/core/core_commands.py:2614 msgid "Blacklisted Users:" msgstr "" -#: redbot/core/core_commands.py:1976 +#: redbot/core/core_commands.py:2623 #, docstring msgid "\\n Removes user from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1986 +#: redbot/core/core_commands.py:2633 msgid "Users have been removed from blacklist." msgstr "" -#: redbot/core/core_commands.py:1990 +#: redbot/core/core_commands.py:2637 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:1994 +#: redbot/core/core_commands.py:2641 msgid "Blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2000 +#: redbot/core/core_commands.py:2647 #, docstring msgid "\\n Whitelist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2009 +#: redbot/core/core_commands.py:2656 #, docstring msgid "\\n Adds a user or role to the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2024 +#: redbot/core/core_commands.py:2671 msgid "I cannot allow you to do this, as it would remove your ability to run commands, please ensure to add yourself to the whitelist first." msgstr "" -#: redbot/core/core_commands.py:2032 +#: redbot/core/core_commands.py:2679 msgid "{names} added to whitelist." msgstr "" -#: redbot/core/core_commands.py:2036 +#: redbot/core/core_commands.py:2683 #, docstring msgid "\\n Lists whitelisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2045 +#: redbot/core/core_commands.py:2692 msgid "Whitelisted Users and roles:" msgstr "" -#: redbot/core/core_commands.py:2056 +#: redbot/core/core_commands.py:2703 #, docstring msgid "\\n Removes user or role from whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2071 +#: redbot/core/core_commands.py:2718 msgid "I cannot allow you to do this, as it would remove your ability to run commands." msgstr "" -#: redbot/core/core_commands.py:2079 +#: redbot/core/core_commands.py:2726 msgid "{names} removed from the local whitelist." msgstr "" -#: redbot/core/core_commands.py:2084 +#: redbot/core/core_commands.py:2731 #, docstring msgid "\\n Clears the whitelist.\\n " msgstr "" -#: redbot/core/core_commands.py:2088 +#: redbot/core/core_commands.py:2735 msgid "Local whitelist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2094 +#: redbot/core/core_commands.py:2741 #, docstring msgid "\\n Blacklist management commands.\\n " msgstr "" -#: redbot/core/core_commands.py:2103 +#: redbot/core/core_commands.py:2750 #, docstring msgid "\\n Adds a user or role to the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2113 +#: redbot/core/core_commands.py:2760 msgid "You cannot blacklist yourself!" msgstr "" -#: redbot/core/core_commands.py:2116 +#: redbot/core/core_commands.py:2763 msgid "You cannot blacklist the guild owner!" msgstr "" -#: redbot/core/core_commands.py:2119 +#: redbot/core/core_commands.py:2766 msgid "You cannot blacklist a bot owner!" msgstr "" -#: redbot/core/core_commands.py:2126 +#: redbot/core/core_commands.py:2773 msgid "{names} added to the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2131 +#: redbot/core/core_commands.py:2778 #, docstring msgid "\\n Lists blacklisted users and roles.\\n " msgstr "" -#: redbot/core/core_commands.py:2140 +#: redbot/core/core_commands.py:2787 msgid "Blacklisted Users and Roles:" msgstr "" -#: redbot/core/core_commands.py:2151 +#: redbot/core/core_commands.py:2798 #, docstring msgid "\\n Removes user or role from blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2163 +#: redbot/core/core_commands.py:2810 msgid "{names} removed from the local blacklist." msgstr "" -#: redbot/core/core_commands.py:2168 +#: redbot/core/core_commands.py:2815 #, docstring msgid "\\n Clears the blacklist.\\n " msgstr "" -#: redbot/core/core_commands.py:2172 +#: redbot/core/core_commands.py:2819 msgid "Local blacklist has been cleared." msgstr "" -#: redbot/core/core_commands.py:2177 +#: redbot/core/core_commands.py:2824 #, docstring msgid "Manage the bot's commands and cogs." msgstr "" -#: redbot/core/core_commands.py:2183 +#: redbot/core/core_commands.py:2830 #, docstring msgid "Set the default state for a cog as disabled." msgstr "" -#: redbot/core/core_commands.py:2186 redbot/core/core_commands.py:2198 -#: redbot/core/core_commands.py:2208 redbot/core/core_commands.py:2228 +#: redbot/core/core_commands.py:2833 redbot/core/core_commands.py:2845 +#: redbot/core/core_commands.py:2855 redbot/core/core_commands.py:2875 msgid "Cog with the given name doesn't exist." msgstr "" -#: redbot/core/core_commands.py:2188 +#: redbot/core/core_commands.py:2835 msgid "You can't disable this cog by default." msgstr "" -#: redbot/core/core_commands.py:2190 +#: redbot/core/core_commands.py:2837 msgid "{cogname} has been set as disabled by default." msgstr "" -#: redbot/core/core_commands.py:2195 +#: redbot/core/core_commands.py:2842 #, docstring msgid "Set the default state for a cog as enabled." msgstr "" -#: redbot/core/core_commands.py:2200 +#: redbot/core/core_commands.py:2847 msgid "{cogname} has been set as enabled by default." msgstr "" -#: redbot/core/core_commands.py:2205 +#: redbot/core/core_commands.py:2852 #, docstring msgid "Disable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2210 +#: redbot/core/core_commands.py:2857 msgid "You can't disable this cog as you would lock yourself out." msgstr "" -#: redbot/core/core_commands.py:2212 +#: redbot/core/core_commands.py:2859 msgid "{cogname} has been disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2215 +#: redbot/core/core_commands.py:2862 msgid "{cogname} was already disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2221 +#: redbot/core/core_commands.py:2868 #, docstring msgid "Enable a cog in this guild." msgstr "" -#: redbot/core/core_commands.py:2223 +#: redbot/core/core_commands.py:2870 msgid "{cogname} has been enabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2231 +#: redbot/core/core_commands.py:2878 msgid "{cogname} was not disabled (nothing to do)." msgstr "" -#: redbot/core/core_commands.py:2237 +#: redbot/core/core_commands.py:2884 #, docstring msgid "List the cogs which are disabled in this guild." msgstr "" -#: redbot/core/core_commands.py:2246 +#: redbot/core/core_commands.py:2893 msgid "The following cogs are disabled in this guild:\\n" msgstr "" -#: redbot/core/core_commands.py:2252 +#: redbot/core/core_commands.py:2899 msgid "There are no disabled cogs in this guild." msgstr "" -#: redbot/core/core_commands.py:2256 +#: redbot/core/core_commands.py:2903 #, 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:2269 +#: redbot/core/core_commands.py:2916 #, docstring msgid "List disabled commands globally." msgstr "" -#: redbot/core/core_commands.py:2272 +#: redbot/core/core_commands.py:2919 msgid "There aren't any globally disabled commands." msgstr "" -#: redbot/core/core_commands.py:2275 +#: redbot/core/core_commands.py:2922 msgid "{} commands are disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2279 +#: redbot/core/core_commands.py:2926 msgid "1 command is disabled globally.\\n" msgstr "" -#: redbot/core/core_commands.py:2286 +#: redbot/core/core_commands.py:2933 #, docstring msgid "List disabled commands in this server." msgstr "" -#: redbot/core/core_commands.py:2289 +#: redbot/core/core_commands.py:2936 msgid "There aren't any disabled commands in {}." msgstr "" -#: redbot/core/core_commands.py:2292 +#: redbot/core/core_commands.py:2939 msgid "{} commands are disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2296 +#: redbot/core/core_commands.py:2943 msgid "1 command is disabled in {}.\\n" msgstr "" -#: redbot/core/core_commands.py:2303 +#: redbot/core/core_commands.py:2950 #, 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:2317 +#: redbot/core/core_commands.py:2964 #, docstring msgid "Disable a command globally." msgstr "" -#: redbot/core/core_commands.py:2321 redbot/core/core_commands.py:2355 -#: redbot/core/core_commands.py:2405 redbot/core/core_commands.py:2427 +#: redbot/core/core_commands.py:2968 redbot/core/core_commands.py:3002 +#: redbot/core/core_commands.py:3052 redbot/core/core_commands.py:3074 msgid "I couldn't find that command. Please note that it is case sensitive." msgstr "" -#: redbot/core/core_commands.py:2327 redbot/core/core_commands.py:2361 +#: redbot/core/core_commands.py:2974 redbot/core/core_commands.py:3008 msgid "The command to disable cannot be `command` or any of its subcommands." msgstr "" -#: redbot/core/core_commands.py:2333 redbot/core/core_commands.py:2367 +#: redbot/core/core_commands.py:2980 redbot/core/core_commands.py:3014 msgid "This command is designated as being always available and cannot be disabled." msgstr "" -#: redbot/core/core_commands.py:2342 +#: redbot/core/core_commands.py:2989 msgid "That command is already disabled globally." msgstr "" -#: redbot/core/core_commands.py:2351 +#: redbot/core/core_commands.py:2998 #, docstring msgid "Disable a command in this server only." msgstr "" -#: redbot/core/core_commands.py:2372 +#: redbot/core/core_commands.py:3019 msgid "You are not allowed to disable that command." msgstr "" -#: redbot/core/core_commands.py:2382 +#: redbot/core/core_commands.py:3029 msgid "That command is already disabled in this server." msgstr "" -#: redbot/core/core_commands.py:2388 +#: redbot/core/core_commands.py:3035 #, 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:2401 +#: redbot/core/core_commands.py:3048 #, docstring msgid "Enable a command globally." msgstr "" -#: redbot/core/core_commands.py:2414 +#: redbot/core/core_commands.py:3061 msgid "That command is already enabled globally." msgstr "" -#: redbot/core/core_commands.py:2423 +#: redbot/core/core_commands.py:3070 #, docstring msgid "Enable a command in this server." msgstr "" -#: redbot/core/core_commands.py:2432 +#: redbot/core/core_commands.py:3079 msgid "You are not allowed to enable that command." msgstr "" -#: redbot/core/core_commands.py:2442 +#: redbot/core/core_commands.py:3089 msgid "That command is already enabled in this server." msgstr "" -#: redbot/core/core_commands.py:2449 +#: redbot/core/core_commands.py:3096 #, 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:2463 +#: redbot/core/core_commands.py:3110 #, docstring msgid "\\n Server settings for immunity from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2470 +#: redbot/core/core_commands.py:3117 #, docstring msgid "\\n Gets the current members and roles configured for automatic\\n moderation action immunity.\\n " msgstr "" -#: redbot/core/core_commands.py:2481 +#: redbot/core/core_commands.py:3128 msgid "Roles immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2486 +#: redbot/core/core_commands.py:3133 msgid "Members immune from automated moderation actions:\\n" msgstr "" -#: redbot/core/core_commands.py:2490 +#: redbot/core/core_commands.py:3137 msgid "No immunty settings here." msgstr "" -#: redbot/core/core_commands.py:2499 +#: redbot/core/core_commands.py:3146 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2504 +#: redbot/core/core_commands.py:3151 msgid "Already added." msgstr "" -#: redbot/core/core_commands.py:2512 +#: redbot/core/core_commands.py:3159 #, docstring msgid "\\n Makes a user or role immune from automated moderation actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2517 +#: redbot/core/core_commands.py:3164 msgid "Not in list." msgstr "" -#: redbot/core/core_commands.py:2525 +#: redbot/core/core_commands.py:3172 #, docstring msgid "\\n Checks if a user or role would be considered immune from automated actions.\\n " msgstr "" -#: redbot/core/core_commands.py:2530 +#: redbot/core/core_commands.py:3177 msgid "They are immune" msgstr "" -#: redbot/core/core_commands.py:2532 +#: redbot/core/core_commands.py:3179 msgid "They are not Immune" msgstr "" -#: redbot/core/core_commands.py:2537 +#: redbot/core/core_commands.py:3184 #, docstring msgid "\\n Commands for configuring owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2544 +#: redbot/core/core_commands.py:3191 #, docstring msgid "\\n Opt-in on receiving owner notifications.\\n\\n This is the default state.\\n " msgstr "" -#: redbot/core/core_commands.py:2557 +#: redbot/core/core_commands.py:3204 #, docstring msgid "\\n Opt-out of receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2570 +#: redbot/core/core_commands.py:3217 #, docstring msgid "\\n Adds a destination text channel to receive owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2589 +#: redbot/core/core_commands.py:3236 #, docstring msgid "\\n Removes a destination text channel from receiving owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2606 +#: redbot/core/core_commands.py:3253 #, docstring msgid "\\n Lists the configured extra destinations for owner notifications.\\n " msgstr "" -#: redbot/core/core_commands.py:2613 +#: redbot/core/core_commands.py:3260 msgid "There are no extra channels being sent to." msgstr "" -#: redbot/core/core_commands.py:2624 +#: redbot/core/core_commands.py:3271 msgid "Unknown channel with id: {id}" msgstr "" -#: redbot/core/core_commands.py:2655 +#: redbot/core/core_commands.py:3302 #, docstring msgid "Add servers or channels to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2659 +#: redbot/core/core_commands.py:3306 #, docstring msgid "\\n List the currently ignored servers and channels\\n " msgstr "" -#: redbot/core/core_commands.py:2671 +#: redbot/core/core_commands.py:3318 #, docstring msgid "Ignore commands in the channel or category.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2679 +#: redbot/core/core_commands.py:3326 msgid "Channel added to ignore list." msgstr "" -#: redbot/core/core_commands.py:2681 +#: redbot/core/core_commands.py:3328 msgid "Channel already in ignore list." msgstr "" -#: redbot/core/core_commands.py:2686 +#: redbot/core/core_commands.py:3333 #, docstring msgid "Ignore commands in this server." msgstr "" -#: redbot/core/core_commands.py:2690 +#: redbot/core/core_commands.py:3337 msgid "This server has been added to the ignore list." msgstr "" -#: redbot/core/core_commands.py:2692 +#: redbot/core/core_commands.py:3339 msgid "This server is already being ignored." msgstr "" -#: redbot/core/core_commands.py:2698 +#: redbot/core/core_commands.py:3345 #, docstring msgid "Remove servers or channels from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2706 +#: redbot/core/core_commands.py:3353 #, docstring msgid "Remove a channel or category from ignore the list.\\n\\n Defaults to the current channel.\\n " msgstr "" -#: redbot/core/core_commands.py:2715 +#: redbot/core/core_commands.py:3362 msgid "Channel removed from ignore list." msgstr "" -#: redbot/core/core_commands.py:2717 +#: redbot/core/core_commands.py:3364 msgid "That channel is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2722 +#: redbot/core/core_commands.py:3369 #, docstring msgid "Remove this server from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2726 +#: redbot/core/core_commands.py:3373 msgid "This server has been removed from the ignore list." msgstr "" -#: redbot/core/core_commands.py:2728 +#: redbot/core/core_commands.py:3375 msgid "This server is not in the ignore list." msgstr "" -#: redbot/core/core_commands.py:2734 +#: redbot/core/core_commands.py:3381 msgid "This server is currently being ignored." msgstr "" -#: redbot/core/core_commands.py:2746 +#: redbot/core/core_commands.py:3393 msgid "Currently ignored categories: {categories}\\nChannels: {channels}" msgstr "" -#: redbot/core/core_commands.py:2776 +#: redbot/core/core_commands.py:3407 #, docstring -msgid "\\n Get info about Red's licenses.\\n " +msgid "\\n Get info about Red's licenses.\\n " msgstr "" -#: redbot/core/dev_commands.py:90 +#: redbot/core/dev_commands.py:97 #, 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 invokation 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:145 +#: redbot/core/dev_commands.py:152 #, 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 invokation 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:213 +#: redbot/core/dev_commands.py:220 #, 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:234 +#: redbot/core/dev_commands.py:241 msgid "Already running a REPL session in this channel. Exit it with `quit`." msgstr "" -#: redbot/core/dev_commands.py:239 +#: redbot/core/dev_commands.py:246 msgid "Enter code to execute or evaluate. `exit()` or `quit` to exit." msgstr "" -#: redbot/core/dev_commands.py:247 +#: redbot/core/dev_commands.py:254 msgid "Exiting." msgstr "" -#: redbot/core/dev_commands.py:299 +#: redbot/core/dev_commands.py:306 msgid "Unexpected error: `{}`" msgstr "" -#: redbot/core/dev_commands.py:304 +#: redbot/core/dev_commands.py:311 #, docstring msgid "Mock another user invoking a command.\\n\\n The prefix must not be entered.\\n " msgstr "" -#: redbot/core/dev_commands.py:317 +#: redbot/core/dev_commands.py:324 #, 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 "" @@ -1665,76 +1924,81 @@ msgstr "" msgid "Too many people using this command. It can only be used {number} time(s) per {type} concurrently." msgstr "" -#: redbot/core/modlog.py:301 +#: redbot/core/modlog.py:332 msgid "Case #{} | {} {}" msgstr "" -#: redbot/core/modlog.py:305 +#: redbot/core/modlog.py:336 msgid "**Reason:** {}" msgstr "" -#: redbot/core/modlog.py:307 +#: redbot/core/modlog.py:338 msgid "**Reason:** Use the `reason` command to add it" msgstr "" -#: redbot/core/modlog.py:310 +#: redbot/core/modlog.py:341 msgid "Unknown" msgstr "未知" -#: redbot/core/modlog.py:313 redbot/core/modlog.py:332 -#: redbot/core/modlog.py:346 +#: redbot/core/modlog.py:345 redbot/core/modlog.py:367 +#: redbot/core/modlog.py:382 +msgid "Deleted User." +msgstr "" + +#: redbot/core/modlog.py:347 redbot/core/modlog.py:369 +#: redbot/core/modlog.py:385 msgid "Unknown or Deleted User" msgstr "" -#: redbot/core/modlog.py:360 +#: redbot/core/modlog.py:399 msgid "Moderator" msgstr "" -#: redbot/core/modlog.py:362 +#: redbot/core/modlog.py:401 msgid "Until" msgstr "" -#: redbot/core/modlog.py:363 +#: redbot/core/modlog.py:402 msgid "Duration" msgstr "" -#: redbot/core/modlog.py:367 redbot/core/modlog.py:372 +#: redbot/core/modlog.py:406 redbot/core/modlog.py:411 msgid "Channel" msgstr "" -#: redbot/core/modlog.py:368 +#: redbot/core/modlog.py:407 msgid "{channel} (deleted)" msgstr "" -#: redbot/core/modlog.py:374 +#: redbot/core/modlog.py:413 msgid "Amended by" msgstr "" -#: redbot/core/modlog.py:376 +#: redbot/core/modlog.py:415 msgid "Last modified at" msgstr "" -#: redbot/core/modlog.py:383 +#: redbot/core/modlog.py:422 msgid "**User:** {}\\n" msgstr "" -#: redbot/core/modlog.py:384 +#: redbot/core/modlog.py:423 msgid "**Moderator:** {}\\n" msgstr "" -#: redbot/core/modlog.py:387 +#: redbot/core/modlog.py:426 msgid "**Until:** {}\\n**Duration:** {}\\n" msgstr "" -#: redbot/core/modlog.py:389 +#: redbot/core/modlog.py:428 msgid "**Channel**: {}\\n" msgstr "" -#: redbot/core/modlog.py:391 +#: redbot/core/modlog.py:430 msgid "**Amended by:** {}\\n" msgstr "" -#: redbot/core/modlog.py:393 +#: redbot/core/modlog.py:432 msgid "**Last modified at:** {}\\n" msgstr "" diff --git a/redbot/core/utils/locales/af-ZA.po b/redbot/core/utils/locales/af-ZA.po index fbc47a705..6a78086e5 100644 --- a/redbot/core/utils/locales/af-ZA.po +++ b/redbot/core/utils/locales/af-ZA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: af_ZA\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ar-SA.po b/redbot/core/utils/locales/ar-SA.po index c79945c53..10e447aad 100644 --- a/redbot/core/utils/locales/ar-SA.po +++ b/redbot/core/utils/locales/ar-SA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ar_SA\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/bg-BG.po b/redbot/core/utils/locales/bg-BG.po index 314ca5cb6..54cb0927b 100644 --- a/redbot/core/utils/locales/bg-BG.po +++ b/redbot/core/utils/locales/bg-BG.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Bulgarian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: bg_BG\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "дни" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "часове" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "минути" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "секунди" diff --git a/redbot/core/utils/locales/ca-ES.po b/redbot/core/utils/locales/ca-ES.po index d8c3625bc..ad7fdf89a 100644 --- a/redbot/core/utils/locales/ca-ES.po +++ b/redbot/core/utils/locales/ca-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Catalan\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ca_ES\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/cs-CZ.po b/redbot/core/utils/locales/cs-CZ.po index f51001044..a621ab952 100644 --- a/redbot/core/utils/locales/cs-CZ.po +++ b/redbot/core/utils/locales/cs-CZ.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Czech\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: cs_CZ\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", a " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "rok" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "let" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "měsíc" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "měsíců" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "den" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dnů" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "hodina" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "hodin" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "sekunda" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "sekund" diff --git a/redbot/core/utils/locales/da-DK.po b/redbot/core/utils/locales/da-DK.po index eb231cf78..8ba572cb3 100644 --- a/redbot/core/utils/locales/da-DK.po +++ b/redbot/core/utils/locales/da-DK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Danish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: da_DK\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/de-DE.po b/redbot/core/utils/locales/de-DE.po index ee6e8c02f..8f6dba2f2 100644 --- a/redbot/core/utils/locales/de-DE.po +++ b/redbot/core/utils/locales/de-DE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: de_DE\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", und " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "Jahr" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "Jahre" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "Monat" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "Monate" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "Tag" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "Tage" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "Stunde" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "Stunden" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "Minute" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "Minuten" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "zweite" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "Sekunden" diff --git a/redbot/core/utils/locales/el-GR.po b/redbot/core/utils/locales/el-GR.po index 57b2e1397..6daae6b7c 100644 --- a/redbot/core/utils/locales/el-GR.po +++ b/redbot/core/utils/locales/el-GR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Greek\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: el_GR\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/es-ES.po b/redbot/core/utils/locales/es-ES.po index b75aa4767..c5da698a1 100644 --- a/redbot/core/utils/locales/es-ES.po +++ b/redbot/core/utils/locales/es-ES.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: es_ES\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "días" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "horas" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minutos" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "segundos" diff --git a/redbot/core/utils/locales/fi-FI.po b/redbot/core/utils/locales/fi-FI.po index 77103069d..123031c01 100644 --- a/redbot/core/utils/locales/fi-FI.po +++ b/redbot/core/utils/locales/fi-FI.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Finnish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: fi_FI\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/fr-FR.po b/redbot/core/utils/locales/fr-FR.po index ed71b0c5f..2827ee90b 100644 --- a/redbot/core/utils/locales/fr-FR.po +++ b/redbot/core/utils/locales/fr-FR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: fr_FR\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", et " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "an" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "ans" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "mois" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "mois" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "jour" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "jours" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "heure" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "heures" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minute" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minutes" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "seconde" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "secondes" diff --git a/redbot/core/utils/locales/he-IL.po b/redbot/core/utils/locales/he-IL.po index 7af114791..8cf91b8c1 100644 --- a/redbot/core/utils/locales/he-IL.po +++ b/redbot/core/utils/locales/he-IL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: he_IL\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/hu-HU.po b/redbot/core/utils/locales/hu-HU.po index 15f33b55d..64aa81c27 100644 --- a/redbot/core/utils/locales/hu-HU.po +++ b/redbot/core/utils/locales/hu-HU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: hu_HU\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", és " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/id-ID.po b/redbot/core/utils/locales/id-ID.po index 5be2ad64d..98f882212 100644 --- a/redbot/core/utils/locales/id-ID.po +++ b/redbot/core/utils/locales/id-ID.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: id_ID\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "hari" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "jam" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "menit" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "detik" diff --git a/redbot/core/utils/locales/it-IT.po b/redbot/core/utils/locales/it-IT.po index e0edacd77..c90ae63d7 100644 --- a/redbot/core/utils/locales/it-IT.po +++ b/redbot/core/utils/locales/it-IT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Italian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: it_IT\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", e " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "anno" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "anni" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "mese" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "mesi" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "giorno" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "giorni" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "ora" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "ore" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minuti" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minuti" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "secondi" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "secondi" diff --git a/redbot/core/utils/locales/ja-JP.po b/redbot/core/utils/locales/ja-JP.po index 4d97ea3f2..ebd22345d 100644 --- a/redbot/core/utils/locales/ja-JP.po +++ b/redbot/core/utils/locales/ja-JP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Japanese\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ja_JP\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "日間" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "時間" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "分間" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "秒間" diff --git a/redbot/core/utils/locales/ko-KR.po b/redbot/core/utils/locales/ko-KR.po index b70cd0a13..5a619ed05 100644 --- a/redbot/core/utils/locales/ko-KR.po +++ b/redbot/core/utils/locales/ko-KR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Korean\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ko_KR\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "월" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "날" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "시간" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "분" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "초" diff --git a/redbot/core/utils/locales/nl-NL.po b/redbot/core/utils/locales/nl-NL.po index cc4d56561..248db87c3 100644 --- a/redbot/core/utils/locales/nl-NL.po +++ b/redbot/core/utils/locales/nl-NL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Dutch\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: nl_NL\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", en " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "jaar" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "jaren" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "maand" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "maanden" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "dag" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dagen" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "uur" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "uren" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minuut" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minuten" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "seconde" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "seconden" diff --git a/redbot/core/utils/locales/no-NO.po b/redbot/core/utils/locales/no-NO.po index f4bd01dff..2f563c476 100644 --- a/redbot/core/utils/locales/no-NO.po +++ b/redbot/core/utils/locales/no-NO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: no_NO\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dager" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "timer" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minutter" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "sekunder" diff --git a/redbot/core/utils/locales/pl-PL.po b/redbot/core/utils/locales/pl-PL.po index f0ef0c515..b644e4968 100644 --- a/redbot/core/utils/locales/pl-PL.po +++ b/redbot/core/utils/locales/pl-PL.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Polish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: pl_PL\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dni" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "godzin" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "sekund" diff --git a/redbot/core/utils/locales/pt-BR.po b/redbot/core/utils/locales/pt-BR.po index 013cb7ed7..32c3d2e97 100644 --- a/redbot/core/utils/locales/pt-BR.po +++ b/redbot/core/utils/locales/pt-BR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: pt_BR\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", e " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "ano" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "anos" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "mês" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "meses" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "dia" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dias" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "hora" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "horas" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minuto" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minutos" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "segundo" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "segundos" diff --git a/redbot/core/utils/locales/pt-PT.po b/redbot/core/utils/locales/pt-PT.po index 7ccfc310c..d57c76021 100644 --- a/redbot/core/utils/locales/pt-PT.po +++ b/redbot/core/utils/locales/pt-PT.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: pt_PT\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", e " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ro-RO.po b/redbot/core/utils/locales/ro-RO.po index 4f84f8e4e..5ee777812 100644 --- a/redbot/core/utils/locales/ro-RO.po +++ b/redbot/core/utils/locales/ro-RO.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Romanian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ro_RO\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/ru-RU.po b/redbot/core/utils/locales/ru-RU.po index 3c38f5a6a..920454ad3 100644 --- a/redbot/core/utils/locales/ru-RU.po +++ b/redbot/core/utils/locales/ru-RU.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Russian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: ru_RU\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", и " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "год" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "лет" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "месяц" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "месяцев" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "дн." -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "дн." -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "ч." -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "ч." -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "мин." -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "мин." -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "сек." -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "с." diff --git a/redbot/core/utils/locales/sk-SK.po b/redbot/core/utils/locales/sk-SK.po index 66c3ba486..0ff4bc317 100644 --- a/redbot/core/utils/locales/sk-SK.po +++ b/redbot/core/utils/locales/sk-SK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Slovak\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: sk_SK\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/sr-SP.po b/redbot/core/utils/locales/sr-SP.po index 9321c7363..b083c0850 100644 --- a/redbot/core/utils/locales/sr-SP.po +++ b/redbot/core/utils/locales/sr-SP.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: sr_SP\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/sv-SE.po b/redbot/core/utils/locales/sv-SE.po index 427d22800..a4228047e 100644 --- a/redbot/core/utils/locales/sv-SE.po +++ b/redbot/core/utils/locales/sv-SE.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: sv_SE\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", och " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "år" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "år" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "månad" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "månader" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "dag" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "dagar" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "timme" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "timmar" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "minut" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "minuter" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "sekund" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "sekunder" diff --git a/redbot/core/utils/locales/tr-TR.po b/redbot/core/utils/locales/tr-TR.po index 6c5aa7950..4f98f633b 100644 --- a/redbot/core/utils/locales/tr-TR.po +++ b/redbot/core/utils/locales/tr-TR.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: tr_TR\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ", ve " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "yıl" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "yıl" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "ay" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "ay" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "gün" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "gün" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "saat" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "saat" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "dakika" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "dakika" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "saniye" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "saniye" diff --git a/redbot/core/utils/locales/uk-UA.po b/redbot/core/utils/locales/uk-UA.po index e52012239..4c654a6b2 100644 --- a/redbot/core/utils/locales/uk-UA.po +++ b/redbot/core/utils/locales/uk-UA.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: uk_UA\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/vi-VN.po b/redbot/core/utils/locales/vi-VN.po index 384075491..a28678391 100644 --- a/redbot/core/utils/locales/vi-VN.po +++ b/redbot/core/utils/locales/vi-VN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: vi_VN\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/zh-CN.po b/redbot/core/utils/locales/zh-CN.po index 19fac0a2e..77151ff00 100644 --- a/redbot/core/utils/locales/zh-CN.po +++ b/redbot/core/utils/locales/zh-CN.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: zh_CN\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "年" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "年" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "日" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "小时" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "小时" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "分钟" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "分钟" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "秒数" diff --git a/redbot/core/utils/locales/zh-HK.po b/redbot/core/utils/locales/zh-HK.po index e77e84bf8..6fb40c0ad 100644 --- a/redbot/core/utils/locales/zh-HK.po +++ b/redbot/core/utils/locales/zh-HK.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: zh_HK\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr "" - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "" diff --git a/redbot/core/utils/locales/zh-TW.po b/redbot/core/utils/locales/zh-TW.po index 8d9749127..cb8704740 100644 --- a/redbot/core/utils/locales/zh-TW.po +++ b/redbot/core/utils/locales/zh-TW.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: red-discordbot\n" -"POT-Creation-Date: 2020-04-30 12:08+0000\n" +"POT-Creation-Date: 2020-08-06 12:19+0000\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "MIME-Version: 1.0\n" @@ -15,55 +15,51 @@ msgstr "" "X-Crowdin-File-ID: 197\n" "Language: zh_TW\n" -#: redbot/core/utils/chat_formatting.py:388 -msgid ", and " -msgstr ",和 " - -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "year" msgstr "年" -#: redbot/core/utils/chat_formatting.py:455 +#: redbot/core/utils/chat_formatting.py:482 msgid "years" msgstr "年" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "month" msgstr "月" -#: redbot/core/utils/chat_formatting.py:456 +#: redbot/core/utils/chat_formatting.py:483 msgid "months" msgstr "月" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "day" msgstr "日" -#: redbot/core/utils/chat_formatting.py:457 +#: redbot/core/utils/chat_formatting.py:484 msgid "days" msgstr "日" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hour" msgstr "時" -#: redbot/core/utils/chat_formatting.py:458 +#: redbot/core/utils/chat_formatting.py:485 msgid "hours" msgstr "小時" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minute" msgstr "分" -#: redbot/core/utils/chat_formatting.py:459 +#: redbot/core/utils/chat_formatting.py:486 msgid "minutes" msgstr "分鐘" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "second" msgstr "秒" -#: redbot/core/utils/chat_formatting.py:460 +#: redbot/core/utils/chat_formatting.py:487 msgid "seconds" msgstr "秒"